summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* pxelinux: allow class E addresses as unicastsyslinux-3.63-pre2H. Peter Anvin2008-03-201-7/+25
* Put virtual kernels (CLI labels) in high memorysyslinux-3.62-pre7H. Peter Anvin2008-02-151-4/+3
* Correct comment specific to SYSLINUX in the other derivativesH. Peter Anvin2008-02-131-2/+3
* Switch the display file and graphics routines to using the getc stackH. Peter Anvin2008-02-121-11/+0
* Change command line limit to 2047 charactersH. Peter Anvin2008-02-121-0/+1
* Remove last users of getcbuf; reclaim the address spaceH. Peter Anvin2008-02-121-13/+2
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-131-0/+1
* Deprecate PXELINUX option 208 in accordance with RFC 5071syslinux-3.55-pre1H. Peter Anvin2007-12-131-9/+6
* 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