OpenBSD cvs log

created 2022-01-09T03:09:22Z
begin 2022-01-07T00:00:00Z
end 2022-01-08T00:00:00Z
path src/sys
commits 6

date 2022-01-07T02:26:53Z
author guenther
files src/sys/kern/subr_hibernate.c log diff annotate
message Extract the slice from the zeroth swap device instead of assuming
it's the 'b' slice and (sanity) check against the partition count.
Also, make the "is union hibernate_info too large?" a compile time
check.

ok deraadt@

date 2022-01-07T02:47:06Z
author guenther
files src/sys/sys/hibernate.h log diff annotate
message hibernate_clear_signature() is only used by hibernate_resume(), so
pass in the already read hibernate_info instead of reading it again.

ok deraadt@

date 2022-01-07T02:47:07Z
author guenther
files src/sys/kern/subr_hibernate.c log diff annotate
message hibernate_clear_signature() is only used by hibernate_resume(), so
pass in the already read hibernate_info instead of reading it again.

ok deraadt@

date 2022-01-07T09:08:15Z
author jsg
files src/sys/dev/ic/aac.c log diff annotate
message fix aac build after -Wno-uninitialized was removed

date 2022-01-07T10:48:59Z
author visa
files src/sys/arch/octeon/stand/boot/Makefile log diff annotate
src/sys/arch/powerpc64/stand/boot/Makefile log diff annotate
message Add missing dependency.

date 2022-01-07T13:56:54Z
author kevlo
files src/sys/arch/arm64/conf/kern.ldscript log diff annotate
src/sys/arch/riscv64/conf/kern.ldscript log diff annotate
message .glue_7 is used for arm code calling thumb code, and .glue_7t is used for
thumb code calling arm code, no need to put these input sections at the text
output section.

ok jsg@ kettenis@