提交历史

作者 SHA1 备注 提交日期
  YAMAMOTO Takashi 8ad9d1e0b4 libelf: Appease nxstyle complaints 4 年之前
  Xiang Xiao 0edcd6b85e binfmt/libelf, libs/libc/modlib: Optimize elf load speed: (1) Don't zero out memory, (2) Reduce the initial buffer size to 32 bytes. 5 年之前
  Xiang Xiao 095e28d45e binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib. 5 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 48271cca05 Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt 205c23b9d6 Add logic to initialize the per-process user heap when each user process is started 10 年之前
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 年之前
  Gregory Nutt 9aca0c1c84 Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 10 年之前
  Gregory Nutt 9ad7dae4c1 Rename kufree to kumm_free for consistency with other naming 10 年之前
  Gregory Nutt 1725946447 Misc changed to get the SAMA5 ELF configuration with address environments working 10 年之前
  Gregory Nutt 241a7e17bd addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata(). 10 年之前
  Gregory Nutt 1624e2fbcf Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support 10 年之前
  Gregory Nutt bc46b447dc Fix all occurrences of "the the" in documentation and comments 11 年之前
  patacongo 1c52dce216 More changes for a kernel-mode allocator (more to be done) 11 年之前
  patacongo 2545f5c1a9 Verify PATH variable in apps/examples/elf 12 年之前
  patacongo a160442b78 Incorporate address environment interfaces in binfmt/ logic 12 年之前