提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 8b4b61f140 fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 6 年之前
  Gregory Nutt 4a7fb2cbc1 binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c 9 年之前
  patacongo b8f437ef4b Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 12 年之前
  patacongo 7a9457bb07 Email address change in nuttx/ 12 年之前
  patacongo 99b0163fba Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 15 年之前
  patacongo 2ea9e257cd Straighten out conditional compilation 15 年之前
  patacongo 4a1221f35d Add exec_module 15 年之前
  patacongo 8ce89fe17d Add basic module management logic 15 年之前