summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add logic to allocate GOTpatacongo2009-06-233-198/+528
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Defs for new relocation typespatacongo2009-06-224-153/+190
* 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
* Fix GOT32 relocationpatacongo2009-06-201-92/+133
* Finish nxflat test Makefilespatacongo2009-06-2012-40/+35
* updatepatacongo2009-06-191-13/+13
* Add some thumb relocationspatacongo2009-06-191-327/+346
* thunks should not use GOT addresspatacongo2009-06-196-570/+793
* Fix CFLAGSpatacongo2009-06-192-3/+1
* Fix PIC offsets in thunk routinespatacongo2009-06-192-6/+22
* Fix second stage linkpatacongo2009-06-189-36/+52
* Need .thumb_func for thumb functionspatacongo2009-06-183-7/+8
* Integrated mknxflatpatacongo2009-06-1856-90/+1218
* mknxflat is now in the ballparkpatacongo2009-06-1810-751/+426
* First rough port of XFLAT toolspatacongo2009-06-1835-7/+6287
* 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
* Fix for ez80patacongo2009-06-170-0/+0
* 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