Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)
authormvs <mvs@openbsd.org>
Fri, 22 Sep 2023 20:03:05 +0000 (20:03 +0000)
committermvs <mvs@openbsd.org>
Fri, 22 Sep 2023 20:03:05 +0000 (20:03 +0000)
commit3f55e363f7cf29f121a2949b64d5d7d718958293
treea15b9dafcd31769587dd5ea01cb7a50524491a0c
parentf1fcc787456f11ca421d57bb76161223791ce76a
Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)
protecting message buffer.

ok bluhm
sys/kern/subr_log.c