summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* Oops.. part of the last change will still in the editorGregory Nutt2014-11-121-1/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-5/+40
* In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing ...Gregory Nutt2014-09-141-0/+5
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-1/+5
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-5/+5
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-11/+13
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-7/+10
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-242-6/+8
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-242-2/+2
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-243-7/+7
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-223-6/+6
* Clean-up up some warningGregory Nutt2014-07-111-4/+8
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-3/+16
* Corrected pcode.h header fileGregory Nutt2014-05-081-92/+15
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-074-38/+214
* Updated IEEE 695 header fileGregory Nutt2014-04-221-18/+51
* Updated IEEE 695 header fileGregory Nutt2014-04-211-7/+9
* Updated IEEE 695 header fileGregory Nutt2014-04-201-0/+26
* Updated IEEE 695 header fileGregory Nutt2014-04-201-0/+14
* Updated IEEE 695 header fileGregory Nutt2014-04-201-2/+128
* Add IEEE 695 OMF header fileGregory Nutt2014-04-191-0/+251
* More trailing whilespace removalGregory Nutt2014-04-133-5/+5
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-3/+3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-172-1/+31
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-172-20/+53
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-3/+8
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-5/+76
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-0/+85
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+2
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-193-12/+90
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-181-2/+2
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-6/+13
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-12/+100
* Add documentation for the binary loaderpatacongo2012-10-301-1/+1
* C++ static destructors work with ELF load too nowpatacongo2012-10-292-18/+36
* C++ constructors work with ELF load nowpatacongo2012-10-292-13/+31
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-1/+4
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* Finishes basic coding of ELF file supportpatacongo2012-10-251-2/+5
* Add x86 ELF supportpatacongo2012-10-251-1/+6
* A little more ELF loader logicpatacongo2012-10-251-32/+63
* A little more ELF loader logicpatacongo2012-10-251-2/+2
* A little more ELF loader logicpatacongo2012-10-251-0/+8
* A little more ELF loader logicpatacongo2012-10-241-32/+6
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-244-0/+895