incubator-nuttx/fs
Gregory Nutt 154a87993f fs/vfs/fd_open.c: fs_fdopen() must not set errno
Functions within the OS must never set the errno value.  fs_fdopen() was setting the errno value.  Now, after some parameter changes, it reports errors via a negated errno integer return value as do most all other internal OS functions.
2020-05-23 15:22:09 +08:00
..
aio sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
binfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
cromfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
dirent Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
driver Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
fat fs/fat/fs_fat32util.c: return was missing from the last PR. 2020-03-30 17:13:13 +02:00
hostfs Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
inode include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
littlefs fs/littlefs: upgrade littlefs to v2.2.1 2020-04-23 09:31:21 -06:00
mmap Run codespell -w against all files 2020-02-22 14:45:07 -06:00
mount fs: Add nx_mount/nx_umount2 function 2020-05-08 07:20:49 -06:00
mqueue include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
nfs Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
nxffs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
partition Fix nxstyle warning 2020-04-13 12:01:39 -06:00
procfs Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
romfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
semaphore Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
shm fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
smartfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
spiffs build: Move INCDIROPT to common place 2020-05-18 15:02:55 -06:00
tmpfs fs_tmpfs.c: Shorten long lines according to codestyle 2020-04-30 01:04:33 -07:00
unionfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
userfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vfs fs/vfs/fd_open.c: fs_fdopen() must not set errno 2020-05-23 15:22:09 +08:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
Kconfig fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
Makefile build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00