OpenBSD cvs log

created 2022-11-04T12:48:58Z
begin 2022-10-31T00:00:00Z
end 2022-11-01T00:00:00Z
path src/sys
commits 3

date 2022-10-31T03:20:41Z
author guenther
files src/sys/arch/alpha/alpha/sys_machdep.c log diff annotate
message style: 'The function type should be on a line by itself preceding the function.'

date 2022-10-31T10:46:24Z
author mpi
files src/sys/uvm/uvm_map.c log diff annotate
message Fix VMMAP_DEBUG code to compile with not-so-recent changes.

If enabled the debug code currently panic the kernel. To investigate.

date 2022-10-31T13:59:10Z
author visa
files src/sys/arch/mips64/mips64/clock.c log diff annotate
message mips64: Raise SPL for hardclock()

This lets the MI clock interrupt code see the correct SPL.

The full splx() is skipped because the updating of the hardware interrupt
masks should not be needed here.

Prompted by and OK cheloha@