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
6ea3eb3ce2
nuttx
/
fs
/
shm
History
Xiang Xiao
17f173d555
fs/vfs: Zero file struct field with memset
...
to avoid set fields to zero one by one Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-08 17:56:07 +03:00
..
Kconfig
fs/shm: Add initial implementation for posix shared memory
2023-01-18 11:01:20 +08:00
Make.defs
fs/shm: Add initial implementation for posix shared memory
2023-01-18 11:01:20 +08:00
shm_open.c
fs/vfs: Zero file struct field with memset
2023-05-08 17:56:07 +03:00
shm_unlink.c
fs/shm: use ERROR instead of -1
2023-01-26 10:26:09 +08:00
shmfs_alloc.c
fs/shm: update pointer arithmetic logic
2023-01-26 10:26:09 +08:00
shmfs.c
fs: Add g_ prefix for all global file_operations instances
2023-04-24 16:13:29 +02:00
shmfs.h
fs: Add g_ prefix for all global file_operations instances
2023-04-24 16:13:29 +02:00