summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_files.c
Commit message (Expand)AuthorAgeFilesLines
* Move file data from TCB to task grouppatacongo2013-01-261-82/+19
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-14/+4
* Mirtoo differences from Konstantin; File system fix from Lorenz Meierpatacongo2012-11-151-0/+1
* I learned how to spell PSEUDOpatacongo2012-08-051-1/+1
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+1
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-4/+7
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-0/+5
* Clean-up files in fs/ directorypatacongo2012-07-141-55/+59
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-10/+19
* Move memory manager into user spacepatacongo2011-04-031-2/+3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-1/+4
* cosmeticpatacongo2009-09-161-1/+2
* Add fcntl(F_DUPFD)patacongo2009-07-191-3/+4
* cosmeticpatacongo2008-09-121-2/+2
* Simplicationpatacongo2008-08-011-8/+19
* Fix missing lock in last changepatacongo2008-08-011-36/+80
* Need to call driver close() method on exitpatacongo2008-08-011-46/+89
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-26/+101
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-3/+0
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-7/+21
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-1/+1
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-5/+3
* Finally, a clean SDCC compilepatacongo2007-02-271-26/+26
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+1
* NuttX RTOSpatacongo2007-02-171-0/+273