summaryrefslogtreecommitdiffstats
path: root/nuttx/binfmt
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Add kconfig documentationpatacongo2-2/+2
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo2-0/+8
2009-12-20Should use bdbg, not dbgpatacongo1-3/+3
2009-12-17Missed uint32 type conversionspatacongo1-1/+1
2009-12-16Clean-up from big switch to stdint/stdboolpatacongo2-0/+2
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo21-70/+61
2009-07-13Add fileno()patacongo1-4/+3
2009-07-12Added exec()patacongo2-2/+127
2009-06-26Completes initial shaky integrationpatacongo1-5/+12
2009-06-26function pointers in modules must have global scopepatacongo1-2/+7
2009-06-25ROMFS was in RAMpatacongo1-5/+11
2009-06-25Mostly cosmetic integration changespatacongo3-37/+43
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo3-31/+63
2009-06-25Fix debug outputpatacongo1-1/+6
2009-06-25Make all counts 16-bitpatacongo3-3/+3
2009-06-25Initial NXFLAT debug fixespatacongo7-36/+66
2009-06-24Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo1-2/+5
2009-06-24Fix DEBUG-on compilation errorspatacongo3-4/+4
2009-06-23Still waffling on relocation typespatacongo1-0/+60
2009-06-23Remove import symbols from relo tablepatacongo1-20/+8
2009-06-22ispace offset needs to account for size of headerpatacongo1-3/+3
2009-06-22Back-out one relocation typepatacongo3-58/+4
2009-06-22New relocation typespatacongo7-139/+353
2009-06-21Symbol table is orderedpatacongo1-4/+4
2009-06-21Flesh out examples/nxflat build environmentpatacongo1-0/+172
2009-06-21Add NXFLAT dynamic binding logicpatacongo4-5/+188
2009-06-20Add symbol table supportpatacongo4-0/+389
2009-06-20Add symbol table supportpatacongo2-2/+103
2009-06-20Remove warningspatacongo1-1/+1
2009-06-18Back out most of last changepatacongo3-20/+20
2009-06-17Integrate PIC support into context switchingpatacongo2-9/+9
2009-06-17Fixes for compilation with ez80patacongo2-3/+7
2009-06-17Remove bitfields from NXFLAT definitionpatacongo1-22/+10
2009-06-17Straighten out conditional compilationpatacongo8-3/+30
2009-06-17Add exec_modulepatacongo8-19/+251
2009-06-17Add basic module management logicpatacongo13-115/+782
2009-06-17Easing in binfmt supportpatacongo10-529/+825
2009-06-16Added NXFLAT a bit at a timepatacongo5-0/+975