History log of /openbsd/sys/arch/i386/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@


# 01fe0a29 07-Mar-2016 naddy <naddy@openbsd.org>

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


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

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


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

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 ar

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@

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


# 4e53a1a3 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 allows some older ones (I tested 0.98 and
0.99) to get a bit further.

ok weingart@; "please get i

Only use bangpxe calling on PXE 2.1 and above. Makes no difference on
current-spec PXE systems, but allows some older ones (I tested 0.98 and
0.99) to get a bit further.

ok weingart@; "please get it in" deraadt@.

show more ...


# 1c5724b5 12-Mar-2005 tom <tom@openbsd.org>

KNF


# ef7aef7b 19-Mar-2004 tom <tom@openbsd.org>

Enter pxeboot, derived from the NetBSD implementation. Initially
intended to support network installs using bsd.rd over TFTP.

Thanks to the many who tested, including Diana Eichert.

ok deraadt@