summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_spawn.c
Commit message (Collapse)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_ ↵patacongo2013-02-031-6/+2
| | | | | | settings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5605 42af7a65-404d-4744-a932-0658087f49c3
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5602 42af7a65-404d-4744-a932-0658087f49c3
* Correct a memory leak in NSHpatacongo2013-02-021-7/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-0/+411
types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3