Re: unlock sys_sendsyslog

2021-03-17 Thread Alexander Bluhm
On Thu, Mar 11, 2021 at 12:40:37AM +0300, Vitaliy Makkoveev wrote: > Since UNIX domain sockets are unlocked it makes sense to unlock > sys_sendsyslog too. Console output still requires kernel lock to be > held but this path is only followed while `syslogf' socket is not

unlock sys_sendsyslog

2021-03-10 Thread Vitaliy Makkoveev
Since UNIX domain sockets are unlocked it makes sense to unlock sys_sendsyslog too. 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? Index: sys/