summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a missed include file changeGregory Nutt2014-09-291-1/+1
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-2/+2
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-1/+0
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-1/+3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-29/+32
* Combine common sector address in one functionpatacongo2008-09-121-1/+1
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-121-9/+10
* Add ioctl's to support XIPpatacongo2008-09-121-4/+7
* ROMFS fixes discovered during testingpatacongo2008-09-111-2/+2
* Add a test of ROMFSpatacongo2008-09-111-1/+2
* ROMFS filesystempatacongo2008-09-101-0/+221