summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
* A little more ELF loader logicpatacongo2012-10-252-32/+201
* A little more ELF loader logicpatacongo2012-10-247-76/+217
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2429-38/+38
* Flesh out include/elf.hpatacongo2012-10-242-0/+106
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2418-62/+1441
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-0/+5
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-102-3/+195
* Email address change in nuttx/patacongo2012-09-1324-24/+24
* Add kconfig documentationpatacongo2012-04-062-2/+2
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-062-0/+8
* Should use bdbg, not dbgpatacongo2009-12-201-3/+3
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1521-70/+61
* Add fileno()patacongo2009-07-131-4/+3
* Added exec()patacongo2009-07-122-2/+127
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* ROMFS was in RAMpatacongo2009-06-251-5/+11
* Mostly cosmetic integration changespatacongo2009-06-253-37/+43
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-31/+63
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitpatacongo2009-06-253-3/+3
* Initial NXFLAT debug fixespatacongo2009-06-257-36/+66
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-241-2/+5
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
* Still waffling on relocation typespatacongo2009-06-231-0/+60
* Remove import symbols from relo tablepatacongo2009-06-231-20/+8
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-223-58/+4
* New relocation typespatacongo2009-06-227-139/+353
* Symbol table is orderedpatacongo2009-06-211-4/+4
* Flesh out examples/nxflat build environmentpatacongo2009-06-211-0/+172
* Add NXFLAT dynamic binding logicpatacongo2009-06-214-5/+188
* Add symbol table supportpatacongo2009-06-204-0/+389
* Add symbol table supportpatacongo2009-06-202-2/+103
* Remove warningspatacongo2009-06-201-1/+1
* Back out most of last changepatacongo2009-06-183-20/+20
* Integrate PIC support into context switchingpatacongo2009-06-172-9/+9
* Fixes for compilation with ez80patacongo2009-06-172-3/+7
* Remove bitfields from NXFLAT definitionpatacongo2009-06-171-22/+10
* Straighten out conditional compilationpatacongo2009-06-178-3/+30
* Add exec_modulepatacongo2009-06-178-19/+251
* Add basic module management logicpatacongo2009-06-1713-115/+782
* Easing in binfmt supportpatacongo2009-06-1710-529/+825
* Added NXFLAT a bit at a timepatacongo2009-06-165-0/+975