summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: extend conventional memory warning with amount seensyslinux-4.05-pre1H. Peter Anvin2011-05-241-9/+15
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | isolinux: remove broken and obsolete open_file_tH. Peter Anvin2011-04-251-16/+0
* | isolinux: remove .img file supportH. Peter Anvin2011-04-252-162/+2
* | diskstart: use the correct register for the starting addressH. Peter Anvin2011-04-051-1/+1
* | core: Move sector 1 to address 0x8000 so it is alignedH. Peter Anvin2011-04-053-5/+13
* | core/head.inc: require NASM 2.03+H. Peter Anvin2011-04-051-2/+2
* | Merge commit 'syslinux-4.04-pre22' into dynamic-sectorH. Peter Anvin2011-04-051-0/+5
|\ \ | |/
| * diskstart: Add a pointer to the syslinux_banner to the EPAsyslinux-4.04-pre22H. Peter Anvin2011-04-041-0/+5
* | disk: Make the sector size dynamicH. Peter Anvin2011-04-042-12/+18
|/
* 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
| |/ |/|