OpenBSD cvs log

created 2023-05-01T08:57:31Z
begin 2023-04-29T00:00:00Z
end 2023-04-30T00:00:00Z
path src/sys
commits 5

date 2023-04-29T08:50:53Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Print VHE feature in dmesg.

ok mlarkin@, patrick@

date 2023-04-29T10:12:33Z
author mlarkin
files src/sys/arch/amd64/amd64/ioapic.c log diff annotate
message whitespace

date 2023-04-29T10:18:06Z
author mlarkin
files src/sys/arch/amd64/amd64/ioapic.c log diff annotate
message remove some 19 year old #if 0 code

ok deraadt

date 2023-04-29T10:25:32Z
author kn
files src/sys/net/pf_ioctl.c log diff annotate
message Remove net lock from DIOCGETQUEUE

Same logic and argument as for the parent *S ioctl unlocked in r1.400,
might as well have committed them together:

Both ticket and number of queues stem from the pf_queues_active list which
is effectively static to pf_ioctl.c and fully protected by the pf lock.

OK sashan

date 2023-04-29T12:10:08Z
author miod
files src/sys/arch/sparc64/sparc64/autoconf.c log diff annotate
message Add "counter-timer" to openboot_special[] in order to not mention it as
unconfigured during boot, now that timer(4) is gone.