summaryrefslogtreecommitdiff
path: root/nuttx/fs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-091-1/+0
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-081-0/+1
* Modify FS initialization logic to handle AIO container initialization.Gregory Nutt2014-10-061-1/+1
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-051-0/+1
* Add a framework that may someday support shared memory objects in the VFSGregory Nutt2014-09-291-0/+1
* Add build support for messages queues as part of the VFS (only build logic, n...Gregory Nutt2014-09-291-0/+1
* Add VFS-based sem_open() implementationGregory Nutt2014-09-281-0/+4
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-281-38/+2
* Move mount-related files from fs/. to fs/mount/.Gregory Nutt2014-09-281-8/+4
* Move directory operations from fs/ to fs/direntGregory Nutt2014-09-281-13/+4
* Move drive from fs/. to fs/driver/.Gregory Nutt2014-09-281-4/+1
* Move inode and VFS utils from fs/. to fs/inode/.Gregory Nutt2014-09-281-6/+3
* Add support for an automounter that will automatically mount and unmount a fi...Gregory Nutt2014-07-291-0/+4
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-3/+2
* Need to build fs_rename.c even if mountpoints are disabledGregory Nutt2014-02-201-4/+3
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-2/+2
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-5/+7
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-27/+28
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+2
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-0/+6
* 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