CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/12/27 04:57:16
Modified files: sys/kern : kern_ktrace.c sys/sys : syscall_mi.h Log message: Protects remaining ktrwrite*() with a KERNEL_LOCK dance. Should be enough to unlock the remaining syscalls without having to deal with the ktrace(2) bits. ok kettenis@