summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-7/+7
* Make sure we can read the config file name even after changing it...syslinux-3.40-pre7H. Peter Anvin2007-02-191-1/+8
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...syslinux-3.40-pre5H. Peter Anvin2007-02-101-10/+6
|\
| * For extension *search*, SYSLINUX should now use the same code as the others.syslinux-3.36-pre6H. Peter Anvin2007-02-061-5/+5
| * SYSLINUX: Fix extension-detection for syslinux.H. Peter Anvin2007-02-061-5/+1
* | Merge with syslinux-3.35syslinux-3.40-pre4H. Peter Anvin2007-01-281-112/+226
|\ \ | |/
| * Support subdirectories in the FAT version of SYSLINUXH. Peter Anvin2007-01-231-112/+226
* | Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-0/+2
|/
* Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-251-19/+1
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-6/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-7/+7
* Register-handling cleanups for searchdir.hpa2005-08-221-1/+7
* Try to be sane about spaces...hpa2005-08-201-2/+2
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-2/+8
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
* Fix incorrect use of esi which should have been sisyslinux-3.10-pre10hpa2005-08-181-2/+2
* Don't modify data in the checksum region before we can checksum the code.syslinux-3.10-pre9hpa2005-08-161-6/+7
* Fix eax/edx corruption in EBIOS loop; remove transfer size adjustmenthpa2005-08-161-7/+8
* Try falling back to CBIOS if EBIOS totally fails.syslinux-3.10-pre8hpa2005-08-091-79/+90
* Reorganize the code for more spacesyslinux-3.10-pre7hpa2005-08-091-107/+120
* Copyright year updatehpa2005-08-091-1/+1
* New retry strategysyslinux-3.10-pre5hpa2005-08-081-50/+51
* Form the EBIOS DAPA on the stack instead of assuming it doesn't getsyslinux-3.10-pre2hpa2005-08-031-26/+21
* Fix calculation of I/O block size in SYSLINUXsyslinux-3.08-pre2hpa2005-01-181-4/+6
* Fix bug in the handling of directories spanning multiple sectorshpa2005-01-081-2/+1
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-0/+3
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-3/+0
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-6/+3
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-0/+1
* Fix bugs in the conversion to partition-relative sector numbershpa2004-12-221-3/+3
* Handle partition offsethpa2004-12-221-1/+1
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-13/+0
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-47/+1
* Factor out the cache code into a separate file.hpa2004-12-171-55/+7
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-92/+3
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-19/+15
* Correct the handling for full 64K regions safe; correct the parsing ofsyslinux-2.20-pre1hpa2004-12-161-6/+9
* Generate the length correctlyhpa2004-12-161-2/+2
* Cluster -> Sector conversion has to add the DataArea offsethpa2004-12-161-0/+1
* Correct finding the first sectorhpa2004-12-161-1/+1
* repe cmpsb trashes di, not just sihpa2004-12-161-0/+2
* Fix the sense of a couple of tests. We now get to the command line.hpa2004-12-161-2/+2
* Fix some cut-and-paste bugs...hpa2004-12-161-25/+1
* Corrections to self-loading sequence; we now get that far at leasthpa2004-12-161-1/+3
* Fix some cases of bad pointer arithmetrichpa2004-12-161-4/+3
* First cut at new searchdir for FAT boot loader; uses metadata cachehpa2004-12-161-61/+119
* Remove unneccesary blank linehpa2004-12-161-1/+0
* scas uses the destination operand, so don't use it.hpa2004-12-161-7/+13