summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa2003-11-241-0/+1
* Add timeoutcmd commandhpa2003-11-241-1/+7
* Fix invalid double-use of the edx register in parse_dhcp_optionssyslinux-2.07-pre10hpa2003-11-221-11/+11
* Recognize pxelinux options in a vendor-option-space as well assyslinux-2.07-pre9hpa2003-11-211-0/+20
* Fix handling of loading large "boot sectors"hpa2003-11-211-1/+3
* Yet another fixsyslinux-2.07-pre5hpa2003-09-091-3/+2
* Add missing es:syslinux-2.07-pre3hpa2003-09-091-1/+1
* Add "ipappend 2"syslinux-2.07-pre2hpa2003-09-091-5/+17
* Lower the default MTUsyslinux-2.06hpa2003-08-231-1/+5
* Fix bug related to non-IP-based config file nameshpa2003-07-011-3/+3
* Query once based on MAC address.hpa2003-05-201-22/+81
* PXELINUX: Support large blocks (blksize 1468)syslinux-2.03-pre5hpa2003-04-161-112/+266
* Macroize the generation of the "insufficient DOS RAM string";hpa2003-04-151-10/+17
* Use small synthesized thunks for the PXE/PXENV calls; fix the stack-syslinux-2.03-pre3hpa2003-04-081-13/+13
* One more instance of gateway-settinghpa2003-04-081-0/+6
* Override routing table and use our own default routing.hpa2003-04-071-4/+24
* Encapsulate calls to the PXE stack into a single function;syslinux-2.03-pre2hpa2003-04-051-20/+42
* Actually come up with stack-switch code which has a prayer of workinghpa2003-04-051-5/+20
* Try to deal with funny PXE stack problems...hpa2003-04-051-15/+41
* Paranoia cleanupshpa2003-01-041-5/+5
* Fix the write string ABI call.hpa2002-11-191-0/+4
* Use a more conventional stack arrangement in PXELINUX. Also make itsyslinux-2.00-pre16hpa2002-10-251-13/+23
* Remove debugging codesyslinux-2.00-pre14hpa2002-10-251-6/+0
* Work around NASM bug that would lead to no timeout at all before resethpa2002-10-251-11/+17
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-352/+3
* Fix PXELINUX memory overwrite bug.syslinux-2.00-pre9hpa2002-10-221-0/+8