提交历史

作者 SHA1 备注 提交日期
  Dong Heng 97be116a39 fs/nxffs: Fix scan good block slowly and scan an invalid block 4 年之前
  Xiang Xiao 9dff16e0e4 fix nxstyle warning 4 年之前
  Gregory Nutt 0253c974b2 Squashed commit of the following: 6 年之前
  Gregory Nutt 39fe6a0dff Squashed commit of the following: 6 年之前
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 年之前
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 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 年之前
  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 9ac09db800 More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 10 年之前
  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 875b49913a SAMA5 NAND: Only CS3 can have NAND 11 年之前
  Gregory Nutt 7fad495e1d Cosmetic changes to debug output 11 年之前
  Gregory Nutt b3d3f59363 NXFFS: more NAND-Releated changes; don't fail if a block read fails. That might just be a NAND uncorrectable bit error. Make scanning of the device on startup optional. This might have introduced some NXFFS issure -- To be determined 11 年之前
  Gregory Nutt 5b9d07e5c0 NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, the read error probably just means that an uncorrectable ECC was encountered 11 年之前
  Gregory Nutt 5c1f0946c2 NXFFS: First of many changes for NAND. NAND reports read errors on ECC failures. NXFFS can't just give up in these cases and must treat read failures like bad blocks 11 年之前
  Gregory Nutt 897572a552 Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h 11 年之前
  Gregory Nutt 0d02d854ed Cleanup some compilation warnings in NXFFS 11 年之前
  Gregory Nutt f9be47ead2 Add configuration and example to test MTD partitions 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 年之前