summaryrefslogtreecommitdiffstats
path: root/nuttx
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Back-out one relocation typepatacongo4-66/+6
2009-06-22New relocation typespatacongo10-158/+398
2009-06-21Symbol table is orderedpatacongo3-7/+40
2009-06-21Add logic to mount ROMFS filesystempatacongo3-4/+40
2009-06-21Finishes first cut of examples/nxflatpatacongo4-15/+131
2009-06-21Flesh out examples/nxflat build environmentpatacongo32-156/+361
2009-06-21Add logic to make ROMFS imagepatacongo2-5/+63
2009-06-21Add NXFLAT dynamic binding logicpatacongo7-19/+230
2009-06-20Add symbol table supportpatacongo5-0/+553
2009-06-20Add symbol table supportpatacongo4-3/+108
2009-06-20Add qsort()patacongo4-15/+252
2009-06-20Remove warningspatacongo4-8/+81
2009-06-20Finish nxflat test Makefilespatacongo12-40/+35
2009-06-19updatepatacongo1-13/+13
2009-06-19Fix CFLAGSpatacongo2-3/+1
2009-06-18Fix second stage linkpatacongo9-36/+52
2009-06-18Integrated mknxflatpatacongo56-90/+1218
2009-06-18Back out most of last changepatacongo4-37/+32
2009-06-18update Makefilespatacongo10-28/+58
2009-06-17Integrate PIC support into context switchingpatacongo13-33/+139
2009-06-17Fixes for compilation with ez80patacongo2-3/+7
2009-06-17Remove bitfields from NXFLAT definitionpatacongo2-43/+48
2009-06-17Straighten out conditional compilationpatacongo15-17/+93
2009-06-17Add exec_modulepatacongo14-82/+490
2009-06-17Add basic module management logicpatacongo16-217/+830
2009-06-17add description of new directoriespatacongo1-29/+52
2009-06-17Easing in binfmt supportpatacongo15-619/+981
2009-06-16Got more NXFLAT examples to compilepatacongo13-23/+32
2009-06-16Reserved word 'private' in C header files is a problem for C++patacongo22-132/+131
2009-06-16Added NXFLAT a bit at a timepatacongo35-9/+3502
2009-06-16More C++ stubspatacongo6-6/+225
2009-06-16Adding basic framework for NXFLATpatacongo9-8/+470
2009-06-15Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo54-85/+1505
2009-06-15Add logic to clone socket descriptors when a new task is started.patacongo9-17/+114
2009-06-15dup() and dup2() support for socket descriptorspatacongo23-123/+945
2009-06-14Add strtoul, strtoll, strtoull, atol, and atoll.patacongo13-114/+660
2009-06-13Prep for 0.4.8 releasepatacongo3-69/+66
2009-06-13updatepatacongo1-10/+16
2009-06-12Same as last check-in, just implemented more sanelypatacongo4-10/+10
2009-06-11eliminate some warningspatacongo3-7/+7
2009-06-11updatepatacongo1-7/+18
2009-06-11add build notepatacongo3-3/+15
2009-06-11Additional fixes for devkitARM toolchainpatacongo33-169/+205
2009-06-11Add support for Windows GCC to lpc2148 and str711patacongo28-214/+738
2009-06-10Basic support for dependencies on Windows GCC toolchainspatacongo2-4/+61
2009-06-10updatedpatacongo1-1/+9
2009-06-10Fix section placing problems using CodeSourcery toolchainpatacongo4-20/+72
2009-06-10All file_operations vtables should be static constpatacongo11-11/+11
2009-06-10Fix some bogus (unused) symbol namespatacongo1-2/+1
2009-06-10misc updatespatacongo2-4/+10