summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* core/conio.inc: when reading the serial port, drop read of IIRsyslinux-3.81-pre5H. Peter Anvin2009-05-181-3/+2
* core/pxeidle.inc: fix pops with no matching pushH. Peter Anvin2009-05-181-2/+0
* Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-1812-150/+109
* bcopyxx: remove 16-bitismssyslinux-3.81-pre3H. Peter Anvin2009-05-161-24/+24
* bcopyxx/memmove: fix alignment logic for reverse movesH. Peter Anvin2009-05-161-2/+2
* Fix clobber of the command line when using F-keys+LSS graphicsH. Peter Anvin2009-05-151-4/+3
* bcopyxx: EDX already points to the GDT; no reason to recomputeH. Peter Anvin2009-05-041-10/+7
* core: remove vestiges of using nasm -f binsyslinux-3.80H. Peter Anvin2009-05-041-5/+1
* ui.inc: when looking for whitespace in kernel names look for <= ' 'H. Peter Anvin2009-05-021-1/+1
* core: make vk_rname default to mangled vk_vnameSebastian Herbszt2009-05-021-7/+6
* ADV: EDD "write with verify" is AL=01h or AL=02h, not AL=80hH. Peter Anvin2009-04-301-1/+1
* core: make localboot another vkernel typesyslinux-3.80-pre4H. Peter Anvin2009-04-293-25/+11
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-1/+1
* Unify dependency generationH. Peter Anvin2009-04-271-17/+4
* rllpack: make all pointers 32 bits widesyslinux-3.80-pre2H. Peter Anvin2009-04-273-12/+9
* bcopyxx: clear all flags before jumping to the successor codeH. Peter Anvin2009-04-271-6/+10
* bcopyxx: align the relocated code to a 16-byte boundaryH. Peter Anvin2009-04-271-2/+4
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-251-0/+2
|\
| * ISOLINUX: set directory length correctlySteffen Winterfeldt2009-04-251-0/+2
* | pxelinux: fix minor bugsH. Peter Anvin2009-04-241-4/+2
* | a20: advance A20Test by a large, prime numberH. Peter Anvin2009-04-211-1/+1
* | a20: remove DO_WBINVD configurableH. Peter Anvin2009-04-213-43/+0
* | a20: inline io_delayH. Peter Anvin2009-04-211-4/+3
* | a20: A20Test is now a dwordH. Peter Anvin2009-04-211-2/+3