History log of /openbsd/sys/arch/landisk/stand/boot/libsa.h (Results 1 – 10 of 10)
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 ...


# 664fb24a 24-Aug-2022 miod <miod@openbsd.org>

Add prototype declarations for a bunch of functions.


# 3e58d19e 09-Dec-2020 krw <krw@openbsd.org>

Use daddr_t and not daddr32_t in boot media.

At a minimum, amd64/i386 should now boot from 4TB GPT formatted disks.

More daddr32_t terminations with extreme prejudice to follow.

Tested by various,

Use daddr_t and not daddr32_t in boot media.

At a minimum, amd64/i386 should now boot from 4TB GPT formatted disks.

More daddr32_t terminations with extreme prejudice to follow.

Tested by various, in snaps for a few days.

ok deraadt@

show more ...


# efc175d6 17-Jul-2014 miod <miod@openbsd.org>

Turn the console code into regular cons_decl() ones, to better fit libsa
getchar/putchar and be able to link again. Crank minor version.


# 3052da24 13-Jul-2014 jasper <jasper@openbsd.org>

move putchar() into libsa

"sure" miod@


# 825dcd8d 12-Jul-2014 jasper <jasper@openbsd.org>

move getchar() into libsa where applicable

ok miod@


# 214337f8 13-Mar-2011 deraadt <deraadt@openbsd.org>

Change daddr_t to daddr32_t. The bootblocks on our architectures only
do 32-bit block spanning. If later on we get some that can/should do
64-bit, that can be done now using daddr64_t (but of cours

Change daddr_t to daddr32_t. The bootblocks on our architectures only
do 32-bit block spanning. If later on we get some that can/should do
64-bit, that can be done now using daddr64_t (but of course, we are taking
this step to finalize the daddr_t 64-bit conversion).
ok miod krw

show more ...


# f33097d3 29-Oct-2006 drahn <drahn@openbsd.org>

Disable cache before jumping into the kernel, makes bootloader more reliable.
ok miod@


# 05b97bec 11-Oct-2006 drahn <drahn@openbsd.org>

flush the cache before jumping into the just loaded kernel.
Now it succesfully gets into the kernel 100%


# c20e7824 06-Oct-2006 mickey <mickey@openbsd.org>

w/ help of netbsd srcs and some mother unzel made it lift off