提交历史

作者 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 年之前
  anchao 18e5e75008 fs/romfs/fs_romfsutil.c: Make romfs_devread32 more portable 6 年之前
  Gregory Nutt 1567b82429 Make sure that labeling is used consistently in all function headers (part 2). 6 年之前
  Gregory Nutt 9568600ab1 Squashed commit of the following: 7 年之前
  Gregory Nutt 42a0796615 Squashed commit of the following: 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 年之前
  Gregory Nutt 1780810d3d Rename kmalloc to kmm_malloc for consistency 10 年之前
  Gregory Nutt 9468590596 Back out part of a recent, incorrect ROMFS change 11 年之前
  Gregory Nutt a28c697cfb ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz Meier 11 年之前
  Gregory Nutt 65c32bea59 Fix an bug where long ROMFS file names are not read correctly. From Mike Smith 11 年之前
  patacongo 1c52dce216 More changes for a kernel-mode allocator (more to be done) 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 227126f75f Some STM32 USB OTG FS driver fixes 12 年之前
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 年之前
  patacongo 7b69f1af91 Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 13 年之前
  patacongo d67e9f0ad9 Switching to C99 stdint/stdbool.h types 15 年之前
  patacongo ca79f124d4 Fix a bug in initial XIP offset 15 年之前
  patacongo fb6d8f6ae6 Combine common sector address in one function 16 年之前
  patacongo 890f1034e0 Combine hard link traversal into one common function 16 年之前
  patacongo 031dfef23c Added mmap()/XIP test to ROMFS test 16 年之前
  patacongo b0d5432f8b Add ioctl's to support XIP 16 年之前
  patacongo 76420d3dc0 ROMFS fixes discovered during testing 16 年之前