summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-032-108/+208
* pxelinux: stop using the PXE-provided stackH. Peter Anvin2010-02-031-2/+2
* gpxelinux: use the cached DHCP packetH. Peter Anvin2010-02-021-0/+1
* Update gPXE to version 1.0.0H. Peter Anvin2010-02-02683-9709/+64099
* mkdiskimage: add option -s to make a sparse imagesyslinux-3.85-pre4H. Peter Anvin2010-02-011-6/+10
* core: set QUIET_FLAG if we load Linux "quiet"H. Peter Anvin2010-02-012-4/+8
* chain.c32: Handle nonlinear logical partitionssyslinux-3.85-pre3H. Peter Anvin2010-01-271-5/+8
* FAT: generate EOF depending on exceeding the number of clustersH. Peter Anvin2010-01-251-12/+20
* ldlinux: fix FAT EOF detectionH. Peter Anvin2010-01-251-3/+6
* runkernel: we only look at the first letter in vga=...H. Peter Anvin2010-01-251-4/+4
* Add support for "vga=current"H. Peter Anvin2010-01-222-4/+10
* 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