aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_waitpid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-5/+5
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-49/+83
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+61
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-16/+176
* Resync new repository with old repo r5166patacongo2012-09-171-0/+248