OpenBSD cvs log

created 2024-04-27T23:37:14Z
begin 2024-04-24T00:00:00Z
end 2024-04-25T00:00:00Z
path src/sys
commits 3

date 2024-04-24T09:30:30Z
author claudio
files src/sys/dev/sbus/magma.c log diff annotate
src/sys/dev/sbus/magmareg.h log diff annotate
message Use static inline for cd1400_write_ccr() because clang 16 has issues with it.

Also remove some unused prototypes.
From Koakuma, OK kn@

date 2024-04-24T19:09:14Z
author claudio
files src/sys/kern/syscalls.master log diff annotate
message Revert rev 1.261 and require sigsuspend and __thrsigdivert to take
KERNEL_LOCK. There is at least a race in sigsuspend which can be
triggered by dump(8). Should be enough to allow me to look for the
real cause.

date 2024-04-24T19:10:11Z
author claudio
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message Regen