nuttx/fs
2017-02-13 10:07:43 -06:00
..
aio Update TODO, cosmetic changes, spelling -- US English spells it canceled and canceling vs cancelled and cancelling. No idea why. 2016-12-09 18:39:40 -06:00
binfs Add fstat support to binfs 2017-02-12 14:47:05 -06:00
dirent Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
driver Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
fat fstat: Add skeleton implmentations of fstat() in all file systems. 2017-02-12 13:42:27 -06:00
hostfs fstat: Add skeleton implmentations of fstat() in all file systems. 2017-02-12 13:42:27 -06:00
inode Add basic fstat() support. Now all that is needed is to modify ALL of the file systems. 2017-02-12 12:48:24 -06:00
mmap fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 17:14:02 -06:00
mount Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
mqueue Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
nfs fstat: Add fstat() support to nfs. 2017-02-13 10:07:43 -06:00
nxffs fstat: Add fstat() support to nxffs. 2017-02-13 08:22:05 -06:00
procfs fstat: Add skeleton implmentations of fstat() in all file systems. 2017-02-12 13:42:27 -06:00
romfs fstat: Add fstat() support to tmpfs. 2017-02-13 07:20:39 -06:00
semaphore sem_open(): Fix a compiler error introduced with the setvbuf() changes. 2017-02-09 10:56:12 -06:00
shm Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
smartfs fstat: Add skeleton implmentations of fstat() in all file systems. 2017-02-12 13:42:27 -06:00
tmpfs fstat: Add fstat() support to tmpfs. 2017-02-13 07:20:39 -06:00
unionfs fstat: Add fstat() support to unionfs 2017-02-12 17:05:47 -06:00
vfs fstat: Add fstat() support to nfs. 2017-02-13 10:07:43 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
Kconfig Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 2017-02-05 14:57:38 -06:00
Makefile Soft links: Update Documentation, rename file, add system calls 2017-02-02 17:11:08 -06:00