..
fs_close.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_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_dup.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_dupfd2.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
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00
fs_epoll.c
epoll: fix epoll_wait function
2017-07-22 09:01:24 -06:00
fs_fcntl.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_fdopen.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_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
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
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
Replace 'the the' with 'the'
2017-05-11 13:15:13 -06:00
fs_lseek.c
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00
fs_mkdir.c
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
2017-02-05 14:25:45 -06:00
fs_open.c
fs/vfs/fs_open.c: Fix not returning failure for block_proxy() call.
2019-01-25 06:23:34 -06:00
fs_poll.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_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
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_readlink.c
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
2017-02-05 14:25:45 -06:00
fs_rename.c
rename(): Correct more issues. (1) Move to the root directory in the pseudo file system, (2) Fix path naming calculation when the path is the root directory of a mounted file system, and (3) dont't do the rename if the source and destination of the rename are the same.
2017-02-12 08:37:28 -06:00
fs_rmdir.c
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
2017-02-05 14:25:45 -06:00
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
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
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
Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations."
2017-03-04 08:16:46 -06:00
fs_write.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
Make.defs
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00