aboutsummaryrefslogtreecommitdiffstats
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
| * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2009-03-197-90/+173
| |\
| * | hdt: Handling CTRL+CErwan Velu2009-03-181-0/+4
| * | hdt: cli now uses the ansi raw interfaceErwan Velu2009-03-173-277/+340
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2009-03-179-121/+344
| |\ \
| * | | 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
* | | | Document menu.c32 + console 0 fix.syslinux-3.74-pre9H. Peter Anvin2009-03-201-0/+1
* | | | ansicon: handle the disabled case properlyH. Peter Anvin2009-03-201-6/+6
* | | | getc: move parseint_esdi out of the getint control flowH. Peter Anvin2009-03-201-15/+14
| |_|/ |/| |
* | | runkernel: further simplify the command-line parsersyslinux-3.74-pre8H. Peter Anvin2009-03-181-38/+33
* | | Refactor command line parsing; support "quiet" optionsyslinux-3.74-pre7H. Peter Anvin2009-03-187-90/+178
| |/ |/|
* | */Makefile: fixes for older versions of NASMH. Peter Anvin2009-03-162-5/+8
* | */Makefile: use -include when including dependenciesH. Peter Anvin2009-03-162-3/+3
* | Revert "memdisk: memdisk16.asm needs %ifndef DEPEND around %include"H. Peter Anvin2009-03-161-3/+1
* | memdisk: memdisk16.asm needs %ifndef DEPEND around %includeH. Peter Anvin2009-03-161-1/+3
* | memdisk: align .bss to a 16-byte boundary for better zeroing perfH. Peter Anvin2009-03-161-2/+2
* | memdisk: zero the .bss sectionH. Peter Anvin2009-03-163-3/+139
* | memdisk: move the floppy disk geometry code in parallel with the MBR codeH. Peter Anvin2009-03-161-84/+81
* | memdisk: don't key FAT vs MBR on the type of diskH. Peter Anvin2009-03-161-25/+29
* | SYSLINUX: fix handling of .bss files for FAT12/FAT16H. Peter Anvin2009-03-163-11/+16
* | Merge commit 'hdt/master'syslinux-3.74-pre6H. Peter Anvin2009-03-1631-2214/+3344
|\|
| * 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
| |\
| * | 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