summaryrefslogtreecommitdiff
path: root/extlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+0
* extlinux: "open" takes a mangled pointer in DS:DIH. Peter Anvin2007-06-101-1/+1
* 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-5/+5
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* 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-3/+3
|\
| * Rebalance sections for especially extlinuxH. Peter Anvin2007-02-011-3/+3
* | Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-1/+2
|/
* Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-251-19/+1
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-9/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-11/+11
* Silly fix for slow symlinkssyslinux-3.10-pre19hpa2005-08-221-1/+1
* Register-handling cleanups for searchdir.hpa2005-08-221-2/+0
* Symlink support for EXTLINUXhpa2005-08-221-25/+172
* 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-3/+9
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
* Merge updates to syslinux into extlinuxhpa2005-08-181-123/+145
* extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa2005-04-031-7/+22
* extlinux: handle sparse files correctlyhpa2005-01-251-2/+33
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-1/+4
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-2/+0
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-5/+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-1/+2
* Fix pointers/block calculationhpa2004-12-221-0/+1
* Handle partition offsethpa2004-12-221-3/+4
* Config file is extlinux.confhpa2004-12-211-2/+2
* Fix EQUshpa2004-12-201-4/+2
* Actually fix the block calculation. I think it works now.syslinux-2.20-pre10hpa2004-12-201-25/+17
* Further fixes to linear address computation, now works for indirecthpa2004-12-201-56/+55
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-201-22/+27
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-201-3/+6
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-191-57/+54
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-191-33/+218
* 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-23/+0
* Flesh out getfssechpa2004-12-171-13/+55
* Humble beginnings of an extlinux program.syslinux-2.20-pre5hpa2004-12-171-0/+1265