summaryrefslogtreecommitdiff
path: root/parseconfig.inc
Commit message (Expand)AuthorAgeFilesLines
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* Correctly ignore TEXT blocks.H. Peter Anvin2007-02-271-12/+8
* Make sure we can read the config file name even after changing it...syslinux-3.40-pre7H. Peter Anvin2007-02-191-3/+1
* Merge with syslinux-3.32-pre7syslinux-3.40-pre3H. Peter Anvin2006-11-211-0/+25
|\
| * New TEXT..ENDTEXT statement for the benefit of the menu systemH. Peter Anvin2006-10-021-0/+25
* | Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-2/+15
|/
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-3/+3
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-8/+19
* Correct the enabling of the 16550A FIFOsyslinux-3.11-pre10hpa2005-08-301-6/+6
* Enable the 16550A FIFO when doing serial consolesyslinux-3.11-pre9hpa2005-08-291-1/+22
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-1/+1
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-181-7/+1
* Try again to make "noescape" actually work...hpa2005-08-181-1/+1
* Initialize VKernelBuf to zerosyslinux-3.08-pre8hpa2005-04-061-1/+6
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-2/+0
* Support alternate TFTP servers via filename syntax.syslinux-3.00-pre1hpa2004-12-221-0/+6
* Add NOESCAPE command to disable Shift key; update NEWS.hpa2004-12-211-0/+7
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-211-1/+1
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-1/+1
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-16/+45
* Fix the RLL-packing code; include it by default (not called yet, though)hpa2004-12-171-1/+3
* Make sure unused parts of the VKernelBuf are zero-filled; this willhpa2004-12-171-1/+17
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-0/+1
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
* Add "onerror" configuration directivesyslinux-2.08-pre6hpa2003-11-271-3/+11
* Rename timeoutcmd -> ontimeouthpa2003-11-261-4/+4
* Add timeoutcmd commandhpa2003-11-241-0/+9
* Don't booleanize ipappend (is now a mask)syslinux-2.07-pre4hpa2003-09-091-2/+0
* Actually support comment lines.hpa2003-02-251-19/+18
* Add API call to determine the serial console configuration.hpa2002-06-171-0/+1
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-301-66/+23
* Fix parsing bug which caused the last vkernel to be lostsyslinux-1.73-pre8hpa2002-04-301-16/+10
* Don't rely on non-preprocessor referenceshpa2002-04-271-3/+3
* *** empty log message ***hpa2002-04-271-2/+4
* Move configuration file handling to separate file (currently PXELINUXhpa2002-04-271-0/+342