summaryrefslogtreecommitdiffstats
path: root/nuttx/fs/fs_close.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-14Clean-up files in fs/ directorypatacongo1-2/+2
2012-03-21Move file-system header files to include/nuttx/fspatacongo1-1/+1
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-3/+3
2009-12-15Switching to C99 stdint/stdbool.h typespatacongo1-1/+1
2009-06-15dup() and dup2() support for socket descriptorspatacongo1-1/+1
2008-08-01Simplicationpatacongo1-18/+0
2008-08-01Fix missing lock in last changepatacongo1-6/+3
2008-08-01Need to call driver close() method on exitpatacongo1-20/+7
2008-07-31Fix bug: Using unsigned to detect errno<0patacongo1-3/+3
2007-09-16Add basic structure to support netdevice ioctlspatacongo1-1/+6
2007-09-03Add send, sendto, rec, recvfrompatacongo1-42/+92
2007-06-09Simply conditional build; fix conditional compilationpatacongo1-3/+0
2007-05-20Add support for close and fsyncpatacongo1-1/+1
2007-05-20fixespatacongo1-13/+18
2007-05-20fix last changepatacongo1-12/+7
2007-05-20close() did not close driverpatacongo1-1/+35
2007-03-20Restructure header files for POSIX compliance; eliminate compile warningspatacongo1-1/+1
2007-03-01This creates a 8051 build that can run in 24Kb of RAMpatacongo1-9/+2
2007-02-27Finally, a clean SDCC compilepatacongo1-2/+2
2007-02-17NuttX RTOSpatacongo1-0/+88