summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-8/+9
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-1/+1
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-71/+174
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-3/+3
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-8/+9
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-7/+9
* Fix a bug in initial XIP offsetpatacongo2009-06-241-14/+75
* Use SEC_NSECTOR macropatacongo2008-09-121-1/+1
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-121-3/+13
* Add mmap() APIpatacongo2008-09-121-1/+1
* Add ioctl's to support XIPpatacongo2008-09-121-50/+71
* ROMFS fixes discovered during testingpatacongo2008-09-111-8/+7
* Add a test of ROMFSpatacongo2008-09-111-5/+1
* ROMFS filesystempatacongo2008-09-101-0/+1000