提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 66057a4612 fs: Add the relative path support 4 年之前
  Xiang Xiao de45e8647a Revert "s/dirent: Corrects a problem with opendir() noted by Petteri Aimonen in Bitbucket Issue 132: "opendir() fails for FAT filesystem with trailing slash in path":" 4 年之前
  Xiang Xiao b76c4672d6 vfs: Create a node as the root of pseudo file system 4 年之前
  Gregory Nutt a4d6af8343 Check return from nxsem_wait_initialize() 4 年之前
  Michael Jung d1afc02c50 fs/dirent/fs_opendir.c: Fix typo and style. opendir() did set errno to a negative value in one error case. Fixed some coding style issues found by nxstyle. 5 年之前
  Gregory Nutt 97b0235d77 s/dirent: Corrects a problem with opendir() noted by Petteri Aimonen in Bitbucket Issue 132: "opendir() fails for FAT filesystem with trailing slash in path": 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt b4d378adb8 Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled. 7 年之前
  Gregory Nutt 45fd98da88 Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 7 年之前
  Gregory Nutt 990bed903e Soft link: First cut fix for some soft link issues. The fix still has some issues of its own. 7 年之前
  Gregory Nutt 4c68324d82 FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure. 7 年之前
  Gregory Nutt 36704b7d9c FS: Argument is now a structure describing the search. 7 年之前
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 年之前
  Gregory Nutt 8293a5e773 Minor file system clean-up 9 年之前
  Gregory Nutt 1c6c76033a Lincoln60: Add GPIO definitions for the microSD slot 9 年之前
  Gregory Nutt ae90309b36 Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 10 年之前
  Gregory Nutt 349c44ded5 Move directory operations from fs/ to fs/dirent 10 年之前