nuttx/fs/vfs
2017-02-11 18:55:13 -06:00
..
fs_close.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -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 Fix some warnings 2016-07-16 07:02:06 -06:00
fs_fcntl.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_fdopen.c setvbuf: Add support for disabling I/O buffering. Initially cut; untested. 2017-02-09 09:24:44 -06:00
fs_fsync.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -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 VFS ioctl() again. Per comments from David Sidrane, file_ioctl() should not return success if the ioctl method is not supported. It probably should return ENOTTY in that case. 2016-07-09 07:23:12 -06:00
fs_link.c soft links: Fix a memory leak by correcting a reference counting problem. 2017-02-05 15:14:16 -06:00
fs_lseek.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -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 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_poll.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_pread.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_pwrite.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_read.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -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 Update a comment 2017-02-11 18:55:13 -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 Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_sendfile.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
fs_stat.c C Library: Add a very limited, first step implementation of setvbuf(). This is a collaborative effort. Alan Carvalho de Assis did the initial prototype. 2017-02-08 10:33:18 -06:00
fs_statfs.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_unlink.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_write.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
Make.defs Soft links: Add an (untested) implementation of readlink() 2017-02-03 13:57:12 -06:00