CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/05/06 12:34:26
Modified files: sys/kern : kern_sysctl.c Log message: Unlock KERN_CONSBUF and KERN_MSGBUF. We only need to keep buffer's header consistent. Store it to local variable and deliver data with two steps. ok bluhm