summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* Verify PATH variable in apps/examples/elfpatacongo2012-12-195-8/+9
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-194-3/+10
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-1918-60/+1009
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-173-25/+108
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-163-6/+311
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-0/+5
* ZNEO now (almost) builds in Windows native environmentpatacongo2012-11-291-0/+1
* A few more Windows native build fixes for eZ80patacongo2012-11-221-16/+16
* A few more fixes for ez80 Windows Native build (still not enough)patacongo2012-11-211-3/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add documentation for the binary loaderpatacongo2012-10-301-7/+9
* C++ static destructors work with ELF load too nowpatacongo2012-10-2911-71/+308
* C++ constructors work with ELF load nowpatacongo2012-10-2915-361/+568
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-2910-77/+513
* The ELF loader is basically functional (needs more testing)patacongo2012-10-272-1/+5
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-53/+56
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-268-106/+46
* More ELF loader changespatacongo2012-10-255-10/+10
* Finishes basic coding of ELF file supportpatacongo2012-10-258-8/+487
* Add x86 ELF supportpatacongo2012-10-251-0/+2
* A little more ELF loader logicpatacongo2012-10-2513-134/+465
* A little more ELF loader logicpatacongo2012-10-255-100/+78
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
* A little more ELF loader logicpatacongo2012-10-252-32/+201
* A little more ELF loader logicpatacongo2012-10-247-76/+217
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2429-38/+38
* Flesh out include/elf.hpatacongo2012-10-242-0/+106
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2418-62/+1441
* 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-1324-24/+24
* Add kconfig documentationpatacongo2012-04-062-2/+2
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-062-0/+8
* Should use bdbg, not dbgpatacongo2009-12-201-3/+3
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1521-70/+61
* Add fileno()patacongo2009-07-131-4/+3
* Added exec()patacongo2009-07-122-2/+127
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* ROMFS was in RAMpatacongo2009-06-251-5/+11
* Mostly cosmetic integration changespatacongo2009-06-253-37/+43