summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/libsa/pxe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync no-argument function declaration and definition by adding (void).naddy2016-03-061-3/+3
* Kill the remaining <netinet/in_systm.h> inclusion!mpi2014-08-211-4/+1
* As on i386:tom2007-07-271-2/+4
* push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfacederaadt2006-05-201-2/+6
* Only use bangpxe calling on PXE 2.1 and above. Makes no difference ontom2005-03-131-2/+2
* KNFtom2005-03-131-5/+3
* Enter pxeboot on amd64. Initially intended to support network installstom2004-03-211-0/+547