summaryrefslogtreecommitdiff
path: root/apps/examples/posix_spawn/spawn_main.c
Commit message (Expand)AuthorAgeFilesLines
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-14/+0
* Fix an error handling bug in the fread logicpatacongo2013-01-111-1/+15
* Various changes while debugging posix_spawnpatacongo2013-01-111-9/+109
* Fix problem with initialization of file actionspatacongo2013-01-101-0/+4
* Added a test of posix_spawn()patacongo2013-01-101-0/+356