summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat
Commit message (Expand)AuthorAgeFilesLines
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-1/+4
* Remaining files under nuttx/binfmt changed to use the corrected syslog interf...Gregory Nutt2014-10-081-5/+4
* Fix some misleading debug outputGregory Nutt2014-09-261-1/+1
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-102-2/+15
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* 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-252-4/+4
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-242-15/+11
* 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-244-26/+26
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-137-10/+10
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-2/+0
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-3/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+3
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-261-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-2/+2
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-2/+9
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-196-31/+548
* C++ constructors work with ELF load nowpatacongo2012-10-291-18/+0
* More ELF loader changespatacongo2012-10-251-1/+1
* A little more ELF loader logicpatacongo2012-10-251-0/+1
* A little more ELF loader logicpatacongo2012-10-252-7/+10
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-247-8/+10
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-245-34/+51
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-0/+5
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-102-3/+195
* Email address change in nuttx/patacongo2012-09-139-9/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-157-48/+49
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* Mostly cosmetic integration changespatacongo2009-06-252-26/+37
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-8/+41
* Make all counts 16-bitpatacongo2009-06-252-2/+2
* Initial NXFLAT debug fixespatacongo2009-06-255-29/+62
* Fix DEBUG-on compilation errorspatacongo2009-06-242-3/+3
* Still waffling on relocation typespatacongo2009-06-231-0/+60
* Remove import symbols from relo tablepatacongo2009-06-231-20/+8
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-222-57/+3
* New relocation typespatacongo2009-06-227-139/+353
* Flesh out examples/nxflat build environmentpatacongo2009-06-211-0/+172