History log of /openbsd/sys/arch/amd64/stand/libsa/libsa.h (Results 1 – 8 of 8)
Revision Date Author Comments
# a4f11372 23-Feb-2023 miod <miod@openbsd.org>

Remove dangerous user-settable "addr" variable from MI boot loader, and
only compile tty-related code (stty command, tty variable) on platforms
where it makes sense for the boot loader to control it,

Remove dangerous user-settable "addr" variable from MI boot loader, and
only compile tty-related code (stty command, tty variable) on platforms
where it makes sense for the boot loader to control it, rather than the
PROM/firmware/whatever.

show more ...


# ae539668 30-Oct-2012 jsing <jsing@openbsd.org>

Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making
the code actually diffable. No binary change.


# 2ea094c9 02-Jul-2010 weingart <weingart@openbsd.org>

Add ability to limit memory presented to kernel with
'machine memory =128M' style commands. Thanks to
phessler for finding a small man page niggle. Bumped
version strings to a nice round fraction,

Add ability to limit memory presented to kernel with
'machine memory =128M' style commands. Thanks to
phessler for finding a small man page niggle. Bumped
version strings to a nice round fraction, and make them
the same across the board. Easier to identify boot
binary versions that way.

ok thib@, tedu@, phessler@

show more ...


# 5b12e470 28-Apr-2007 deraadt <deraadt@openbsd.org>

clone "Control key" logic from i386 written by tom; tested by art


# 4a9e4d17 18-Sep-2006 mpf <mpf@openbsd.org>

boot(8) ``machine memory'' support for > 4G.
Convert parser to strtoll(3) and use 64bit printf.
With help from mickey@
i386 and amd64 tests by me, alpha test by mickey@
OK mickey@, miod@, deraadt@


# 338feb3a 21-Aug-2004 tom <tom@openbsd.org>

Enter cdboot, a CD-specific second-stage bootrap. Based on the i386
cdboot that Toby and I put together at the hackathon.

"go for it" deraadt@


# 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@


# a47f7207 03-Feb-2004 mickey <mickey@openbsd.org>

das boot; das cloned das from das i386