This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
/
shm
History
Ville Juven
43a26220be
fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS
...
The macro was wrong
2024-01-31 08:51:52 -08:00
..
CMakeLists.txt
fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS
2024-01-31 08:51:52 -08:00
Kconfig
fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS
2024-01-31 08:51:52 -08:00
Make.defs
fs/shm: Add initial implementation for posix shared memory
2023-01-18 11:01:20 +08:00
shm_open.c
sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC
2023-07-11 13:30:34 +08:00
shm_unlink.c
fs/inode: remove all unnecessary check for filep/inode
2023-08-29 09:47:11 +08:00
shmfs_alloc.c
fs/shm: update pointer arithmetic logic
2023-01-26 10:26:09 +08:00
shmfs.c
inode/i_private: remove all unnecessary cast for i_private
2023-08-29 08:58:07 +02:00
shmfs.h
fs: Add g_ prefix for all global file_operations instances
2023-04-24 16:13:29 +02:00