提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  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 179fabb019 Add description of work queues to the porting guide. Update comments 10 年之前
  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 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 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 2cb9d5c7b0 Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment 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 f8024cf409 More trailing whilespace removal 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 d6f761430c Some minor fixes for CONFIG_ADDRENV=y 12 年之前
  patacongo a160442b78 Incorporate address environment interfaces in binfmt/ logic 12 年之前