summaryrefslogtreecommitdiff
path: root/abort.inc
Commit message (Expand)AuthorAgeFilesLines
* Zero-terminate "aborted." string.H. Peter Anvin2008-02-081-1/+1
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Stealth whitespace cleanupH. Peter Anvin2007-12-121-1/+0
* Fix section confusion...H. Peter Anvin2007-08-061-0/+2
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-0/+4
* Stealth whitespace cleanupH. Peter Anvin2007-02-011-1/+1
* Invoke ONERROR if we hit abort_load (and ONERROR is set.)H. Peter Anvin2007-01-251-4/+16
* Clean up the reset stack macro further; incorporate segment resetH. Peter Anvin2006-08-171-5/+1
* The RESET_STACK change broke SYSLINUX & EXTLINUX. Fix.syslinux-3.20-pre13H. Peter Anvin2006-08-171-1/+1
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-12/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-1/+1
* Fix stack restoration on isolinuxhpa2005-08-231-1/+1
* Clean up abort.inc to handle NASM bug (forward jmp through equ)syslinux-3.10-pre15hpa2005-08-201-10/+6
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-181-4/+2
* Try again to make "noescape" actually work...hpa2005-08-181-2/+2
* NOESCAPE: run the default command if a load is interruptedsyslinux-3.10-pre11hpa2005-08-181-6/+4
* If onerror is set, invoke onerror on escapehpa2005-08-181-0/+75