summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+2
* Debug NSH on z80simpatacongo2007-12-314-42/+42
* Add TELNET front end to NSHpatacongo2007-12-022-0/+6
* Add examples/dhcpdpatacongo2007-11-301-1/+4
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-241-16/+16
* Debug can now be selectively enabled by subystempatacongo2007-11-232-2/+2
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+1
* Added UDP test/examplepatacongo2007-11-221-1/+1
* Several webserver bugs fixedpatacongo2007-11-202-24/+36
* Finished partitioning uip.c (now system is broken)patacongo2007-11-071-0/+2
* Add basic structure to support netdevice ioctlspatacongo2007-09-162-17/+89
* cleanuppatacongo2007-09-031-1/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-032-60/+196
* +2 not ++ twicepatacongo2007-06-111-2/+1
* Correct opendir semaphore hanlding -- was causing deadlockpatacongo2007-06-101-7/+11
* Simply conditional build; fix conditional compilationpatacongo2007-06-0936-137/+18
* allocation unit is cluster, not sectorpatacongo2007-05-291-2/+2
* Added statfs()patacongo2007-05-295-3/+171
* Remove duplicate definition of struct statfspatacongo2007-05-271-0/+168
* Added fat_getattrib.c and fat_setattrib.cpatacongo2007-05-275-13/+197
* Fix reference count problempatacongo2007-05-273-13/+50
* Add stat()patacongo2007-05-277-33/+408
* Fat dir operations seem to workpatacongo2007-05-264-104/+122
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-2621-249/+594
* Add readdir() on mountpointspatacongo2007-05-262-15/+97
* Setting up for mountpoint supportpatacongo2007-05-269-264/+401
* Add FAT rename()patacongo2007-05-211-6/+106
* Add FAT mkdir()patacongo2007-05-213-174/+350
* Add FAT rmdir and unlinkpatacongo2007-05-213-38/+226
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-217-33/+755
* Add lseek; prep for 0.2.5nuttx-2.5patacongo2007-05-211-4/+199
* Implemented FAT writepatacongo2007-05-203-212/+846
* Add support for close and fsyncpatacongo2007-05-206-68/+296
* Add fsync()patacongo2007-05-202-1/+141
* FAT read logic integratedpatacongo2007-05-203-367/+719
* fixespatacongo2007-05-203-25/+38
* fix last changepatacongo2007-05-202-13/+11
* close() did not close driverpatacongo2007-05-201-1/+35
* Support for open of FAT fspatacongo2007-05-195-710/+2046
* umount and fat fixespatacongo2007-05-145-23/+99
* Debug outputpatacongo2007-05-131-5/+22
* Support FAT12/16patacongo2007-05-132-25/+95
* Initial mount integrationpatacongo2007-05-131-4/+12
* Add FAT32 unmount; mountpoint open needs oflags+modepatacongo2007-05-132-24/+74
* Add framework for FAT32 supportpatacongo2007-05-134-1/+1070
* Add mount() and umount()patacongo2007-05-129-6/+629
* Add support for block driverspatacongo2007-05-0914-100/+340