summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs
Commit message (Expand)AuthorAgeFilesLines
* Add first NXFFS filespatacongo2011-04-281-3/+9
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-283-9/+13
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-153-85/+92
* Fix a bug in initial XIP offsetpatacongo2009-06-242-16/+84
* Use SEC_NSECTOR macropatacongo2008-09-121-1/+1
* Combine common sector address in one functionpatacongo2008-09-122-108/+83
* Combine hard link traversal into one common functionpatacongo2008-09-121-85/+85
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-123-22/+72
* Add mmap() APIpatacongo2008-09-121-1/+1
* Add ioctl's to support XIPpatacongo2008-09-123-101/+249
* ROMFS fixes discovered during testingpatacongo2008-09-113-15/+63
* Add a test of ROMFSpatacongo2008-09-113-9/+13
* ROMFS filesystempatacongo2008-09-104-0/+2035