summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat/libnxflat_addrenv.c
Commit message (Expand)AuthorAgeFilesLines
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-1/+4
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-1/+14
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-2/+2
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-10/+8
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-6/+6
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+3
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-2/+2
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-0/+1
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-0/+234