summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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-30/+21
* Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-3/+2
* PXELINUX: Print an error message if the config file is not foundsyslinux-3.20-pre19H. Peter Anvin2006-08-211-0/+3
* In kaboom, use standard macro for resetting the stack where applicableH. Peter Anvin2006-08-211-5/+1
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-50/+2
* PXELINUX: Fail if we couldn't get the config fileCurtis Doty2006-07-131-1/+1
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-26/+26
* Revert USE_PXE_PROVIDED_STACK change.hpa2005-08-281-1/+8
* Register-handling cleanups for searchdir.hpa2005-08-221-4/+7
* Clean up(?) the local boot issues?hpa2005-08-211-3/+2
* Fix dependency generation.syslinux-3.10-pre14hpa2005-08-201-1/+2
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-1/+3
* Enable stack-switching modesyslinux-3.10-pre13hpa2005-08-191-1/+1
* Fix stack-switching mode (USE_PXE_PROVIDED_STACK == 0)hpa2005-08-191-3/+15
* Saner idle call semanticshpa2005-08-191-0/+2
* If onerror is set, invoke onerror on escapehpa2005-08-181-35/+2
* Improved handling of ARP wait; add idle function.syslinux-3.08-pre3hpa2005-01-201-1/+1
* 3.07: Fix chainloadinghpa2005-01-121-7/+13
* Add support for non-FQDN hostnames.hpa2004-12-281-0/+22
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-10/+16
* Save list of DNS servers; do DNS lookup for hostnameshpa2004-12-271-2/+38
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-9/+8
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-14/+33
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-0/+1
* Support alternate TFTP servers via filename syntax.syslinux-3.00-pre1hpa2004-12-221-30/+123
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-6/+8
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-13/+2
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-77/+15
* Fix the use of MAC handling in pxelinux; fix copy_over_selfsyslinux-2.20-pre4hpa2004-12-171-3/+5
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-90/+10
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-21/+21
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-5/+5
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-161-11/+5
* Update copyright headers.hpa2004-12-141-3/+3
* Move ASCII macros to macros.incsyslinux-2.11-pre2hpa2004-08-041-5/+0
* Clean up memory management and command-line creationhpa2004-08-041-5/+6
* Move raw console access and strcpy() into their own include fileshpa2004-07-261-75/+2
* Add an API call to query the configuration file namehpa2004-06-181-9/+10
* - Add "allowoptions" commandhpa2004-05-291-5/+6
* Better E820 memory parsersyslinux-2.09-pre15hpa2004-04-231-0/+2
* Handle video pages correctly.syslinux-2.09-pre1hpa2004-01-291-8/+6
* More shuffling to avoid RBFG bug now when we know the memory rangehpa2003-12-081-10/+12
* - Avoid a memory location overwritten by RBFG.syslinux-2.08-pre8hpa2003-12-051-5/+10
* Rate-limit ARP calls to avoid screwing over people doing automaticsyslinux-2.08-pre7hpa2003-12-041-1/+26
* Add "onerror" configuration directivesyslinux-2.08-pre6hpa2003-11-271-0/+2
* Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa2003-11-261-1/+2
* Clean up generating dotted-quad addresseshpa2003-11-261-8/+8
* Rename timeoutcmd -> ontimeouthpa2003-11-261-2/+2
* - Handle ARP requests while idle in pxelinuxsyslinux-2.08-pre3hpa2003-11-251-14/+59