summaryrefslogtreecommitdiff
path: root/com32/elflink
Commit message (Expand)AuthorAgeFilesLines
* elflink: clean up formatting in com32/elflinkH. Peter Anvin2009-09-0221-298/+295
* Merge commit 'klausm/klausm' into elflinkH. Peter Anvin2009-08-256-214/+46
|\
| * Functional .c32 loading with modules dependency fileprofkhaos2009-08-211-0/+16
| * CLI with history and c32 smart loadingprofkhaos2009-08-201-1/+1
| * Initial cli with historyprofkhaos2009-08-171-0/+10
| * Merge commit 'for-klausm/klausm' into elflinkprofkhaos2009-08-154-11/+7
| * Integrated command line into coreprofkhaos2009-08-135-202/+13
| * Checkpoint cli portingprofkhaos2009-08-102-4/+4
* | elflink/Makefile: don't generate _root_.c32H. Peter Anvin2009-08-081-1/+0
|/
* Functional config file parser and menuprofkhaos2009-08-061-6/+1
* Process entry and exit pacthes appliedprofkhaos2009-08-064-16/+55
* Fixed undefined symbols problem and added config file parser to coreprofkhaos2009-08-0322-3/+4359
* Issue concerning entry.oprofkhaos2009-07-272-1/+8
* Code revision on integrating parser into coreprofkhaos2009-07-252-8/+1
* elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-063-11/+7
* elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-051-3/+1
* Added support in shallow modules to offset symbols.Stefan Bucur2009-07-041-1/+3
* elflink: Cleaned up makefiles.Stefan Bucur2009-03-153-132/+69
* Added source comments for the COM32 test module.Stefan Bucur2009-03-151-4/+41
* Implemented the 'list' command in the CLI.Stefan Bucur2009-03-151-7/+24
* Shrinked the COM32 module from 34K to 25K.Stefan Bucur2009-03-151-2/+2
* Moved the execution layer API in klibc tree.Stefan Bucur2009-03-154-219/+3
* Made a message appear for invalid commands in CLI.Stefan Bucur2009-03-151-0/+2
* Fixed a bug that permitted loading as libs of exec modules.Stefan Bucur2009-03-151-0/+6
* Implemented automatic memory cleanup for executable modules.Stefan Bucur2009-03-151-0/+11
* Implemented library load and unload CLI interface.Stefan Bucur2009-03-151-28/+54
* Impelmented spawn CLI command.Stefan Bucur2009-03-152-1/+30
* Started to write a CLI for elflink testing.Stefan Bucur2009-03-151-90/+53
* Added a new execution API on top of the module API.Stefan Bucur2009-03-154-9/+200
* Cleaned up some files in the elflink module dir.Stefan Bucur2009-03-156-225/+0
* Polished some debug messages.Stefan Bucur2009-03-151-3/+11
* Fixed typo in quicksort algorithm.Stefan Bucur2009-03-151-1/+1
* Created a simple quick sort module.Stefan Bucur2009-03-154-3/+135
* Reorganized the module system in a consistent API.Stefan Bucur2009-03-159-1928/+5
* Started to document the ELF link source code.Stefan Bucur2009-03-151-20/+178
* Implemented module unloading functionality.Stefan Bucur2009-03-152-2/+29
* Implemented the initialization system of an ELF module.Stefan Bucur2009-03-153-12/+77
* Created a prototype for the first ELF module.Stefan Bucur2009-03-154-7/+136
* Dynamic loading of klibc fully functional.Stefan Bucur2009-03-153-59/+71
* Klibc dynamic loading almost complete.Stefan Bucur2009-03-152-1/+14
* Implemented shallow ELF loading and used it on the COM32 module.Stefan Bucur2009-03-155-41/+214
* Reorganized a little the elflink subdirectory and made a simple module to loa...Stefan Bucur2009-03-157-25/+80
* Made a test module and fixed a silly bug in posix_memalign().Stefan Bucur2009-03-151-0/+43
* Moved the module loading code onto SYSLINUX, as a COM32 module.Stefan Bucur2009-03-1513-0/+1872