This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-01 20:28:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
e8b5dd4528
nuttx
/
fs
/
userfs
History
Download ZIP
Download TAR.GZ
Juha Niskanen
e8b5dd4528
Fix use of undefined pp-token #errror, other typos.
2019-09-19 18:19:18 -06:00
..
fs_userfs.c
Fix use of undefined pp-token #errror, other typos.
2019-09-19 18:19:18 -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