summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfsutil.c
Commit message (Expand)AuthorAgeFilesLines
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-0/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-49/+51
* Fix a bug in initial XIP offsetpatacongo2009-06-241-2/+9
* Combine common sector address in one functionpatacongo2008-09-121-107/+82
* Combine hard link traversal into one common functionpatacongo2008-09-121-85/+85
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-121-10/+49
* Add ioctl's to support XIPpatacongo2008-09-121-47/+171
* ROMFS fixes discovered during testingpatacongo2008-09-111-5/+54
* Add a test of ROMFSpatacongo2008-09-111-3/+10
* ROMFS filesystempatacongo2008-09-101-0/+775