summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_preboot.c
Commit message (Expand)AuthorAgeFilesLines
* Add pxe_set_cached_filename() so that pxe_tftp.c can also update theMichael Brown2008-01-221-12/+20
* Don't complain when callers provide too-short buffers forMichael Brown2007-12-071-7/+6Star
* Provide individually cached constructed copies of DHCP packets viaMichael Brown2007-11-221-86/+109
* Do not fill in the BufferLimit field in structMichael Brown2007-11-221-3/+32
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-10/+8Star
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-041-18/+17Star
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-26/+12Star
* Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-32/+41
* Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-021-3/+3
* Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.Michael Brown2007-06-301-0/+23
* Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown2007-06-301-11/+10Star
* I really, really screwed up the semantics of BufferSize and BufferLimit.Michael Brown2007-06-291-6/+7
* Windows RIS now gets as far as downloading NTLDR.Michael Brown2007-06-291-3/+7
* Include stdlib.h rather than malloc.hMichael Brown2007-01-181-1/+1
* Fill in BufferSize in PXENV_GET_CACHED_INFOMichael Brown2007-01-141-0/+1
* Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.Michael Brown2006-08-091-59/+58Star
* Allow linking by converting functions to stubsMichael Brown2006-08-091-10/+12
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-0/+4
* Merge from Etherboot 5.4Michael Brown2006-03-161-1/+1
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-1/+1
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-0/+249