summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Introducing a new com32 module to parse pci devices/busessyslinux-3.2xErwan Velu2006-09-124-1/+297
* Before this fix, the cpu flags were shiftederwan2006-09-121-0/+3
* Adding a new com32 module to handle cpu informationsyslinux-3.21-pre1Erwan Velu2006-09-055-1/+812
* Simple menu system updatesArne Georg Gleditsch2006-09-053-5/+49
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-176-6/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-1766-66/+0
* Stealth whitespace cleanupH. Peter Anvin2006-08-142-8/+7
* Adding a com32 module to handle DMIErwan Velu2006-08-1410-1/+1614
* Be excrutiatingly correct with inline assembly syntaxsyslinux-3.20-pre9H. Peter Anvin2006-05-241-1/+1
* mboot.c: allow memory addresses as jmp arguments.H. Peter Anvin2006-05-241-2/+2
* mboot.c32: fix register constraints bug (more cleanly)Tim Deegan2006-05-241-25/+13
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-03117-342/+278
* Remove stealth whitespaceH. Peter Anvin2006-03-179-179/+179
* mboot.c32:load ELF segments from the segment headerTim Deegan2006-03-171-4/+60
* mboot.c32: clear inputs to BIOS callsTim Deegan2006-03-171-1/+3
* Remove definition of CLK_TCK redundant with get_key.hH. Peter Anvin2006-03-121-4/+0
* Define CLK_TCK globallyH. Peter Anvin2006-03-121-0/+5
* Invert the sense of ARENA_SIZE_MASK to be consistent with klibcH. Peter Anvin2006-01-193-5/+5
* Clean up the handling of "extended whitespace"; fix typosH. Peter Anvin2006-01-193-8/+13
* com32's realloc functionsyslinux-3.20-pre5Kenneth Fyfe2006-01-161-1/+1
* Handle "ontimeout" with label correctly in menu.c32; add "menu shiftkey"syslinux-3.20-pre4H. Peter Anvin2006-01-073-5/+59
* The 62nd character in base64 is +, not .syslinux-3.20-pre3H. Peter Anvin2005-10-031-1/+2
* Beginnings of a file-moving APIhpa2005-09-2510-5/+639
* Quicker timeout clearsyslinux-3.11-pre11syslinux-3.11hpa2005-08-301-6/+2
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-307-29/+161
* Correct the enabling of the 16550A FIFOsyslinux-3.11-pre10hpa2005-08-301-4/+9
* A few more edit keys; faster [Tab] operationsyslinux-3.11-pre8hpa2005-08-291-9/+49
* Reorganize so that a 512-character command line fits on an 80x24 screenhpa2005-08-281-6/+6
* More emacsy keybindingshpa2005-08-281-2/+4
* Display autoboot countdownsyslinux-3.11-pre6hpa2005-08-281-13/+44
* Handle 512-character command lineshpa2005-08-281-1/+2
* Better command-line editinghpa2005-08-281-20/+69
* Avoid doing the same job more than once...syslinux-3.11-pre3hpa2005-08-261-10/+10
* Allow customization of the menu layout.hpa2005-08-263-11/+38
* Remove special handling of P and N in menuhpa2005-08-221-6/+2
* Actually decrement counter; return string if EOF after reading characterssyslinux-3.10-pre18hpa2005-08-211-1/+2
* Correct the code related to the run kernel image API function.hpa2005-08-211-24/+22
* Add more low-level API function to load the kernel, and make thehpa2005-08-212-8/+46
* Need to strdup the kernel name so it can be free'dhpa2005-08-191-1/+1
* Saner idle call semanticshpa2005-08-191-2/+1
* Improve the idle behaviour slightly.hpa2005-08-191-2/+12
* Improve and document secondary menus.hpa2005-08-192-19/+33
* Handle MENU PASSWD correctlysyslinux-3.10-pre12hpa2005-08-181-2/+9
* Add debugging code, if necessaryhpa2005-08-091-1/+14
* Better tests for CM#1 and CM#2syslinux-3.10-pre6hpa2005-08-091-33/+56
* Out-of-line versions of intcall and farcallhpa2005-08-092-0/+21
* Out-of-line __intcall and __farcall; better detection mechanism for CM#2hpa2005-08-094-24/+44
* Explain conf method #2hpa2005-08-092-2/+2
* Explicitly detect the config typesyslinux-3.10-pre4hpa2005-08-081-0/+2
* Be even more anal about PCI BIOS detection.hpa2005-08-081-2/+3