nuttx/fs/vfs
2017-02-05 15:14:16 -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
fs_dupfd.c
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 Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -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_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 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_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
fs_stat.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_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