summaryrefslogtreecommitdiffstats
path: root/nuttx/fs
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Verified recvfrom()patacongo1-1/+1
2007-11-22Added UDP test/examplepatacongo1-1/+1
2007-11-20Several webserver bugs fixedpatacongo2-24/+36
2007-11-07Finished partitioning uip.c (now system is broken)patacongo1-0/+2
2007-09-16Add basic structure to support netdevice ioctlspatacongo2-17/+89
2007-09-03cleanuppatacongo1-1/+1
2007-09-03Add send, sendto, rec, recvfrompatacongo2-60/+196
2007-06-11+2 not ++ twicepatacongo1-2/+1
2007-06-10Correct opendir semaphore hanlding -- was causing deadlockpatacongo1-7/+11
2007-06-09Simply conditional build; fix conditional compilationpatacongo36-137/+18
2007-05-29allocation unit is cluster, not sectorpatacongo1-2/+2
2007-05-29Added statfs()patacongo5-3/+171
2007-05-27Remove duplicate definition of struct statfspatacongo1-0/+168
2007-05-27Added fat_getattrib.c and fat_setattrib.cpatacongo5-13/+197
2007-05-27Fix reference count problempatacongo3-13/+50
2007-05-27Add stat()patacongo7-33/+408
2007-05-26Fat dir operations seem to workpatacongo4-104/+122
2007-05-26Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo21-249/+594
2007-05-26Add readdir() on mountpointspatacongo2-15/+97
2007-05-26Setting up for mountpoint supportpatacongo9-264/+401
2007-05-21Add FAT rename()patacongo1-6/+106
2007-05-21Add FAT mkdir()patacongo3-174/+350
2007-05-21Add FAT rmdir and unlinkpatacongo3-38/+226
2007-05-21Add unlink(), mkdir(), rmdir(), and rename()patacongo7-33/+755
2007-05-21Add lseek; prep for 0.2.5patacongo1-4/+199
2007-05-20Implemented FAT writepatacongo3-212/+846
2007-05-20Add support for close and fsyncpatacongo6-68/+296
2007-05-20Add fsync()patacongo2-1/+141
2007-05-20FAT read logic integratedpatacongo3-367/+719
2007-05-20fixespatacongo3-25/+38
2007-05-20fix last changepatacongo2-13/+11
2007-05-20close() did not close driverpatacongo1-1/+35
2007-05-19Support for open of FAT fspatacongo5-710/+2046
2007-05-14umount and fat fixespatacongo5-23/+99
2007-05-13Debug outputpatacongo1-5/+22
2007-05-13Support FAT12/16patacongo2-25/+95
2007-05-13Initial mount integrationpatacongo1-4/+12
2007-05-13Add FAT32 unmount; mountpoint open needs oflags+modepatacongo2-24/+74
2007-05-13Add framework for FAT32 supportpatacongo4-1/+1070
2007-05-12Add mount() and umount()patacongo9-6/+629
2007-05-09Add support for block driverspatacongo14-100/+340
2007-03-29Eliminate warningspatacongo1-0/+1
2007-03-21ioctl should be prototyped in sys/ioctl.hpatacongo1-1/+1
2007-03-20Restructure header files for POSIX compliance; eliminate compile warningspatacongo7-5/+8
2007-03-19Reference count field was not being initializedpatacongo1-3/+1
2007-03-16Fix SDCC compilation problemspatacongo4-1/+21
2007-03-14Add 'ls' command to nshpatacongo3-3/+17
2007-03-14Added opendir, readdir, closedir, etc.patacongo17-342/+1715
2007-03-14Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphorespatacongo1-7/+21
2007-03-08Fix c5471 signal handling + deallocation bugpatacongo1-1/+1