summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+2
* ELF: Fix compilation error when CONFIG_ELF_DUMPBUFFER is defined. From Pell...Gregory Nutt2014-06-121-1/+1
* Updated README and commentsGregory Nutt2014-05-101-1/+10
* Move prun from interpreters/ to system/; And an NSH built-in appliation that...Gregory Nutt2014-05-091-0/+34
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-093-2/+6
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-092-1/+13
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-094-5/+104
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-087-21/+174
* Minor fix to debug formatGregory Nutt2014-05-081-1/+1
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-088-10/+379
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-0712-11/+352
* STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN opt...Gregory Nutt2014-05-061-1/+0
* BINFMT: Fix an error in the symbol search function. Noted by Pelle WindestamGregory Nutt2014-05-061-8/+11
* More trailing whilespace removalGregory Nutt2014-04-1321-27/+27
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-103-6/+6
* Fix a memory leak in dynamic loaderGregory Nutt2014-01-111-1/+5
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-277-7/+7
* .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