This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 16:19:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
aabdc00e8cfbbd99afe1bdce5e9bf4daaf693b28
nuttx
/
fs
T
History
Dmitriy Linikov
10903b5b2e
fs/smartfs: Fixed filesystem corruption when writing to small file after open(... O_APPEND)
2018-06-20 16:36:38 -06:00
..
aio
…
binfs
…
cromfs
…
dirent
…
driver
…
fat
fs/fat: Avoid caculating the bogus directory entry address for the FAT root directory (since it has no directory entry). This change should have no effect, other than making the logic clearer.
2018-05-24 06:18:15 -06:00
hostfs
…
inode
…
mmap
…
mount
fs/mount: Fix wrong size reported by df -h. Reason is that size in bytes is calculated always on uint32_t types and cards bigger than 4GB will overflow uint32_t type. Solution is to use uint64_t where possible.
2018-04-14 15:15:59 -06:00
mqueue
…
nfs
fs/nfs/rpc_clnt.c: Commit
091e3f7
broke the NFS client. sendto() can (correctly) no lnoger by used with a connected UDP socket. In that case, send() must be used instead.
2018-05-02 13:53:51 -06:00
nxffs
…
procfs
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
2018-06-16 12:16:13 -06:00
romfs
…
semaphore
…
shm
…
smartfs
fs/smartfs: Fixed filesystem corruption when writing to small file after open(... O_APPEND)
2018-06-20 16:36:38 -06:00
tmpfs
…
unionfs
…
userfs
…
vfs
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
2018-06-16 12:16:13 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
…
Makefile
…