nuttx/fs/vfs
liuhaitao 999fe1f9f8 Merge remote-tracking branch 'mirtos/master' into dev
Last commit id:
commit 649f99ce30 (mirtos/master)
Author: FASTSHIFT <vifextech@foxmail.com>
Date:   Wed Sep 22 15:38:43 2021 +0800

    libc/misc: add lib_glob.

    Signed-off-by: FASTSHIFT <vifextech@foxmail.com>

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I2f584a4432f835c661e3c02cf7324d5e92e9c738
2021-09-26 21:59:56 +08:00
..
fs_chstat.c vfs: modify nuttx file access permission check 2021-09-17 17:24:37 +08:00
fs_close.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_dup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_dup2.c fs/fs_dup2: correct check before dup 2021-07-02 04:54:43 -05:00
fs_epoll.c author: Anton D. Kachalov: update licenses to Apache 2021-09-01 21:02:34 +08:00
fs_eventfd.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fchstat.c vfs: modify nuttx file access permission check 2021-09-17 17:24:37 +08:00
fs_fcntl.c net: Add file_socket function 2021-07-17 04:58:40 -07:00
fs_fdopen.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fstat.c fs/inode: add sanity check for inode to avoid nullpointer 2021-07-25 23:01:37 -07:00
fs_fstatfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fsync.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_ioctl.c libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_lseek.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_mkdir.c fs: mkdir return EEXIST if the path already exist 2021-07-19 21:13:49 +08:00
fs_open.c fs: should only apply umask to the userspace caller 2021-07-17 13:32:53 +08:00
fs_poll.c vfs/poll: correct the return event if inode has closed 2021-09-15 12:02:53 +08:00
fs_pread.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_pwrite.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_read.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_readlink.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_rename.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 23:33:43 +08:00
fs_rmdir.c fs/vfs: Don't check CONFIG_NFILE_STREAMS for mkdir/rename/rmdir/fs_unlink 2020-08-17 00:16:26 +01:00
fs_select.c net/tcp: add nonblock connect(2) support 2021-08-19 19:19:05 -07:00
fs_sendfile.c fs: Simplify sendfile implementation 2021-07-17 04:58:40 -07:00
fs_stat.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 23:33:43 +08:00
fs_statfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_symlink.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 23:33:43 +08:00
fs_truncate.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
fs_unlink.c vfs: Fix unsed label warning 2020-12-30 21:20:17 -06:00
fs_write.c vfs: adjust the error code of write to be consistent with read 2021-04-08 21:52:14 -05:00
Make.defs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00