summaryrefslogtreecommitdiff
path: root/extlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* extlinux: Correct the directory block end conditionsyslinux-3.63-pre3H. Peter Anvin2008-04-071-4/+12
* Put virtual kernels (CLI labels) in high memorysyslinux-3.62-pre7H. Peter Anvin2008-02-151-4/+3
* Correct comment specific to SYSLINUX in the other derivativesH. Peter Anvin2008-02-131-2/+0
* Switch the display file and graphics routines to using the getc stackH. Peter Anvin2008-02-121-12/+0
* Change command line limit to 2047 charactersH. Peter Anvin2008-02-121-1/+1
* Remove last users of getcbuf; reclaim the address spaceH. Peter Anvin2008-02-121-2/+1
* EXTLINUX: correct bug when accessing an empty file; update NEWS.H. Peter Anvin2008-01-161-1/+5
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-3/+0
* Snapshot: initialize the default ADV for disk-based derivativesH. Peter Anvin2007-12-131-2/+7
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-131-2/+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-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