summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | hdt: clear memtest_labelsyslinux-3.74-pre21Sebastian Herbszt2009-04-081-0/+1
| | * | | | com32: the keyboard map size is in CX not in DXH. Peter Anvin2009-04-081-1/+1
| | * | | | Merge commit 'hdt/master'H. Peter Anvin2009-04-062-0/+6
| | |\ \ \ \
| | * | | | | Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19H. Peter Anvin2009-04-063-3/+3
| | * | | | | Makefiles: try to make "make install" do the right thingH. Peter Anvin2009-04-068-63/+29
| | * | | | | Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin2009-04-065-6/+44
| | | |_|_|/ | | |/| | |
| | * | | | memscan: protect 0-0x7c00 until the new shuffler is mergedH. Peter Anvin2009-04-041-3/+3
| | | |_|/ | | |/| |
| | * | | Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-0420-9/+48
| | * | | Merge commit 'hdt/master'syslinux-3.74-pre16H. Peter Anvin2009-04-033-2/+3
| | |\ \ \
| | * | | | linux.c32: don't relocate the real-mode code *above* 0x90000H. Peter Anvin2009-04-031-1/+1
| | * | | | linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-033-4/+128
| | * | | | com32: add _t to scan_memory_callbackH. Peter Anvin2009-04-032-3/+3
| | * | | | com32: merge all memory map discovery to one fileH. Peter Anvin2009-04-035-174/+241
| | * | | | com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-016-8/+113
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu2009-04-1126-42/+316
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit 'hdt-erwan/master' into for-erwanPierre-Alexandre Meyer2009-04-1026-42/+316
| |\ \ \ \
| | * | | | VPD: Adding the Virtual Product Data detectionErwan Velu2009-04-105-2/+207
| | * | | | hdt: Fixing typo. Thx to dag.Erwan Velu2009-04-091-1/+1
| | | |_|/ | | |/| |
| | * | | hdt: Don't display unsupported modesErwan Velu2009-04-062-0/+6
| | | |/ | | |/|
| | * | hdt: Adding exit menu in menu modeErwan Velu2009-04-031-0/+1
| | * | hdt: Fixing aligment in about menuErwan Velu2009-04-031-1/+1
| | * | hdt: Fixing author nameErwan Velu2009-04-031-1/+1
| | |/
| | * pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu2009-03-294-4/+4
| | * hdt: prevent unless disk's menuErwan Velu2009-03-275-4/+11
| | * hdt: Adding memtest= boot parameterErwan Velu2009-03-275-4/+9
| | * hdt: Adding PXE information on the booted pci deviceErwan Velu2009-03-271-2/+18
| | * hdt: Updating author nameErwan Velu2009-03-261-1/+1
| | * hdt: bump version to 0.2.7Erwan Velu2009-03-261-1/+1
| | * hdt: in the cli, we have to Skip empty linesErwan Velu2009-03-261-0/+6
| | * hdt: Workaround for PXE detectionErwan Velu2009-03-261-0/+28
| | * hdt: Fixing output of vesa software revisionErwan Velu2009-03-262-3/+3
| | * hdt: Fix typo in vesa initializationPierre-Alexandre Meyer2009-03-261-1/+1
| | * hdt: Pxe mode might generate corruptionErwan Velu2009-03-262-2/+2
| | * hdt: Fixing crash on some optical drivesErwan Velu2009-03-261-0/+4
| | * menu: Increasing the maximum number of menusErwan Velu2009-03-261-1/+1
| | * pci: Check if configuration type is PCI_CFG_NONEErwan Velu2009-03-261-0/+7
| | * pci: Remove "(void)cfgtype"Erwan Velu2009-03-261-2/+0
| | * pci modules: Check for pci_scan() == NULL.Erwan Velu2009-03-261-1/+5
| | * hdt: Check for pci_scan() == NULL.Erwan Velu2009-03-261-1/+5
| | * hdt: Adding IPMI detectionErwan Velu2009-03-267-2/+113
| | * dmi: Adding IPMI detectionErwan Velu2009-03-265-8/+115
| | * vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin2009-03-201-3/+0
| | * Merge commit 'hdt/master'syslinux-3.74-pre10H. Peter Anvin2009-03-2011-368/+825
| | |\
| | * | vesacon: migrate disable fixes from ansiconH. Peter Anvin2009-03-201-7/+8
| | * | ansicon: handle the disabled case properlyH. Peter Anvin2009-03-201-6/+6
* | | | hdt: DEL must be handle as BACKSPACEErwan Velu2009-04-041-1/+2
|/ / /
* | | hdt: cursor pos must be uintErwan Velu2009-04-021-1/+1
* | | hdt: Implement DEL behavior in cli modeErwan Velu2009-04-021-0/+23
* | | Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu2009-04-021-17/+39
|\ \ \
| * | | hdt: Trim spaces in the parserPierre-Alexandre Meyer2009-04-021-17/+39