..
aio
use SEM_INITIALIZER inside of NXSEM_INITIALIZER
2022-10-22 14:50:48 +08:00
binfs
…
cromfs
…
driver
Replace nxsem API when used as a lock with nxmutex API
2022-10-17 15:59:46 +09:00
fat
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
hostfs
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
inode
fs: Correct the comment of file_allocate
2022-10-28 10:12:08 +02:00
littlefs
fs/littlefs: set `LFS_NAME_MAX` to `CONFIG_NAME_MAX`
2022-11-13 09:12:54 +08:00
mmap
Replace nxsem API when used as a lock with nxmutex API
2022-10-17 15:59:46 +09:00
mount
arch: Replace critical section with nxmutex in i2c/spi/1wire initialization
2022-10-17 15:59:46 +09:00
mqueue
fs/vfs: Let caller control whether add the reference count of inode in file_allocate
2022-10-28 10:12:08 +02:00
nfs
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
nxffs
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
partition
…
procfs
sched/task/task_getpid: getpid should return process id not thread id
2022-11-17 17:58:08 +08:00
romfs
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
rpmsgfs
sem:remove sem default protocl
2022-10-22 14:50:48 +08:00
semaphore
sched: Remove the unnecessary (FAR sem_t *) cast
2022-10-29 21:12:40 +02:00
shm
…
smartfs
Call nxsem_destroy or nxmutex_destry in the error path
2022-10-30 13:56:52 +01:00
socket
socket: separation error code EBADF and ENOTSOCK
2022-10-29 08:18:02 +02:00
spiffs
tools: replace INCDIR to Makefile variable
2022-11-03 19:59:55 +08:00
tmpfs
…
unionfs
fs/unionfs: fix memory leak about directory operation
2022-11-14 14:31:02 +08:00
userfs
fs/userfs: destroy nxmutex properly
2022-11-21 01:15:48 +08:00
vfs
fs_epoll: support extend the epoll dynamicly.
2022-11-22 21:08:56 +08:00
Kconfig
…
Makefile
tools: replace INCDIR to Makefile variable
2022-11-03 19:59:55 +08:00
fs_initialize.c
…