summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2019-10-12 17:06:02 +0000
committernaddy <naddy@openbsd.org>2019-10-12 17:06:02 +0000
commit1701c8faa8abfeb3f68a8edbd1293d9b772047cc (patch)
tree28fc02c408dc1b8d777bb3cd2636bf92aa009fc0 /sys/conf/GENERIC
parentPrint version number. (diff)
downloadwireguard-openbsd-1701c8faa8abfeb3f68a8edbd1293d9b772047cc.tar.xz
wireguard-openbsd-1701c8faa8abfeb3f68a8edbd1293d9b772047cc.zip
renable POOL_DEBUG
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 093b7a1e409..92240cf0ab3 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.265 2019/10/04 01:13:09 jsg Exp $
+# $OpenBSD: GENERIC,v 1.266 2019/10/12 17:06:02 naddy Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -17,7 +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 POOL_DEBUG # pool corruption detection
#option VFSLCKDEBUG # VFS locking checks
option CRYPTO # Cryptographic framework