summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* 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
* | hdt: Fix irq referencesPierre-Alexandre Meyer2009-03-141-4/+46
* | hdt: Remove unused parameter in handle_vesa_commandsPierre-Alexandre Meyer2009-03-142-3/+5
* | hdt: find_argument should return a const char*Pierre-Alexandre Meyer2009-03-142-3/+3
* | hdt: Honor syslinux_version const qualifierPierre-Alexandre Meyer2009-03-141-1/+1
* | hdt: Fix duplicate struct entryPierre-Alexandre Meyer2009-03-141-1/+0
* | hdt: Make compute_memory_module staticPierre-Alexandre Meyer2009-03-142-3/+2
* | hdt: Make compute_pci_device staticPierre-Alexandre Meyer2009-03-142-4/+3
* | hdt: Remove unused cli_mode parameterPierre-Alexandre Meyer2009-03-143-13/+8
* | hdt: Make main_show_summary staticPierre-Alexandre Meyer2009-03-141-2/+2
* | hdt: Remove unused parameters in start_cli_modePierre-Alexandre Meyer2009-03-143-4/+4
* | hdt: Make show_cli_help staticPierre-Alexandre Meyer2009-03-142-24/+23
* | hdt: Make handle_hdt_commands staticPierre-Alexandre Meyer2009-03-141-2/+2
* | hdt: Make set_mode staticPierre-Alexandre Meyer2009-03-141-2/+2
* | hdt: Make pci_show staticPierre-Alexandre Meyer2009-03-142-2/+1
* | hdt: Remove unused parameter in handle_pci_commandsPierre-Alexandre Meyer2009-03-143-5/+3
* | hdt: Make show_pci_devices staticPierre-Alexandre Meyer2009-03-141-1/+1
* | hdt: Make show_pci_help staticPierre-Alexandre Meyer2009-03-141-1/+1
* | hdt: Remove unused variables in main_show_pciPierre-Alexandre Meyer2009-03-141-9/+0
* | hdt: Make most dmi helpers staticPierre-Alexandre Meyer2009-03-142-135/+125
* | hdt: Remove unused parameter in handle_dmi_commandsPierre-Alexandre Meyer2009-03-142-3/+2
* | hdt: Make show_dmi_help staticPierre-Alexandre Meyer2009-03-141-1/+1