summaryrefslogtreecommitdiff
path: root/nuttx/libc/unistd/lib_execv.c
Commit message (Expand)AuthorAgeFilesLines
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-2/+2
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-101-24/+7
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-2/+2
* Documentation updatepatacongo2013-01-081-3/+3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+168