summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_loadmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Improved binfmt debug outputGregory Nutt2014-09-071-3/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-2/+2
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-1/+5
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Fix a memory leak in dynamic loaderGregory Nutt2014-01-111-1/+5
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+3
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-0/+43
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-3/+3
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-21/+104
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-1/+0
* Initial NXFLAT debug fixespatacongo2009-06-251-6/+3
* Fix DEBUG-on compilation errorspatacongo2009-06-241-1/+1
* Add NXFLAT dynamic binding logicpatacongo2009-06-211-4/+4
* Remove warningspatacongo2009-06-201-1/+1
* Straighten out conditional compilationpatacongo2009-06-171-0/+3
* Add exec_modulepatacongo2009-06-171-6/+18
* Add basic module management logicpatacongo2009-06-171-0/+127