aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* Add back some (currently unused) files lost in an earlier NuttX mergepx4dev2013-01-3010-0/+1796
* Merge Nuttx r5554px4dev2013-01-237-16/+428
|\
| * Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-1/+0
| * NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-176-14/+351
| * Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-175-13/+89
* | Merge NuttX r5527px4dev2013-01-1711-13/+524
|\|
| * Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-177-40/+145
| * Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-163-4/+202
| * Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-165-1/+190
| * BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-5/+9
| * Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-3/+18
* | Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-1114-27/+33
* | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1122-172/+3132
|\|
| * 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