nuttx/fs/vfs
2016-04-14 10:14:38 -06:00
..
fs_close.c
fs_dup2.c
fs_dup.c
fs_dupfd2.c
fs_dupfd.c
fs_epoll.c
fs_fcntl.c
fs_fdopen.c
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
fs_lseek.c
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 Update submodules 2016-01-28 09:53:47 -06:00
fs_pread.c
fs_pwrite.c
fs_read.c
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
fs_sendfile.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_stat.c
fs_statfs.c
fs_unlink.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_write.c
Make.defs poll() and select() should not be built if poll() is disabled 2015-12-02 05:30:52 -06:00