summaryrefslogtreecommitdiff
path: root/nuttx/fs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add Ken Pettit's SMART FSGregory Nutt2013-04-301-0/+1
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-5/+10
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-22/+24
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-1/+9
* Clean-up files in fs/ directorypatacongo2012-07-141-1/+1
* NFS updatespatacongo2012-04-231-1/+1
* Add the beginnings of NFS client supportpatacongo2012-03-021-2/+3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-0/+21
* Add fs/mmappatacongo2011-05-071-7/+9
* Add first NXFFS filespatacongo2011-04-281-3/+5
* Progress toward kernel buildpatacongo2011-04-051-1/+6
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-041-2/+2
* Kernel build mostly successfulpatacongo2011-04-021-6/+5
* Read from socket is the same as recv with flags==0patacongo2009-08-151-1/+1
* Add skeleton for fcntl()patacongo2009-07-181-3/+4
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-5/+6
* Add select()patacongo2008-11-171-5/+5
* Basic file structure for poll() APIpatacongo2008-11-161-5/+5
* Allow block drivers without mountpoint supportpatacongo2008-10-221-4/+3
* Add mmap() APIpatacongo2008-09-121-1/+1
* ROMFS filesystem supportpatacongo2008-09-101-3/+4
* Move FAT-related files to fs/fatpatacongo2008-08-021-5/+8
* Add find/open/close_blockdriver()patacongo2008-08-021-0/+1
* Added lseek()patacongo2008-02-011-3/+3
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+2
* Several webserver bugs fixedpatacongo2007-11-201-12/+19
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-3/+6
* Added statfs()patacongo2007-05-291-1/+1
* Added fat_getattrib.c and fat_setattrib.cpatacongo2007-05-271-1/+1
* Add stat()patacongo2007-05-271-1/+1
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-2/+5
* Setting up for mountpoint supportpatacongo2007-05-261-1/+1
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-211-1/+2
* Add fsync()patacongo2007-05-201-1/+1
* Support for open of FAT fspatacongo2007-05-191-1/+1
* Add framework for FAT32 supportpatacongo2007-05-131-0/+3
* Add mount() and umount()patacongo2007-05-121-2/+3
* Add support for block driverspatacongo2007-05-091-2/+3
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-1/+4
* Fix link problemspatacongo2007-02-281-1/+1
* Working toward successful link using aslinkpatacongo2007-02-271-5/+5