提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 2e54df0f35 Don't include assert.h from public header file 3 年之前
  Byron Ellacott 9a1b726bae fs: change geometry types from `size_t` to `blkcnt_t` and `blksize_t` 3 年之前
  YAMAMOTO Takashi bffba65e37 drivers/ramdisk.c: Fix a syslog format 3 年之前
  YAMAMOTO Takashi 7c962595a5 drivers/ramdisk.c: Fix syslog format errors 3 年之前
  Gregory Nutt 547a3cb3d9 Run all .c and .h files in previous commits through nxstyle. 4 年之前
  Gregory Nutt 66ab039b89 drivers/: Remove support for CONFIG_FS_WRITABLE 4 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 49775ea801 fs/fat: Fix a bug in the FAT ftruncate logic. 6 年之前
  Gregory Nutt ee9c66186c ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers. 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 3986f6cdee Part of last change was still in the editor 8 年之前
  Gregory Nutt 63ab39b274 VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled. 9 年之前
  Gregory Nutt f472041ce2 RAM disk: Missed a few changes in the last commit 9 年之前
  Gregory Nutt 2407008b6e drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters. 9 年之前
  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 3a1324741a More trailing whilespace removal 10 年之前
  Gregory Nutt 4d25119e62 Fix various typos in comments. From Alan Carvalho de Assis 10 年之前
  Gregory Nutt 803cdfdaf1 Changes to get PX4 config to build. Also some warning removal 10 年之前
  Gregory Nutt 62bf4d158d Move ramdisk.h to include/nutt/fs/ramdisk.h 11 年之前
  patacongo 5b7341f5db drivers/, drivers/pipes, and drivers/serial file clean-up 12 年之前
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 年之前
  patacongo 95e415d274 Re-architect FAT data structures to support long file names 13 年之前
  patacongo 37b42d4259 Fix AVR warnings; FAT FS needs to use off_t instead of size_t 13 年之前
  patacongo 12afb230bf Fixes for kernel stub builds 13 年之前
  patacongo 9634f25391 Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 15 年之前
  patacongo ca79f124d4 Fix a bug in initial XIP offset 15 年之前
  patacongo f47adddbb2 cosmetic 16 年之前