nuttx/fs
Xiang Xiao 19e796305a vfs: Forward fcntl(F_SETFD...) to ioctl(FIOCLEX|FIONCLEX...)
this is follow change to:
commit 37730a1fce
Author: fangzhenwei <fangzhenwei@xiaomi.com>
Date:   Thu Nov 25 13:43:10 2021 +0800

    nuttx/fcntl:pass O_NONBLOCK flag to ioctl

    1. fix pty fcntl F_SETFL(O_NONBLOCK) fail issue

    Signed-off-by: fangzhenwei <fangzhenwei@xiaomi.com>

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-04 22:03:55 +02:00
..
aio fs/aio: Fix compile warning 2021-10-31 06:30:57 -03:00
binfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
cromfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
dirent nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
driver nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
fat fs: fat: Use uint16_t instead of wchar_t 2021-12-09 21:29:29 -06:00
hostfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
inode Revert "sched: Don't duplicate caller file handler when creating kernel thread" 2022-03-01 12:26:49 +01:00
littlefs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
mmap include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
mount fs: Remove the unnecessary Kconfig definition 2022-02-05 23:58:01 +01:00
mqueue mqueue: Rename FS_MQUEUE_MPATH to FS_MQUEUE_VFS_PATH 2022-02-05 23:58:01 +01:00
nfs net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
nxffs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
partition Fix an overflow in blkcnt_t gpt_last_lba 2022-01-19 15:58:35 +01:00
procfs procfs/group/fd: add path for every file descriptor 2022-03-01 12:25:19 +08:00
romfs fs/romfs: fix read file mismatch when the length of file name is 16 2022-03-01 11:44:27 -03:00
rpmsgfs include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
semaphore semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem" 2022-02-05 23:58:01 +01:00
shm shm: Rename FS_SHMPATH to FS_SHM_VFS_PATH 2022-02-05 23:58:01 +01:00
smartfs Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
socket file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00
spiffs Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
tmpfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
unionfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
userfs net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
vfs vfs: Forward fcntl(F_SETFD...) to ioctl(FIOCLEX|FIONCLEX...) 2022-03-04 22:03:55 +02:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig Simplify DEFAULT_SMALL usage in Kconfig 2022-03-01 03:15:01 +08:00
Makefile fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00