summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_fdopen.c
Commit message (Expand)AuthorAgeFilesLines
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-091-1/+1
* Clean-up files in fs/ directorypatacongo2012-07-141-1/+1
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-031-1/+1
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-181-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-1/+1
* Fix more FTP bugspatacongo2011-06-041-2/+6
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-23/+96
* Clean kernel-/user-mode module buildpatacongo2011-04-051-2/+2
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-041-0/+184