summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1546-392/+422
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-136-17/+17
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-2/+4
* Fix error in mount() error handlingpatacongo2009-11-181-1/+7
* cosmeticpatacongo2009-09-161-1/+2
* Continued THTTPD debugpatacongo2009-08-151-3/+5
* Read from socket is the same as recv with flags==0patacongo2009-08-153-66/+110
* Fix some ez80 compilation errorspatacongo2009-08-021-1/+0
* Add fcntl(F_DUPFD)patacongo2009-07-196-31/+32
* Still fleshing out THTTPD examplepatacongo2009-07-181-4/+96
* Add skeleton for fcntl()patacongo2009-07-182-3/+164
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
* Fix a bug in initial XIP offsetpatacongo2009-06-242-16/+84
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-163-10/+9
* dup() and dup2() support for socket descriptorspatacongo2009-06-156-77/+398
* Fix mount problempatacongo2009-05-292-6/+9
* Fix FAT32 bugpatacongo2009-05-271-8/+13
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-015-27/+37
* Make sure the private data is initially NULLpatacongo2008-11-201-0/+1
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-5/+5
* Revert part of last changepatacongo2008-11-191-5/+5
* cosmeticpatacongo2008-11-181-2/+2
* Basic setup of network selectpatacongo2008-11-181-1/+1
* Implement poll/select for socketspatacongo2008-11-181-4/+4
* Fix improper access to tablepatacongo2008-11-171-6/+6
* Extend test to verify selectpatacongo2008-11-171-3/+3
* Initial integration of poll()patacongo2008-11-171-4/+9
* Add select()patacongo2008-11-172-5/+222
* Poll API may be disabledpatacongo2008-11-161-0/+4
* Add infrastructure to support poll()patacongo2008-11-161-5/+223
* Basic file structure for poll() APIpatacongo2008-11-162-5/+102
* Fix some lseek to zero problemspatacongo2008-11-161-117/+118
* Fix a FAT mount bugpatacongo2008-11-161-18/+22
* trivial cosmeticpatacongo2008-11-151-1/+1
* Correct commentspatacongo2008-11-142-2/+2
* Make use of FAR consistent in stdio.hpatacongo2008-11-102-4/+4
* Share block driver helpers outside of fs/patacongo2008-10-231-9/+0
* Allow block drivers without mountpoint supportpatacongo2008-10-221-4/+3
* Fix access to aligned partition table valuespatacongo2008-10-152-13/+45
* Not setting error on driver errorspatacongo2008-10-091-2/+13
* 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-124-28/+78
* Add mmap() APIpatacongo2008-09-123-2/+173
* cosmeticpatacongo2008-09-127-28/+0
* cosmeticpatacongo2008-09-1217-160/+160
* Add ioctl's to support XIPpatacongo2008-09-123-101/+249
* ROMFS fixes discovered during testingpatacongo2008-09-114-17/+64
* Add a test of ROMFSpatacongo2008-09-113-9/+13