summaryrefslogtreecommitdiffstats
path: root/nuttx/fs/fs_fdopen.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-14Clean-up files in fs/ directorypatacongo1-1/+1
2012-05-03Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo1-1/+1
2012-04-18Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo1-1/+1
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
2011-06-22Changes for clean ez80 ZDS-II compilepatacongo1-1/+1
2011-06-04Fix more FTP bugspatacongo1-2/+6
2011-06-02Add support so that fdopen() may be used on socket descriptorspatacongo1-23/+96
2011-04-05Clean kernel-/user-mode module buildpatacongo1-2/+2
2011-04-04Move core of fdopen() logic from lib/stdio to fs/patacongo1-0/+184