summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/pxe.c
Commit message (Expand)AuthorAgeFilesLines
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-4/+6
* Export the salient configuration items in a non-pxe-specific namespacemsmith2000-09-051-5/+44
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-111-1/+2
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-12/+12
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.ps2000-05-011-3/+9
* Fall back to /pxeroot as the location of the NFS exported directoryps2000-04-291-10/+4
* Make PXE do a dhcp request to find out where its files are. Theps2000-04-271-15/+36
* Don't report errors when we UDP_WRITE fails with a status of 1.ps2000-04-271-1/+3
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-261-41/+85
* Make the loader a little smarter about when it is and is not allowedps2000-04-211-3/+8
* Don't call the PXE cleanup routine if PXE is not enabled. Thisps2000-04-211-2/+8
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-7/+9
* Use !PXE api over PXENV+ api.ps2000-04-191-17/+74
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-081-291/+203
* Add all the PXE related structures from the 2.1 PXE spec from Intel.ps2000-04-041-155/+24
* Mega i386 loader commit.jhb2000-03-281-0/+640
OpenPOWER on IntegriCloud