summaryrefslogtreecommitdiffstats
path: root/nuttx/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-01Fixes for correct compilation with ZDS-IIpatacongo5-27/+37
2008-11-20Make sure the private data is initially NULLpatacongo1-0/+1
2008-11-19Move poll save area back into struct pollfd (as it waspatacongo1-5/+5
2008-11-19Revert part of last changepatacongo1-5/+5
2008-11-18cosmeticpatacongo1-2/+2
2008-11-18Basic setup of network selectpatacongo1-1/+1
2008-11-18Implement poll/select for socketspatacongo1-4/+4
2008-11-17Fix improper access to tablepatacongo1-6/+6
2008-11-17Extend test to verify selectpatacongo1-3/+3
2008-11-17Initial integration of poll()patacongo1-4/+9
2008-11-17Add select()patacongo2-5/+222
2008-11-16Poll API may be disabledpatacongo1-0/+4
2008-11-16Add infrastructure to support poll()patacongo1-5/+223
2008-11-16Basic file structure for poll() APIpatacongo2-5/+102
2008-11-16Fix some lseek to zero problemspatacongo1-117/+118
2008-11-16Fix a FAT mount bugpatacongo1-18/+22
2008-11-15trivial cosmeticpatacongo1-1/+1
2008-11-14Correct commentspatacongo2-2/+2
2008-11-10Make use of FAR consistent in stdio.hpatacongo2-4/+4
2008-10-23Share block driver helpers outside of fs/patacongo1-9/+0
2008-10-22Allow block drivers without mountpoint supportpatacongo1-4/+3
2008-10-15Fix access to aligned partition table valuespatacongo2-13/+45
2008-10-09Not setting error on driver errorspatacongo1-2/+13
2008-09-12Use SEC_NSECTOR macropatacongo1-1/+1
2008-09-12Combine common sector address in one functionpatacongo2-108/+83
2008-09-12Combine hard link traversal into one common functionpatacongo1-85/+85
2008-09-12Added mmap()/XIP test to ROMFS testpatacongo4-28/+78
2008-09-12Add mmap() APIpatacongo3-2/+173
2008-09-12cosmeticpatacongo7-28/+0
2008-09-12cosmeticpatacongo17-160/+160
2008-09-12Add ioctl's to support XIPpatacongo3-101/+249
2008-09-11ROMFS fixes discovered during testingpatacongo4-17/+64
2008-09-11Add a test of ROMFSpatacongo3-9/+13
2008-09-10ROMFS filesystem supportpatacongo3-10/+35
2008-09-10ROMFS filesystempatacongo4-0/+2035
2008-09-10cosmeticpatacongo1-6/+6
2008-09-10cosmeticpatacongo2-31/+38
2008-09-08Fix FAT seek bugpatacongo3-24/+74
2008-09-07Fixed critical FAT bugspatacongo2-10/+22
2008-09-07updatepatacongo3-182/+155
2008-09-01Fix fseek/ftell; add fsetpos/fgetpospatacongo2-63/+62
2008-08-29Fix Linux sim errors/warningpatacongo1-1/+1
2008-08-23Fix error in stat on root directorypatacongo1-4/+24
2008-08-17Fix error in FAT FS when file opened for O_APPENDpatacongo1-18/+30
2008-08-17Fix bad assert in opendirpatacongo1-3/+3
2008-08-13Fix read()/write() prototypepatacongo2-3/+3
2008-08-10Added test for mkfatfspatacongo1-1/+2
2008-08-10Added mkfatfs() testpatacongo3-10/+31
2008-08-09Implemented mkfatfs()patacongo5-72/+555
2008-08-09Added search for good cluster sizepatacongo5-46/+538