nuttx/fs/vfs
2016-07-05 12:58:18 -06:00
..
fs_close.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_dup2.c Update some comments 2016-05-26 08:37:40 -06:00
fs_dup.c Update some comments 2016-05-26 08:37:40 -06:00
fs_dupfd2.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
fs_dupfd.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
fs_epoll.c fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 17:14:02 -06:00
fs_fcntl.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_fdopen.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_fsync.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_getfilep.c fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations. 2016-04-14 10:14:38 -06:00
fs_ioctl.c Add a SYSLOG character device that can be used to re-direct output to the SYSLOG 2016-07-05 12:58:18 -06:00
fs_lseek.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_mkdir.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_open.c Add support for freopen() 2015-11-22 08:39:17 -06:00
fs_poll.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_pread.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
fs_pwrite.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
fs_read.c nuttx/fs: Fix some spacing and alignment issues 2015-10-11 11:39:29 -06:00
fs_rename.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_rmdir.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_select.c nuttx/fs: Fix some spacing and alignment issues 2015-10-11 11:39:29 -06:00
fs_sendfile.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_stat.c nuttx/fs: Fix some spacing and alignment issues 2015-10-11 11:39:29 -06:00
fs_statfs.c Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
fs_unlink.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_write.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
Make.defs poll() and select() should not be built if poll() is disabled 2015-12-02 05:30:52 -06:00