summaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-3/+0
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+3
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-2/+0
* Various changes while debugging posix_spawnpatacongo2013-01-111-0/+8
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-0/+4
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-101-3/+4
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-0/+5
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-1/+2
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+46