summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fscH. Peter Anvin2010-02-043-6/+25
|\
| * menu: add MENU CLEAR optionH. Peter Anvin2010-02-033-1/+8
| * menu: when running hidden, clear the screen before final bootH. Peter Anvin2010-02-031-5/+17
* | Merge commit 'origin/master' into fscH. Peter Anvin2010-02-011-5/+8
|\ \ | |/
| * chain.c32: Handle nonlinear logical partitionssyslinux-3.85-pre3H. Peter Anvin2010-01-271-5/+8
* | openmem: fix openmem()syslinux-4.00-pre11H. Peter Anvin2010-01-251-1/+2
* | Merge commit 'origin/master' into fscH. Peter Anvin2010-01-241-0/+3
|\ \ | |/
| * Add support for "vga=current"H. Peter Anvin2010-01-221-0/+3
* | Merge branch 'master' into fscH. Peter Anvin2010-01-2437-114/+97
|\ \ | |/
| * dmi_processor.c: remove unreachable table valuesH. Peter Anvin2010-01-101-50/+2
| * disk/bootloaders.c: fix bogus const in get_bootloader_string()H. Peter Anvin2010-01-102-2/+2
| * disk/ata.c: fix signedness weirdness in ata_id_c_string()H. Peter Anvin2010-01-101-1/+1
| * com32/lib: remove unused variable in syslinux_getadv()H. Peter Anvin2010-01-101-1/+1
| * zlib: fix warning in crc32.cH. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix external prototype for __vesacon_open()H. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix inappropriate & in sys/colortable.cH. Peter Anvin2010-01-101-1/+1
| * com32/lib: add cast in __parse_argv()H. Peter Anvin2010-01-101-1/+1
| * libgcc: fix signedness warning in __moddi3()H. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix unused argument warning in fdopendir()H. Peter Anvin2010-01-101-0/+2
| * com32/lib: fix unused parameter warning in chdir()H. Peter Anvin2010-01-101-0/+4
| * com32/lib: fix warning in str*cmp()H. Peter Anvin2010-01-104-4/+8
| * com32/lib: fix warnings in opendir/readdir/closedirH. Peter Anvin2010-01-103-1/+6
| * Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin2010-01-103-6/+6
| * cmenu: clean up some () that should be (void)H. Peter Anvin2010-01-103-4/+4
| * chain.c32: simplify the grub4dos supportH. Peter Anvin2010-01-101-13/+9
| * chain.c32: add grldr= command for Grub4dosKim Mik2010-01-101-1/+12
| * Change () prototypes to (void)H. Peter Anvin2010-01-0612-38/+48
* | Merge branch 'master' into fscH. Peter Anvin2009-12-301-2/+2
|\ \ | |/
| * chain.c32: stylistic comments/usage output changesKim Mik2009-12-281-2/+2
* | Merge commit 'origin/master' into fscsyslinux-4.00-pre9H. Peter Anvin2009-12-285-7/+38
|\ \ | |/
| * Merge commit 'sherbszt/gfxboot32'syslinux-3.85-pre1H. Peter Anvin2009-12-283-5/+12
| |\
| | * gfxboot: fix loading of LABELs with non KERNEL or LINUX commandsSebastian Herbszt2009-12-081-1/+6
| | * gfxboot: accept plain boot logo filesSebastian Herbszt2009-12-081-1/+3
| | * gfxboot: fix typo in cb_getcwd - wrong function numberSebastian Herbszt2009-12-051-1/+1
| | * gfxboot: use $(NASM) and $(OBJCOPY)Sebastian Herbszt2009-12-051-2/+2
| * | gfxboot: add .gitignore fileH. Peter Anvin2009-12-281-0/+1
| * | chain.c: do a proper copy operation for the cmldr signatureH. Peter Anvin2009-12-281-9/+14
| * | chain.c32: add support for booting the Recovery Console of Windows NT/2K/XPKim Mik2009-12-281-0/+17
| * | chain.c32: fixing implicit declaration of function ‘syslinux_force_text_mod...Kim Mik2009-12-281-0/+1
* | | Merge commit 'origin/master' into fscH. Peter Anvin2009-12-224-7/+14
|\ \ \ | |/ /
| * | com32: syslinux_report_video_mode returns voidH. Peter Anvin2009-12-222-2/+2
| * | vesa: formatting fixH. Peter Anvin2009-12-221-1/+1
| * | vesamenu: unbreak the default backgroundH. Peter Anvin2009-12-221-4/+11
* | | Merge commit 'syslinux-3.84'H. Peter Anvin2009-12-227-14/+156
|\ \ \ | |/ /
| * | chain.c32: force text modeH. Peter Anvin2009-12-181-0/+3
| * | video: implement long-promised video functions; use themH. Peter Anvin2009-12-186-14/+153
* | | Merge branch 'master' into fscH. Peter Anvin2009-12-22126-7222/+10595
|\ \ \ | |/ /
| * | vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-0710-8/+35
| * | Merge branch 'softres'H. Peter Anvin2009-12-0721-554/+796
| |\ \
| | * | vesamenu: add MENU RESOLUTION to be able to set nonstandard resH. Peter Anvin2009-12-075-11/+30