aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-291/+0
* Move socket data from TCB to task group structure.patacongo2013-01-261-17/+0
* Fix a recently introduced memory leakpatacongo2013-01-261-2/+0
* Move environment variables in the task group structurepatacongo2013-01-251-35/+3
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-3/+11
* Add logic to keep track of members of a task grouppatacongo2013-01-251-4/+6
* Add framework to support task groupspatacongo2013-01-251-1/+14
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-4/+3
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-221-1/+11
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-1/+1
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-3/+3
* Resync new repository with old repo r5166patacongo2012-09-171-0/+306