History log of /openbsd/sys/arch/amd64/stand/libsa/pxe.c (Results 1 – 8 of 8)
Revision Date Author Comments
# d83c6874 27-Dec-2022 jca <jca@openbsd.org>

Ansify pxe_netif_close() and {,pxe}socktodesc()

To appease the clang 15 warning -Wdeprecated-non-prototype (turned on
by -Wall). ok millert@


# 772b2a71 06-Mar-2016 naddy <naddy@openbsd.org>

Sync no-argument function declaration and definition by adding (void).
ok kettenis@ mpi@


# b56b18a5 21-Aug-2014 mpi <mpi@openbsd.org>

Kill the remaining <netinet/in_systm.h> inclusion!


# c7471d74 27-Jul-2007 tom <tom@openbsd.org>

As on i386:

We don't want to pass the PXE MAC address to the kernel when booting
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not addi

As on i386:

We don't want to pass the PXE MAC address to the kernel when booting
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not adding to boot arguments) the
MAC address when opening the PXE device, and clearing this if we happen
to load a file off a non-network disk.

"works as advertised for me" todd@;
"stop sitting on this/no objections" deraadt@;
amd64 code mainly written by patch(1).

show more ...


# 350c207b 20-May-2006 deraadt <deraadt@openbsd.org>

push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface
we are booting from) out towards the kernel; tested by reyk
crank the version too


# 4336f4f9 13-Mar-2005 tom <tom@openbsd.org>

Only use bangpxe calling on PXE 2.1 and above. Makes no difference on
current-spec PXE systems, but should allow some older ones to get a bit
further.

Diff from krw@. Tested by krw@ on several PXE

Only use bangpxe calling on PXE 2.1 and above. Makes no difference on
current-spec PXE systems, but should allow some older ones to get a bit
further.

Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks.

ok krw@; "get these changes into the amd64" deraadt@

show more ...


# cc69b1af 13-Mar-2005 tom <tom@openbsd.org>

KNF


# 8641b11f 21-Mar-2004 tom <tom@openbsd.org>

Enter pxeboot on amd64. Initially intended to support network installs
using bsd.rd over TFTP.

ok deraadt@