summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/kill_noposix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kill_noposix.c: Remove obsolete __kill()Joel Sherrill2015-05-211-6/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libcsupport: Doxygen Enhancement Task #3Mathew Kallada2012-12-081-2/+9
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7992210
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-011-0/+48
* libcsupport/Makefile.am: Split no_posix.c so using sleep() does not pull in kill() stubs. * libcsupport/src/kill_noposix.c, libcsupport/src/sleep_noposix.c: New files. * libcsupport/src/no_posix.c: Removed.