aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vesa: allow arbitrary resolutions on some Intel chipsetssyslinux-3.85-pre60H. Peter Anvin2010-01-221-0/+803
* core: don't reset the video mode when invoking the kernelH. Peter Anvin2010-01-222-1/+10
* MCONFIG: add debugging version of GCCWARNsyslinux-3.85-pre2H. Peter Anvin2010-01-101-0/+2
* 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
* memdisk: fix non-prototype function declarationH. Peter Anvin2010-01-101-1/+1
* 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-1011-14/+17
* cmenu: clean up some () that should be (void)H. Peter Anvin2010-01-103-4/+4
* NEWS: document Grub4DOS chainloadingH. Peter Anvin2010-01-101-0/+2
* chain.c32: simplify the grub4dos supportH. Peter Anvin2010-01-101-13/+9
* chain.c32: add grldr= command for Grub4dosKim Mik2010-01-101-1/+12
* Update README for 2010H. Peter Anvin2010-01-061-1/+1
* Change () prototypes to (void)H. Peter Anvin2010-01-0612-38/+48
* Update date to 2010H. Peter Anvin2010-01-063-2/+3
* core: Remove the built-in defaultH. Peter Anvin2010-01-064-22/+25
* dosutil: don't remove targets which need Watcom even for "make spotless"H. Peter Anvin2009-12-301-2/+4
* chain.c32: stylistic comments/usage output changesKim Mik2009-12-281-2/+2
* 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
* | eltorito: align some pointlessly misaligned data itemsH. Peter Anvin2009-12-281-4/+5
* | 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
* | Merge commit 'contrib/master'H. Peter Anvin2009-12-282-3/+3
|\ \
| * | memdisk: Fix "might be used uninitialized" warningShao Miller2009-12-111-2/+2
| * | memdisk: Fix mBFT alignmentShao Miller2009-12-111-1/+1
* | | chain.c32: fixing implicit declaration of function ‘syslinux_force_text_mod...Kim Mik2009-12-281-0/+1
* | | NEWS, version: prepare for 3.85H. Peter Anvin2009-12-222-1/+4
* | | 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
* | | spec: don't actually package the dosutil directory propersyslinux-3.84H. Peter Anvin2009-12-181-1/+1
* | | spec: NASM 2.03, new dosutil directoryH. Peter Anvin2009-12-181-1/+6
* | | NEWS: document eltorito.sysH. Peter Anvin2009-12-181-0/+2
* | | NEWS: chain.c32 now always returns to text mode.H. Peter Anvin2009-12-181-0/+1
* | | chain.c32: force text modeH. Peter Anvin2009-12-181-0/+3