summaryrefslogtreecommitdiff
path: root/nuttx/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* From Lorenz Meier: The implementation of access() as vararg macro has the iss...Gregory Nutt2014-11-111-3/+2
* Add pread() and pwrite()Gregory Nutt2014-10-041-0/+2
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-6/+0
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-1/+2
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-2/+2
* Initial implementatino of sbrk()Gregory Nutt2014-09-011-2/+9
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-121-0/+2
* _POSIX_* definitions must have values. From Kosma MoczekGregory Nutt2014-06-301-3/+3
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-271-2/+2
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-26/+26
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-1/+1
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-101-0/+6
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+7
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-1/+2
* Implement pause()patacongo2012-11-211-0/+1
* Header file clean-uppatacongo2012-07-171-4/+4
* Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I...patacongo2012-05-301-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+1
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+1
* Adding basic framework for NXFLATpatacongo2009-06-161-3/+21
* Add chdir() and getcwd()patacongo2008-08-221-0/+6
* Fix read()/write() prototypepatacongo2008-08-131-14/+14
* Add pipe()patacongo2008-07-261-5/+7
* Debugging FIFO logicpatacongo2008-07-221-0/+1
* Z16F integration changespatacongo2008-01-311-15/+15
* Z16F Debugpatacongo2008-01-291-6/+5
* Add getoptpatacongo2007-06-101-1/+15
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-211-1/+6
* Added fsync()patacongo2007-05-201-3/+4
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-3/+51
* Finally, a clean SDCC compilepatacongo2007-02-271-1/+1
* Eliminating GCC dependenciespatacongo2007-02-201-1/+2
* NuttX RTOSpatacongo2007-02-171-0/+84