summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Clean up the version/copyright strings reported via the comboot APIH. Peter Anvin2010-03-302-5/+4
* com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-1/+13
* core: use MY_NAME for syslinux_bannerSebastian Herbszt2010-03-292-2/+2
* pxelinux: complete but disable debugging code, not for productionsyslinux-3.85-pre10H. Peter Anvin2010-02-121-5/+14
* core: document the stack location, use STACK_TOP throughoutH. Peter Anvin2010-02-124-7/+12
* pxelinux: move the stack to avoid AMI BIOS bugH. Peter Anvin2010-02-123-8/+24
* pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin2010-02-061-0/+2
* pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6H. Peter Anvin2010-02-051-0/+1
* pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-032-108/+208
* pxelinux: stop using the PXE-provided stackH. Peter Anvin2010-02-031-2/+2
* core: set QUIET_FLAG if we load Linux "quiet"H. Peter Anvin2010-02-012-4/+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-221-4/+7
* core: don't reset the video mode when invoking the kernelH. Peter Anvin2010-01-222-1/+10
* Update date to 2010H. Peter Anvin2010-01-062-1/+2
* core: Remove the built-in defaultH. Peter Anvin2010-01-062-9/+15
* pxelinux: handle hardcoded options both "before" and "after" DHCPsyslinux-3.83H. Peter Anvin2009-10-051-10/+47
* pxelinux: support "hard-coding" DHCP options into the binaryH. Peter Anvin2009-09-171-11/+58
* core: clean up SerialIRQPort when uninstalling the interrupt systemH. Peter Anvin2009-09-041-0/+3
* core: when enabling serial IRQs, unmask interrupts at the PICH. Peter Anvin2009-09-041-0/+25
* core: remove overzealous calls to cleanup_hardwareH. Peter Anvin2009-09-042-4/+0
* core: add missing calls to cleanup_hardwaresyslinux-3.83-pre10H. Peter Anvin2009-09-043-0/+6
* pxelinux: workaround for EFI CSM bug - BEV stack overwrite on localbootH. Peter Anvin2009-09-041-0/+75
* graphics: actually do 32-bit writes to VGAH. Peter Anvin2009-07-301-2/+2
* graphics: trivial optimization of old-style graphic modesyslinux-3.83-pre4H. Peter Anvin2009-07-301-24/+47
* PXELINUX: allow filenames up to 251 characters longsyslinux-3.83-pre2H. Peter Anvin2009-07-282-1/+3
* PXELINUX: when chaining an NBP, restore *all* registersH. Peter Anvin2009-06-141-5/+11
* bootsect: zero memory above a chainloaded boot sector/NBPH. Peter Anvin2009-06-141-2/+11
* pxelinux: actually stop parsing on a null optionsyslinux-3.82H. Peter Anvin2009-06-091-1/+2
* pxelinux: revert to using TFTP error 8H. Peter Anvin2009-06-091-1/+2
* pxelinux: cleaner test for OACK trailing null bytesH. Peter Anvin2009-06-091-9/+9
* PXELINUX: handle OACK packets with extra NULs, cleaner TFTP errorsyslinux-3.82-pre5H. Peter Anvin2009-06-081-11/+21
* core: prevent buggy INT 13h from leaving IF=0syslinux-3.82-pre4H. Peter Anvin2009-06-042-3/+9
* isolinux: can't clobber edx when dx contains the drive number...H. Peter Anvin2009-05-311-3/+3
* core: when calling abort_check, we're not idleH. Peter Anvin2009-05-311-0/+1
* isolinux: bsHidden can't be in data; it is set before checksummingH. Peter Anvin2009-05-311-8/+13
* isolinux: handle systems which disables interrupts in El ToritoH. Peter Anvin2009-05-311-7/+13
* isohybrid: make isolinux.bin and isohybrid two-way compatiblesyslinux-3.81-pre16syslinux-3.81H. Peter Anvin2009-05-261-5/+11
* isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin2009-05-251-16/+13
* core: don't flush the serial port queue for a serial commandH. Peter Anvin2009-05-232-13/+20
* core: add file missing from previous checkin (serirq.inc)syslinux-3.81-pre11H. Peter Anvin2009-05-231-0/+184
* core: remove obsolete commentH. Peter Anvin2009-05-231-2/+0
* core: add a proper interrupt handler for the serial consoleH. Peter Anvin2009-05-237-43/+109
* idle: set NoHalt back to 0 as it should besyslinux-3.81-pre10H. Peter Anvin2009-05-211-1/+1
* Drop support for ACPI 3 E820 extended memory attributesH. Peter Anvin2009-05-211-13/+6
* isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2009-05-211-9/+20
* idle: handle PXE stacks which improperly disable interruptssyslinux-3.81-pre9H. Peter Anvin2009-05-215-4/+34
* Don't run to comboot API with interrupts offsyslinux-3.81-pre6H. Peter Anvin2009-05-181-8/+7