.. |
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
|
Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking?
|
2015-12-02 10:47:32 -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
|
OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod
|
2015-12-12 17:42:25 -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
|
poll() and select() should not be built if poll() is disabled
|
2015-12-02 05:30:52 -06:00 |
.gitignore
|
…
|
|
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 |
fs_initialize.c
|
Modify FS initialization logic to handle AIO container initialization.
|
2014-10-06 08:11:37 -06:00 |