summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
* 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