summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/waitpid.c
Commit message (Expand)AuthorAgeFilesLines
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-5/+26
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-091-9/+84
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-9/+9
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+269