This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-09 10:54:43 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cf3dd193524cba52714cbdcda682bd00410ea124
nuttx
/
fs
T
History
Gregory Nutt
8e6afb958a
net/udp: If the interface index of the device bound to a UDP socket is no longer valid because the device has been unregistered, then un-bind the UDP socket.
2018-06-26 06:53:13 -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
net/udp: If the interface index of the device bound to a UDP socket is no longer valid because the device has been unregistered, then un-bind the UDP socket.
2018-06-26 06:53:13 -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
…