summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-016-8/+113
* 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
|\
| * hdt: Adding contributorsErwan Velu2009-03-203-5/+34
| * hdt: commenting some devel messagesErwan Velu2009-03-201-2/+2
| * hdt: Fixing more_printf to display a proper \nErwan Velu2009-03-201-1/+1
| * hdt: Adding an historyErwan Velu2009-03-202-8/+86
| * hdt: Fixing backspaceErwan Velu2009-03-191-172/+196
| * hdt: Adding append mode to cliErwan Velu2009-03-191-8/+78
| * hdt: ctrl+a or HOME key return to the beginning of lineErwan Velu2009-03-191-1/+11
| * hdt: Skip heading spacesErwan Velu2009-03-193-1/+12
| * hdt: Using a single cli structure to manage the input lineErwan Velu2009-03-192-60/+59
| * hdt: Missing include for getkeyErwan Velu2009-03-191-0/+1
| * hdt: more_printf must use getkeyErwan Velu2009-03-191-3/+2
| * hdt: Rewrite DMI module using a new syntax for the CLIErwan Velu2009-03-193-75/+235
| * hdt: fixing one remaining display_promptErwan Velu2009-03-191-1/+1
| * hdt: Renaming display_prompt to reset_promptErwan Velu2009-03-192-7/+12
| * hdt: Handling CTRL+CErwan Velu2009-03-181-0/+4
| * hdt: cli now uses the ansi raw interfaceErwan Velu2009-03-173-277/+340
| * hdt: Adding vesa in available modes & help messageErwan Velu2009-03-171-6/+10
| * hdt: putting some vesa function staticErwan Velu2009-03-172-3/+3
| * hdt: Making the build silentErwan Velu2009-03-171-10/+10
* | 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: Improving vesa outputErwan Velu2009-03-162-5/+5
* hdt: Adding missing install targetErwan Velu2009-03-161-1/+5
* hdt: Uploading missing vesa filesErwan Velu2009-03-152-0/+197
* Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2009-03-151-21/+3
|\
| * cmd.c32: simplify by passing the unparsed command lineH. Peter Anvin2009-03-141-21/+3
* | hdt: Command-line arguments should be constPierre-Alexandre Meyer2009-03-143-4/+6
* | hdt: Force cast when dereferencing menu->disk_sub_menuPierre-Alexandre Meyer2009-03-141-1/+1