incubator-nuttx/fs/vfs
Xiang Xiao e674edfa19 fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices 2018-11-08 09:59:18 -06:00
..
Make.defs Squashed commit of the following: 2018-01-03 16:03:56 -06:00
fs_close.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
fs_dup.c Squashed commit of the following: 2017-09-30 10:41:21 -06:00
fs_dup2.c Squashed commit of the following: 2017-09-30 10:41:21 -06:00
fs_dupfd.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
fs_dupfd2.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
fs_epoll.c epoll: fix epoll_wait function 2017-07-22 09:01:24 -06:00
fs_fcntl.c fs/vfs/fs_fcntl.c, net/socket/net_dupsd.c, and net/socket/net_vfcntl.c: Add file_fcntl, psock_fcntl, and psock_dupsd for use within the kernel. 2018-08-26 13:31:18 -06:00
fs_fdopen.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
fs_fstat.c include/nuttx/fs/fs.h: ... conflicting types for file_fstat(). 2018-08-26 16:13:09 -06:00
fs_fstatfs.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
fs_fsync.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
fs_getfilep.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
fs_ioctl.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
fs_link.c Replace 'the the' with 'the' 2017-05-11 13:15:13 -06:00
fs_lseek.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
fs_mkdir.c
fs_open.c fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices 2018-11-08 09:59:18 -06:00
fs_poll.c fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices 2018-11-08 09:59:18 -06:00
fs_pread.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
fs_pwrite.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
fs_read.c fs/vfs/fs_read.c: Elimnate a warning noted by Anonymouns in Issue 124. 2018-10-12 14:58:21 -06:00
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c fs/vfs/fs_select.c: Make select be more consistent with Linux man page: 'The timeout 2018-08-26 13:19:28 -06:00
fs_sendfile.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
fs_stat.c fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices 2018-11-08 09:59:18 -06:00
fs_statfs.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
fs_truncate.c Squashed commit of the following: 2018-01-04 10:54:54 -06:00
fs_unlink.c
fs_write.c fs/vfs: Fix after recent changes. write() was return negative values in errno. Noted by Jussi Kivilinna. 2017-10-18 10:17:55 -06:00