summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_filedup2.c
Commit message (Expand)AuthorAgeFilesLines
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-281-121/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-10/+10
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-6/+6
* Clean-up files in fs/ directorypatacongo2012-07-141-5/+5
* Fix bad conditional compilation that breaks THTTPD and dup2()patacongo2011-04-161-3/+4
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-2/+1
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-0/+121