summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Add fs/mmappatacongo2011-05-076-29/+392
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
* Finish logic to update open writer after packingpatacongo2011-05-052-131/+365
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
* Add NXFFS ioctlspatacongo2011-05-051-2/+42
* NXFFS is basically functional -- more testing neededpatacongo2011-05-056-100/+191
* Fix two more NXFFS bugspatacongo2011-05-053-29/+59
* Minor NXFFS fixespatacongo2011-05-052-21/+63
* More NXFFS bugfixespatacongo2011-05-041-1/+1
* More NXFFS bugfixespatacongo2011-05-049-31/+78
* More NXFFS bugfixespatacongo2011-05-043-13/+56
* Misc NXFFS bugfixespatacongo2011-05-045-121/+149
* Fix a few more NXFFS bugspatacongo2011-05-041-24/+103
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-032-3/+5
* Most of packing logic is in placepatacongo2011-05-034-147/+713
* Progress on NXFFS packing logicpatacongo2011-05-035-137/+410
* Swap size of cache and pack bufferspatacongo2011-05-0310-71/+53
* Starting NXFFS packing logicpatacongo2011-05-034-133/+353
* NXFFS file deletion is functionalpatacongo2011-05-023-34/+95
* More NXFFS bugfixespatacongo2011-05-026-114/+57
* More NXFFS bugfixespatacongo2011-05-024-62/+120
* More NXFFS bugfixespatacongo2011-05-013-13/+18
* More NXFFS bugfixespatacongo2011-05-014-38/+301
* Extend NXFFS tests; bugfixespatacongo2011-05-017-72/+351
* Add basic NXFFS read logicpatacongo2011-05-016-72/+234
* Misc NXFFS bug fixespatacongo2011-04-302-31/+75
* Add basic write logicpatacongo2011-04-306-47/+550
* Update README documentationpatacongo2011-04-301-0/+13
* Add file creation logicpatacongo2011-04-3013-162/+1238
* Some initial NXFFS bugfixespatacongo2011-04-294-34/+132
* Add beginning of a test for NXFFSpatacongo2011-04-2910-33/+509
* More NXFFS logicpatacongo2011-04-286-7/+426
* More NXFFS logicpatacongo2011-04-289-29/+1122
* Add first NXFFS filespatacongo2011-04-2812-11/+2364
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+1
* Fix bad conditional compilation that breaks THTTPD and dup2()patacongo2011-04-163-7/+10
* Add rtc.h header filepatacongo2011-04-122-16/+16
* Fixes for kernel stub buildspatacongo2011-04-062-12/+14
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-2/+0
* Fix bugs introduced in last commitpatacongo2011-04-051-1/+2
* Clean kernel-/user-mode module buildpatacongo2011-04-058-23/+26
* Progress toward kernel buildpatacongo2011-04-051-1/+6
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-042-2/+186
* Move memory manager into user spacepatacongo2011-04-031-2/+3
* Kernel build mostly successfulpatacongo2011-04-023-219/+5
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-281-70/+138
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-2813-127/+63
* #warning removalpatacongo2011-03-091-7/+1
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-2/+6