提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 5708a1ac73 fs/mount and fs/romfs: Add support to mount a ROMFS volume using an MTD driver interface using the standard mount() operation. 5 年之前
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 年之前
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 年之前
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 年之前
  Gregory Nutt 78fa87c7db ROMFS: stat() and fstat() should always indicate that directories are executable. 7 年之前
  Gregory Nutt d677e63008 ROMFS: Back out 29028bcd5aab37e11eb6c7a2bd76e378504b8264. A cool idea, but loses the EXECUTABLE bit in the file type. 7 年之前
  Gregory Nutt 40f8e8b41f Fix some backward DEBUGASSERT tests in ROMFS and FAT. 7 年之前
  Gregory Nutt a482a4603f fstat: Add fstat() support to tmpfs. 7 年之前
  Gregory Nutt 29028bcd5a romfs: Simplify fstat() implementation. It is not necessary to save the file type at open, We know in this context that the file is a regular file. 7 年之前
  Gregory Nutt 4748e9352d fstat: Add fstat() support to romfs 7 年之前
  Gregory Nutt 7d91fabf01 fstat: Add skeleton implmentations of fstat() in all file systems. 7 年之前
  Gregory Nutt ad2f7b0119 fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Bruno Herrera 915792cca1 fs/romfs: One allocation was not being freed if there was a subsequent failure to allocation I/O buffers resulting in a memory leak on certain error conditions. From Bruno Herrera. 9 年之前
  Gregory Nutt 8055ba4d03 Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made. 9 年之前
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 年之前
  Gregory Nutt 1780810d3d Rename kmalloc to kmm_malloc for consistency 10 年之前
  Gregory Nutt 54fa3b0b59 Rename kfree to kmm_free for consistency with other naming conventions 10 年之前
  Gregory Nutt 91b002a043 Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 10 年之前
  patacongo fd1189a6fe Implement redirection of output from NSH builtin commands to a file in a mounted volume 11 年之前
  patacongo 5a2eda210b Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 11 年之前
  patacongo 555e3fe1f5 Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 11 年之前
  patacongo 7a9457bb07 Email address change in nuttx/ 12 年之前
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 年之前