..
aio
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
binfs
Eliminate a warning
2015-11-21 10:12:21 -06:00
dirent
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
driver
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
2015-11-21 11:24:55 -06:00
fat
Kconfig change for improved usability
2015-11-29 12:13:24 -06:00
hostfs
Fix an error introduced in last commit
2015-11-25 14:38:10 -06:00
inode
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
mmap
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
mount
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
2015-11-25 08:26:26 -06:00
mqueue
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
nfs
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
nxffs
Buttons lower half: Undefine __KERNEL__ before including board.h to suppress bad included; fix some configuratin issues
2015-10-13 09:29:23 -06:00
procfs
Fix problem in last change to the procfs: Forgot to save the reallocated table pointer!
2015-12-02 05:20:02 -06:00
romfs
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
semaphore
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -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
mksmartfs: Remove fs/smartfs/fs_mksmartfs.c and related headers. This has been moved to apps/fsutils/mksmartfs. From Ken Petit
2015-11-23 07:05:09 -06:00
tmpfs
TMPFS: In open write/append mode, need to set the file position to the end of the file
2015-10-11 10:29:35 -06:00
unionfs
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
vfs
Add support for freopen()
2015-11-22 08:39:17 -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
Modify FS initialization logic to handle AIO container initialization.
2014-10-06 08:11:37 -06:00
Kconfig
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
2015-11-25 08:26:26 -06:00
Makefile
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
2015-11-25 08:26:26 -06:00