summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_reparent.c
Commit message (Expand)AuthorAgeFilesLines
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-2/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-4/+4
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-9/+147
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Add framework to support task groupspatacongo2013-01-251-5/+5
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-3/+21
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+22
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-40/+37
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+145