summaryrefslogtreecommitdiff
path: root/nuttx/include/spawn.h
Commit message (Expand)AuthorAgeFilesLines
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-2/+2
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-141-0/+4
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-0/+5
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-5/+35
* Documentation updatepatacongo2013-01-111-1/+1
* Various changes while debugging posix_spawnpatacongo2013-01-111-1/+11
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-2/+16
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-101-42/+42
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-5/+32
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-9/+19
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+137