summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add basic module management logicpatacongo2009-06-1716-217/+830
* add description of new directoriespatacongo2009-06-171-29/+52
* Easing in binfmt supportpatacongo2009-06-1715-619/+981
* Got more NXFLAT examples to compilepatacongo2009-06-1613-23/+32
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-1622-132/+131
* Added NXFLAT a bit at a timepatacongo2009-06-1635-9/+3502
* More C++ stubspatacongo2009-06-166-6/+225
* Adding basic framework for NXFLATpatacongo2009-06-169-8/+470
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-1554-85/+1505
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-159-17/+114
* dup() and dup2() support for socket descriptorspatacongo2009-06-1523-123/+945
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-1413-114/+660
* Prep for 0.4.8 releasenuttx-4.8patacongo2009-06-133-69/+66
* updatepatacongo2009-06-131-10/+16
* Same as last check-in, just implemented more sanelypatacongo2009-06-124-10/+10