summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-5/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-2/+2
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-098-15/+16
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-261-2/+2
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-5/+5
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-9/+9
* Rename _TCB to struct tcb_spatacongo2013-02-041-5/+5
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-2/+2
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-273-41/+27
* 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
* 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
* 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