summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs
Commit message (Expand)AuthorAgeFilesLines
* Fix a missed include file changeGregory Nutt2014-09-291-1/+1
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-2/+2
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-6/+6
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-0/+1
* Back out part of a recent, incorrect ROMFS changeGregory Nutt2013-09-141-1/+1
* ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz MeierGregory Nutt2013-09-131-1/+1
* Fix an bug where long ROMFS file names are not read correctly. From Mike SmithGregory Nutt2013-08-251-14/+21
* 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