Commit History

Author SHA1 Message Date
  Alin Jerpelea f9fb182809 Author: Gregory Nutt: update licenses to Apache 3 years ago
  Xiang Xiao 1604fe0b4b fs: Remove file_detach since it is unefficient to call open and file_detach 3 years ago
  Xiang Xiao 0032ddb8bf fs: Reimplement file_open to not depend on nx_open 4 years ago
  Xiang Xiao 38a068b7e6 fs: Move file_close from fs/inode/fs_fileclose.c to fs/vfs/fs_close.c 3 years ago
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 years ago
  Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
  Gregory Nutt 94f26c0220 fs/inode/fs_fileclose.c: Move file_close() a separate file. It no longer makes since for it to cohabitate with file_detach(). 6 years ago
  Gregory Nutt a7fd58c4db Squashed commit of the following: 6 years ago
  Gregory Nutt 7c59e05305 FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 7 years ago
  Gregory Nutt 001715d57b FS: Add logic to detach a file structure from a file descriptor. This is for use only within the OS. It permits an open file or driver to be used across multiple threads. 8 years ago
  Gregory Nutt 650a0d0615 Completes VFS-based named semaphore implemetation. Still a little buggy 10 years ago
  Gregory Nutt 7679e6f2bc Forgot to add files from previous commits 10 years ago