incubator-nuttx/fs/vfs
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
Make.defs
fs_close.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_dup.c fs/: Fix various coding standard issues found while testing tools/nxstyle.c 2019-03-01 15:01:04 -06:00
fs_dup2.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
fs_dupfd.c
fs_dupfd2.c fs/: Fix various coding standard issues found while testing tools/nxstyle.c 2019-03-01 15:01:04 -06:00
fs_epoll.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
fs_fcntl.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_fdopen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_fstat.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
fs_fstatfs.c
fs_fsync.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_getfilep.c
fs_ioctl.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
fs_link.c
fs_lseek.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_mkdir.c
fs_open.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_pread.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_pwrite.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_read.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_readlink.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_rename.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_rmdir.c fs/: Fix various coding standard issues found while testing tools/nxstyle.c 2019-03-01 15:01:04 -06:00
fs_select.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_sendfile.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
fs_stat.c tools/nxstyle.c: Fix a rare false alarm that could occur if a variable or function name begins with the sub-string 'union' or 'struct'. misc fixes under fs/ and sched/ from application of current version of nxstyle. 2019-12-01 13:01:16 -06:00
fs_statfs.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_truncate.c
fs_unlink.c Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
fs_write.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00