summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Completes initial shaky integrationpatacongo2009-06-262-6/+15
* integrating NXFLATpatacongo2009-06-265-28/+60
* updatepatacongo2009-06-261-8/+21
* function pointers in modules must have global scopepatacongo2009-06-265-8/+38
* There is no envp argument in main()patacongo2009-06-2611-22/+11
* NXFLAT doesn't set bit 0 in the entry point addresspatacongo2009-06-261-0/+10
* updatepatacongo2009-06-251-0/+3
* ChangeLogpatacongo2009-06-251-1/+4
* Fix a stack setup errorpatacongo2009-06-251-2/+2
* ROMFS was in RAMpatacongo2009-06-252-6/+12
* Mostly cosmetic integration changespatacongo2009-06-255-39/+52
* Consolidate buffer dumping functionspatacongo2009-06-251-0/+123
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-2596-368/+286
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitpatacongo2009-06-255-7/+12
* Fix messaging logic for case of debu disabledpatacongo2009-06-251-5/+16
* Initial NXFLAT debug fixespatacongo2009-06-258-43/+101
* Fix a bug in initial XIP offsetpatacongo2009-06-245-17/+119
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-248-29/+119
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
* updatepatacongo2009-06-241-1/+2
* Fix .PHONY targetspatacongo2009-06-231-1/+1
* Add another NXFLAT test casepatacongo2009-06-235-2/+332
* Still waffling on relocation typespatacongo2009-06-232-7/+70
* Remove import symbols from relo tablepatacongo2009-06-232-22/+9
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-224-66/+6
* New relocation typespatacongo2009-06-2210-158/+398
* Symbol table is orderedpatacongo2009-06-213-7/+40
* Add logic to mount ROMFS filesystempatacongo2009-06-213-4/+40
* Finishes first cut of examples/nxflatpatacongo2009-06-214-15/+131
* Flesh out examples/nxflat build environmentpatacongo2009-06-2132-156/+361
* Add logic to make ROMFS imagepatacongo2009-06-212-5/+63
* Add NXFLAT dynamic binding logicpatacongo2009-06-217-19/+230
* Add symbol table supportpatacongo2009-06-205-0/+553
* Add symbol table supportpatacongo2009-06-204-3/+108
* Add qsort()patacongo2009-06-204-15/+252
* Remove warningspatacongo2009-06-204-8/+81
* Finish nxflat test Makefilespatacongo2009-06-2012-40/+35
* updatepatacongo2009-06-191-13/+13
* Fix CFLAGSpatacongo2009-06-192-3/+1
* Fix second stage linkpatacongo2009-06-189-36/+52
* Integrated mknxflatpatacongo2009-06-1856-90/+1218
* Back out most of last changepatacongo2009-06-184-37/+32
* update Makefilespatacongo2009-06-1810-28/+58
* Integrate PIC support into context switchingpatacongo2009-06-1713-33/+139
* Fixes for compilation with ez80patacongo2009-06-172-3/+7
* Remove bitfields from NXFLAT definitionpatacongo2009-06-172-43/+48
* Straighten out conditional compilationpatacongo2009-06-1715-17/+93
* Add exec_modulepatacongo2009-06-1714-82/+490