summaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn
Commit message (Expand)AuthorAgeFilesLines
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-094-5/+12
* Many STM32 header files updated for F3 supportpatacongo2013-02-101-2/+2
* 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-026-10/+175
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-189-768/+6
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-0/+16
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+1
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-3/+1
* Documentation updatepatacongo2013-01-116-15/+16
* Various changes while debugging posix_spawnpatacongo2013-01-115-8/+272
* Fix problem with initialization of file actionspatacongo2013-01-101-1/+1
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-102-9/+46
* Add missing support for signal masks to posix_spawn.patacongo2013-01-104-32/+218
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-6/+409
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-107-307/+162
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-1015-5/+844
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-098-1/+703
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+46