CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/29 07:07:15
Modified files:
lib/libc/sys : sysctl.2
sbin/sysctl : sysctl.c
share/man/man4 : witness.4
sys/kern : kern_sysctl.c subr_witness.c
sys/sys : sysctl.h witness.h
Log message:
Add a dedicated sysctl(2) node for witness(4).
The new node contains the subsystem's main control variable,
kern.witness.watch. It is aliased by the old name, kern.witnesswatch.
The alias will be removed in the future.
OK anton@ mpi@
