CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/06/08 05:11:47
Modified files: sys/kern : subr_log.c Log message: As logging to dmesg with msgbuf_putchar() can happen in any interrupt handler, every access to msg buf counters should be protected by splhigh(). This is already done in some places, make it consistenly everywhere. OK mpi@ deraadt@