summaryrefslogtreecommitdiff
path: root/ui.inc
Commit message (Collapse)AuthorAgeFilesLines
* Invoke ONERROR if we hit abort_load (and ONERROR is set.)H. Peter Anvin2007-01-251-2/+2
|
* Comment fix.H. Peter Anvin2006-08-171-1/+1
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
|
* Fix generation of dependencies for isolinux; fix totaltimeout commandhpa2005-08-301-1/+2
|
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-32/+57
|
* Add more low-level API function to load the kernel, and make thehpa2005-08-211-0/+14
| | | | menu subsystem use it.
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-0/+4
| | | | stack for extlinux; add tool to check for section overflow.
* Correct the sense of "noescape"hpa2005-08-191-1/+1
|
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-181-6/+13
|
* Try again to make "noescape" actually work...hpa2005-08-181-1/+5
|
* Ctrl-X -> return to text mode immediatelyhpa2005-04-081-3/+9
|
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-1/+1
|
* Support alternate TFTP servers via filename syntax.syslinux-3.00-pre1hpa2004-12-221-2/+6
|
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-191-3/+3
| | | | and even so, it needs an installer.
* Make compressed vkernels actually work.hpa2004-12-191-4/+9
|
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-58/+54
|
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-0/+12
| | | | | The .bss section at the beginning of each .asm file is now downright tiny.
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* Use the extended keyboard handling functions.hpa2004-12-011-2/+2
|
* - Add "allowoptions" commandhpa2004-05-291-0/+10
| | | | - Fix the handling of x0x IP addresses
* Support Ctrl-U -> kill entire inputsyslinux-2.08-pre9hpa2003-12-051-0/+6
|
* Rate-limit ARP calls to avoid screwing over people doing automaticsyslinux-2.08-pre7hpa2003-12-041-0/+1
| | | | control via the serial port.
* Add "onerror" configuration directivesyslinux-2.08-pre6hpa2003-11-271-6/+40
|
* One more timeoutcmd -> ontimeouthpa2003-11-261-2/+2
|
* - Handle ARP requests while idle in pxelinuxsyslinux-2.08-pre3hpa2003-11-251-0/+1
| | | | - Actually reallocate sockets correctly in pxelinux
* Fix "timeoutcmd"syslinux-2.08-pre2hpa2003-11-251-1/+1
|
* Add timeoutcmd commandhpa2003-11-241-1/+7
|
* Formatting changes; comboot bug fix(?)syslinux-2.05-pre1hpa2003-05-201-2/+2
|
* Preparations for work on MDSLINUX, if it ever happenshpa2003-04-111-5/+5
|
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-0/+414
* Fix bug relating to '/' characters in ISOLINUX * Add <Ctrl-V> to display the version number