.. |
aio
|
Squashed commit of the following:
|
2017-09-30 10:41:21 -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: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later.
|
2017-07-04 10:56:54 +09:00 |
fat
|
FAT: Fix 'Missing unlock' in fs_fat32.c
|
2017-05-22 14:44:24 +09:00 |
hostfs
|
fs/: Remove dangling space at the end of lines.
|
2017-06-28 13:17:55 -06:00 |
inode
|
Squashed commit of the following:
|
2017-09-30 10:41:21 -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
|
fs/: Remove dangling space at the end of lines.
|
2017-06-28 13:17:55 -06:00 |
nfs
|
Squashed commit of the following:
|
2017-09-30 08:18:08 -06:00 |
nxffs
|
fstat: Add fstat() support to nxffs.
|
2017-02-13 08:22:05 -06:00 |
procfs
|
Add file missed in last commit. Fix naming in some configuration items.
|
2017-08-12 07:26:20 -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() should return SEM_FAILED on any failures. This is change change in the POSIX specification since the original sem_open() was written so many years ago.
|
2017-09-08 10:14:51 -06:00 |
shm
|
fs/: Remove dangling space at the end of lines.
|
2017-06-28 13:17:55 -06:00 |
smartfs
|
smart: fix wrong freeing of device structure and use-after-free issues on error paths
|
2017-06-28 07:20:07 -06:00 |
tmpfs
|
Fixed directory unlocking in tmpfs_opendir
|
2017-09-27 06:55:37 +03:00 |
unionfs
|
Replace 'the the' with 'the'
|
2017-05-11 13:15:13 -06:00 |
vfs
|
fs/vfs: Remove warning generated by fcntl()
|
2017-10-02 14:04:50 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Kconfig
|
FS_AUTOMOUNTER should depend on SCHED_LPWORK
|
2017-08-26 11:54:03 -06:00 |
Makefile
|
Soft links: Update Documentation, rename file, add system calls
|
2017-02-02 17:11:08 -06:00 |
fs_initialize.c
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |