summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-1/+5
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-0/+1
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-0/+4
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+2
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-6/+10
* 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
* A little more ELF loader logicpatacongo2012-10-251-2/+2
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-241-28/+27
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Added exec()patacongo2009-07-121-2/+2
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-241-2/+5
* Add symbol table supportpatacongo2009-06-201-2/+6
* Fixes for compilation with ez80patacongo2009-06-171-1/+1
* Add exec_modulepatacongo2009-06-171-1/+4
* Add basic module management logicpatacongo2009-06-171-2/+9
* Easing in binfmt supportpatacongo2009-06-171-1/+1
* Added NXFLAT a bit at a timepatacongo2009-06-161-0/+85