From: dlg Date: Wed, 7 Feb 2018 22:10:17 +0000 (+0000) Subject: dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d387d915bf77e69a2828f01df3745424388ea021;p=openbsd dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG put it back. --- diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9945a24c9e1..6183e3bcdc8 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.251 2018/02/07 01:09:57 dlg Exp $ +# $OpenBSD: GENERIC,v 1.252 2018/02/07 22:10:17 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -17,6 +17,7 @@ option PTRACE # ptrace(2) system call #option WITNESS # witness(4) lock checker #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) +option POOL_DEBUG # pool corruption detection #option VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework