aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Functional .c32 loading with modules dependency fileHEADklausmprofkhaos2009-08-217-6/+94
* CLI with history and c32 smart loadingprofkhaos2009-08-2012-1650/+241
* Initial cli with historyprofkhaos2009-08-174-5/+82
* Merge commit 'for-klausm/klausm' into elflinkprofkhaos2009-08-1511-73/+167
|\
| * cli: edit_cmdline() that actually worksH. Peter Anvin2009-08-131-14/+89
| * menu: fix Ctrl-W (word erase) when editing a command lineH. Peter Anvin2009-08-131-1/+1
| * ansi: add support for no-wrap mode, cleanupsH. Peter Anvin2009-08-132-40/+51
| * stdio: uncomment putchar()H. Peter Anvin2009-08-131-1/+1
* | Before merge with for-klausmprofkhaos2009-08-141-2/+2
|/
* Integrated command line into coreprofkhaos2009-08-1312-224/+499
* Checkpoint cli portingprofkhaos2009-08-106-21/+98
* Functional config file parser and menuprofkhaos2009-08-063-10/+9
* Process entry and exit pacthes appliedprofkhaos2009-08-0626-269/+246
* Fixed undefined symbols problem and added config file parser to coreprofkhaos2009-08-0335-16/+6125
* Issue concerning entry.oprofkhaos2009-07-278-64/+36
* Code revision on integrating parser into coreprofkhaos2009-07-2522-1490/+2044
* CLI startprofkhaos2009-07-226-4/+5
* Functional ELF dynamic modules loadingprofkhaos2009-07-168-35/+32
* Elf Dynamic module loading code with corrected linker optionsprofkhaos2009-07-166-13/+24
* ELF dynamic module loader ( work in progress )profkhaos2009-07-146-33/+78
* Added small routine in loadn_env32.c to initialize the elf laoding subsystemprofkhaos2009-07-121-25/+27
* Merge commit 'origin/dynamic' into elflinkprofkhaos2009-07-121-1/+1
|\
| * core: remove dependency on symbols.SH. Peter Anvin2009-07-111-1/+1
* | Updated load_env32.c fileprofkhaos2009-07-121-3/+6
* | Merge commit 'origin/dynamic' into elflinkprofkhaos2009-07-123-19/+53
|\|
| * Add __dynsym_len and __dynstr_lenH. Peter Anvin2009-07-101-0/+2
| * core: generate a .dynamic section with all that jazzH. Peter Anvin2009-07-093-19/+51
* | Merged core32 branch into elflin branchprofkhaos2009-07-117-10/+23
* | Merge commit 'origin/core32' into elflinkprofkhaos2009-07-1113-37/+167
|\ \
| * | dos: add pointer to PE header in binaryH. Peter Anvin2009-07-101-0/+15
| |/
| * com32: add openmem.o to the MakefileH. Peter Anvin2009-07-091-0/+1
| * Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-094-9/+70
| * core: include exported symbol informationH. Peter Anvin2009-07-093-3/+27
| * syslinux.ld: add support for .ctors and .dtorsH. Peter Anvin2009-07-081-2/+22
| * core: give 64K to the PM stackH. Peter Anvin2009-07-071-2/+2
| * Merge branch 'master' into core32H. Peter Anvin2009-07-050-0/+0
| |\
| | * dosutil/Makefile: more complete structureH. Peter Anvin2009-07-051-8/+20
| * | dosutil/Makefile: more complete structureH. Peter Anvin2009-07-051-8/+20
| * | Merge branch 'master' into core32H. Peter Anvin2009-07-054-20/+38
| |\|
| | * dosutil: update mdiskchk, add MakefileH. Peter Anvin2009-07-054-20/+38
* | | Linker script update for constructor callinprofkhaos2009-07-112-7/+36
* | | Code revisionprofkhaos2009-07-113-8/+14
* | | Code to load the elf laoding module from the core ( aprt 2 )profkhaos2009-07-118-0/+1583
* | | Code to start the elf loading code from isolinux.asmprofkhaos2009-07-112-0/+4
* | | malloc: inline the tag accessor functionsH. Peter Anvin2009-07-052-24/+23
* | | elflink: allow small alignment to posix_memalign()H. Peter Anvin2009-07-051-0/+2
* | | elflink: fix functions with () instead of (void)H. Peter Anvin2009-07-054-11/+18
* | | elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-067-41/+20
* | | elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-055-31/+10
* | | Added support in shallow modules to offset symbols.Stefan Bucur2009-07-046-8/+38