summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_waitid.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-1/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-7/+15
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Add framework to support task groupspatacongo2013-01-251-3/+3
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-6/+6
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-34/+102
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-0/+75
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-221-1/+1
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+256