summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of filenames > 15 characters in ROMFS.px4dev2013-08-251-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+4
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+6
* 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-143-81/+177
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Some STM32 USB OTG FS driver fixespatacongo2012-08-271-1/+1
* Kconfig updatespatacongo2012-04-141-1/+9
* A little bit of file system configuration logicpatacongo2012-04-101-0/+2
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-6/+6
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* 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