summaryrefslogtreecommitdiff
path: root/nuttx/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+1
* Fix some compile errors introduce in last commitsGregory Nutt2014-11-131-1/+3
* execl(): Don't allocate or free and argv[] list if there are not argumentsGregory Nutt2014-11-131-17/+24
* execl() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+45
* From Lorenz Meier: The implementation of access() as vararg macro has the iss...Gregory Nutt2014-11-112-1/+94
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-152-308/+0
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-1/+1
* Fix one more dependency upon having a symbol tableGregory Nutt2014-09-121-7/+9
* Having a symbol table is an option. There are no symbol tables with CONFIG_B...Gregory Nutt2014-09-121-0/+7
* Cosmetic changesGregory Nutt2014-09-121-3/+4
* Slightly improved nanosecond calculationGregory Nutt2014-08-101-2/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* getopt(): Could leave optind in undefined state if argc == 1Gregory Nutt2014-01-201-0/+4
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-203-3/+0
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-133-2/+317
* 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-142-5/+5
* Added a test of posix_spawn()patacongo2013-01-101-3/+3
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-103-25/+155
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-2/+2
* Documentation updatepatacongo2013-01-082-7/+7
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-083-0/+318
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-107-7/+7
* Still trying to recover directory contentspatacongo2012-11-107-0/+848