summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_posixspawn.c
Commit message (Expand)AuthorAgeFilesLines
* Make the names of the execsem consistent; Need defaults for some CONFIG_ sett...patacongo2013-02-031-2/+2
* Correct a memory leak in NSHpatacongo2013-02-021-1/+11
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-263/+39
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-1/+2
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+673