summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_spawn.c
Commit message (Expand)AuthorAgeFilesLines
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+26
* Make the names of the execsem consistent; Need defaults for some CONFIG_ sett...patacongo2013-02-031-6/+2
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-0/+8
* Correct a memory leak in NSHpatacongo2013-02-021-7/+20
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-0/+411