aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/task_setup.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-468/+0
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-4/+28
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Add framework to support task groupspatacongo2013-01-251-6/+4
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-8/+15
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-241-1/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-7/+61
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+35
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-2/+2
* Resync new repository with old repo r5166patacongo2012-09-171-0/+347