summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* diskstart: Add a pointer to the syslinux_banner to the EPAsyslinux-4.04-pre22H. Peter Anvin2011-04-041-0/+5
* core: Adjust formatting around the date stringH. Peter Anvin2011-04-041-2/+2
* iso9660: use generic_mangle_nameH. Peter Anvin2011-04-041-49/+1
* vfat: Fix mangling of directory names starting with ..Rich Mahn2011-04-041-2/+4
* pxe: disable the "force INT 18h" hackH. Peter Anvin2011-04-041-6/+13
* diskstart: Move DATE_STR out of sector 1H. Peter Anvin2011-04-031-2/+12
* ld: Use ABSOLUTE() when taking differences between relative symbolsH. Peter Anvin2011-04-011-22/+22
* pxe: allow TFTP server IP to be empty when not using TFTPMichael Brown2011-03-281-3/+3
* core/Makefile: another attempt at dealing with GNU make 3.82syslinux-4.04-pre13H. Peter Anvin2011-03-161-2/+3
* core/fs/pxe/pxe.c: remove variables set but not usedH. Peter Anvin2011-03-161-0/+1
* core/fs/iso9660/iso9660.c: remove variables set but not usedH. Peter Anvin2011-03-161-1/+2
* core/fs/fat/fat.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+2
* core: Fix 'trackbuf' descriptor list byte lengthsyslinux-4.04-pre12Ahmed S. Darwish2011-03-074-4/+10
* core/diskboot.inc: fix handover area's sanity checksMichal Soltys2011-03-021-4/+6
* Merge remote branch 'genec/diskboot-comment-for-hpa'H. Peter Anvin2011-03-021-1/+3
|\
| * core/diskboot.inc: Update comments at topGene Cumm2011-01-251-1/+3
* | Merge remote branch 'genec/core-diskstart-chkerr-for-hpa'H. Peter Anvin2011-03-021-2/+3
|\ \
| * | core/diskstart.inc: Remove unneeded DS reset in all_readGene Cumm2010-12-311-2/+1
| * | core/diskstart.inc: Reset DS before testing final checksumGene Cumm2010-12-311-0/+2
* | | core: When checking for DS:SI validity, we're using paragraph unitssyslinux-4.04-pre8H. Peter Anvin2011-02-201-2/+2
* | | diskboot: correct the patching of the floppy tablesyslinux-4.04-pre7H. Peter Anvin2011-02-061-1/+1
| |/ |/|
* | disk: put a magic at the end of the boot sectorH. Peter Anvin2011-01-253-7/+13
* | diskstart: move writestr_early out of boot sectorH. Peter Anvin2011-01-252-19/+26
* | diskio: Support EDD 4 16-byte device pathsH. Peter Anvin2011-01-171-2/+2
* | diskio: add reminder that we need clear in the futureH. Peter Anvin2011-01-171-0/+3
|/
* core/diskboot.inc: fix bug; Sect1Ptr1_VALGene Cumm2010-12-211-1/+1
* core/diskstart.inc: Remove code copied to diskboot.incGene Cumm2010-12-201-421/+1
* core/diskboot.inc: The boot sector code from diskstart.incGene Cumm2010-12-201-0/+444
* core/diskstart.inc: Sect1Ptr values moved to constantsGene Cumm2010-12-201-2/+5
* core/diskstart.inc: Use xint13 when it saves space or protectsGene Cumm2010-12-201-5/+4
* core/diskstart.inc: Wrap INT13h in xint13 to preserve ESGene Cumm2010-12-201-1/+3
* core: Add workaround in the Makefile for GNU Make 3.82 bugH. Peter Anvin2010-12-161-1/+3
* core: remove HAS_LOCALBOOTSebastian Herbszt2010-12-166-20/+0
* core, diskstart: add more sanity checks for handover infoH. Peter Anvin2010-12-141-1/+4
* syslinux.ld: ld 2.20.51 seems to want .bss16 explicitly (NOLOAD)H. Peter Anvin2010-12-141-2/+2
* core, pxe: Fix handling of unqualified DNS namesH. Peter Anvin2010-11-141-1/+1
*-. Merge branch 'genec-rosh-for-hpa', remote branches 'genec/sample-make-for-hpa...H. Peter Anvin2010-11-142-2/+24
|\ \
| | * PXELINUX: shorten code in pxenv callGene Cumm2010-11-131-4/+2
| | * PXELINUX: add gPXE PXENV_FILE_EXEC in addition to PXENV_RESTART_TFTP; commentsGene Cumm2010-11-131-2/+6
| | * PXELINUX: Fix timer bugGene Cumm2010-11-051-0/+19
| |/ |/|
| * core/writedec: Remove writechr; fix overflow in .cloopGene Cumm2010-10-241-2/+3
|/
* core: fix handling new directory "/" for CONFIG in ISOLINUX and EXTLINUXGene Cumm2010-09-232-0/+4
* pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2H. Peter Anvin2010-08-264-0/+18
* diskio: remove redundant register writeDon Hiatt2010-08-131-2/+0
* core: look for invalid MBR handover information addressH. Peter Anvin2010-08-111-3/+12
* Make __free_tagged actually free memorySebastian Herbszt2010-07-271-1/+1
* core: define and use set_flags() helperH. Peter Anvin2010-07-263-7/+18
* core: don't hang if no config file is foundH. Peter Anvin2010-07-255-9/+14
* pxe: fix byte order of output from parse_dotquad()H. Peter Anvin2010-07-191-1/+1
* diskio: add a paranoia castH. Peter Anvin2010-07-171-1/+1