summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid segment assumption in pxelinuxsyslinux-3.53-pre6H. Peter Anvin2007-11-171-5/+9
* Remove unused variable BufSafeSecH. Peter Anvin2007-11-131-1/+0
* Remove unused EndOfGetcBufH. Peter Anvin2007-11-021-1/+0
* DHCP bootfile option is 67, not 64.H. Peter Anvin2007-11-011-1/+1
* Update the memory layout specificationH. Peter Anvin2007-10-031-1/+1
* PXELINUX: if siaddr isn't set, fall back to server identitysyslinux-3.52-pre2H. Peter Anvin2007-06-291-0/+9
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-33/+0
* Workaround for VMware console bug; make more common code commonH. Peter Anvin2007-06-201-22/+3
* Use strcpy to copy MACStrsyslinux-3.50-pre23H. Peter Anvin2007-06-081-2/+1
* Capture the UUID from packet 1 (request)syslinux-3.50-pre22H. Peter Anvin2007-06-081-7/+8
* Lower case seems to be more common for UUIDH. Peter Anvin2007-06-081-18/+19
* Generate config file name based on the UUIDH. Peter Anvin2007-06-081-100/+162
* Sanitize handling of client identifier optionH. Peter Anvin2007-06-071-0/+8
* Disable polling for ARP during idle.H. Peter Anvin2007-05-311-2/+17
* pxelinux: Save/set up/restore ES around init.incH. Peter Anvin2007-05-311-1/+4
* Allow binding help text to F11 and F12.H. Peter Anvin2007-05-301-13/+1
* Drop TFTP_MTU to 1440.H. Peter Anvin2007-05-221-1/+1
* Make it safe to call close_file on an already closed file.syslinux-3.50-pre15H. Peter Anvin2007-05-221-1/+3
* Use a segment layout more similar to the other derivativesH. Peter Anvin2007-05-221-3/+3
* Add a proper internal close function (close_file)H. Peter Anvin2007-05-221-0/+12
* PXELINUX: Use the client-identifier instead when DHCP doesn't have a MAC.syslinux-3.50-pre10H. Peter Anvin2007-05-111-100/+129
* 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