CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/03/18 02:43:38
Modified files: sys/kern : subr_log.c syscalls.master Log message: Unlock sendsyslog(2). Console output still requires kernel lock to be held but this path is only followed while `syslogf' socket is not set. New `syslogf_rwlock' used to protect `syslogf' access. ok bluhm@