summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1605/+0
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-281-1/+1
* Merge commit 'origin/master' into gpxe-addedH. Peter Anvin2008-05-281-0/+1
|\
| * Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUXH. Peter Anvin2008-04-191-0/+1
* | Tighten close_file, fix SYSLINUX new file APIsyslinux-3.70-pre2H. Peter Anvin2008-02-271-5/+15
* | SYSLINUX, EXTLINUX: support the new getfssec APIsyslinux-3.70-pre1H. Peter Anvin2008-02-271-5/+18
* | Finally get rid of the old DX:AX for file length 16-bitismH. Peter Anvin2008-02-221-4/+1
|/
* Put virtual kernels (CLI labels) in high memorysyslinux-3.62-pre7H. Peter Anvin2008-02-151-4/+3
* Switch the display file and graphics routines to using the getc stackH. Peter Anvin2008-02-121-12/+0
* Remove last users of getcbuf; reclaim the address spaceH. Peter Anvin2008-02-121-2/+1
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-131-10/+3
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-2/+5
* Remove unused variable BufSafeSecH. Peter Anvin2007-11-131-1/+0
* Remove unused EndOfGetcBufH. Peter Anvin2007-11-021-1/+0
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-32/+0
* Workaround for VMware console bug; make more common code commonH. Peter Anvin2007-06-201-22/+0
* Fix the INT 18h patch offset for the RAID mode (-r) optionsyslinux-3.50-pre21H. Peter Anvin2007-06-071-1/+1
* "RAID mode": execute INT 18h on boot failure instead of wait for keyH. Peter Anvin2007-06-011-2/+14
* Make it safe to call close_file on an already closed file.syslinux-3.50-pre15H. Peter Anvin2007-05-221-1/+3
* Add a proper internal close function (close_file)H. Peter Anvin2007-05-221-0/+9
* 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