OpenBSD cvs log

created 2022-09-25T03:25:28Z
begin 2022-09-23T00:00:00Z
end 2022-09-24T00:00:00Z
path src/sys
commits 3

date 2022-09-23T01:25:39Z
author jsg
files src/sys/arch/i386/i386/amd64errata.c log diff annotate
message only call printf the first time amd64_errata() is called
it may later be used from a resume path when we don't want to print

same change as amd64 amd64errata.c 1.11 by robert

ok robert@ deraadt@

date 2022-09-23T02:35:46Z
author aoyama
files src/sys/arch/luna88k/include/autoconf.h log diff annotate
src/sys/arch/luna88k/luna88k/autoconf.c log diff annotate
message Delete unused variables originally come from mvme88k.

date 2022-09-23T12:32:50Z
author krw
files src/sys/kern/subr_disk.c log diff annotate
message Don't hardcode disk major device types inside DEBUG block. Use
findblkname() and DISKUNIT(). Allows all block devices, not just
sd* and vnd* to generate useful names in DEBUG output.

Cluebat by deraadt@