.. |
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
|
Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled.
|
2017-02-16 09:53:13 -06:00 |
driver
|
FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled.
|
2017-03-04 08:25:20 -06:00 |
fat
|
Fix some backward DEBUGASSERT tests in ROMFS and FAT.
|
2017-02-13 14:06:39 -06:00 |
hostfs
|
hostfs: Add support for fstat().
|
2017-02-14 09:54:08 -06:00 |
inode
|
fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable.
|
2017-02-15 09:32:42 -06:00 |
mmap
|
…
|
|
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
|
nfs: Simplify parameters saved for fstat()
|
2017-02-14 08:16:03 -06:00 |
nxffs
|
fstat: Add fstat() support to nxffs.
|
2017-02-13 08:22:05 -06:00 |
procfs
|
procfs skeleton: Some additional, purely cosmetic updates.
|
2017-02-15 12:47:51 -06:00 |
romfs
|
ROMFS: stat() and fstat() should always indicate that directories are executable.
|
2017-02-13 16:56:55 -06:00 |
semaphore
|
sem_open(): Fix a compiler error introduced with the setvbuf() changes.
|
2017-02-09 10:56:12 -06:00 |
shm
|
…
|
|
smartfs
|
If whence is SEEK_END, the file offset shall be set to the size of the file plus offset. Noted by eunb.song@samsung.com
|
2017-03-13 07:31:47 -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
|
sendfile(): Fix error introduced with commit ff73be870e . Noted by Maciej Wójcik
|
2017-03-05 11:50:34 -06:00 |
.gitignore
|
…
|
|
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 |
fs_initialize.c
|
…
|
|