Gregory Nutt d209e0e238 Add file missed in last commit. Fix naming in some configuration items. 7 年之前
..
aio a0f567f4a3 Update TODO, cosmetic changes, spelling -- US English spells it canceled and canceling vs cancelled and cancelling. No idea why. 7 年之前
binfs d06b346b5c Add fstat support to binfs 7 年之前
dirent b4d378adb8 Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled. 7 年之前
driver 5efd942396 FS: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later. 7 年之前
fat 99bdab3ac3 FAT: Fix 'Missing unlock' in fs_fat32.c 7 年之前
hostfs 1ed9793751 fs/: Remove dangling space at the end of lines. 7 年之前
inode 41680d376d Replace 'the the' with 'the' 7 年之前
mmap ad2f7b0119 fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
mount 45fd98da88 Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 7 年之前
mqueue 1ed9793751 fs/: Remove dangling space at the end of lines. 7 年之前
nfs aeb59383cf Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code. 7 年之前
nxffs 181eb79616 fstat: Add fstat() support to nxffs. 7 年之前
procfs d209e0e238 Add file missed in last commit. Fix naming in some configuration items. 7 年之前
romfs 78fa87c7db ROMFS: stat() and fstat() should always indicate that directories are executable. 7 年之前
semaphore 1ed9793751 fs/: Remove dangling space at the end of lines. 7 年之前
shm 1ed9793751 fs/: Remove dangling space at the end of lines. 7 年之前
smartfs 4eaa136850 smart: fix wrong freeing of device structure and use-after-free issues on error paths 7 年之前
tmpfs 41680d376d Replace 'the the' with 'the' 7 年之前
unionfs 41680d376d Replace 'the the' with 'the' 7 年之前
vfs 027a446158 poll: fix poll for regular files and block devices. Open Group documentation tells that poll (and select) support regular files and that 'Regular files shall always poll TRUE for reading and writing'. 7 年之前
.gitignore 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 11 年之前
Kconfig 47ddfa346d Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 7 年之前
Makefile b39d962021 Soft links: Update Documentation, rename file, add system calls 7 年之前
fs_initialize.c 9008308b64 Remove some block comments before empty code sections 8 年之前