CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2019/05/08 10:22:42
Modified files: sys/kern : subr_prf.c Log message: Add a compile-time option called SPLASSERT_WATCH which changes the default value of kern.splassert to 3, i.e. enter ddb on splassert() failure. Will be used during fuzzing. ok mpi@ visa@