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 02:44:53 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
170a50c6904dcc7701ca6e33af102fcd8ec7a899
nuttx
/
fs
/
userfs
T
History
Juha Niskanen
83a87e08e8
fs/userfs: use correct req type in userfs_truncate, remove use of undeclared buf
2018-01-22 07:14:54 -06:00
..
fs_userfs.c
fs/userfs: use correct req type in userfs_truncate, remove use of undeclared buf
2018-01-22 07:14:54 -06:00
Kconfig
This comment converts the underlying IPC used by the UserFS from Unix domain local sockets to UDP LocalHost loopback sockets. The problem with the local sockets is that they do require operations on the top level psuedo-file system inode tree. That tree must be locked during certain traversals such as enumerate mountpoints or enumerating directory entries.
2017-11-05 12:25:58 -06:00
Make.defs
…
userfs.h
…