CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/16 08:53:43
Modified files:
sys/kern : kern_sysctl.c subr_witness.c
sys/sys : sysctl.h witness.h
Log message:
Add kern.witnesswatch sysctl for controlling witness(4). By default,
lock order checking is disabled but it can be enabled at runtime.
Suggested by deraadt@ / mpi@
OK mpi@
