summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-04-13 17:35:10 +0000
committerderaadt <deraadt@openbsd.org>2019-04-13 17:35:10 +0000
commit70368a228a733b9ece970e3b50556caebb9bbdc5 (patch)
tree0c8063c34d8cd1c1d2d8d1a3d5a9b68e698cd835 /sys/conf/GENERIC
parentunlock tree, we are now working on 6.5-current (diff)
downloadwireguard-openbsd-70368a228a733b9ece970e3b50556caebb9bbdc5.tar.xz
wireguard-openbsd-70368a228a733b9ece970e3b50556caebb9bbdc5.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 32f63ffc78d..84352526982 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.259 2019/04/05 09:06:31 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.260 2019/04/13 17:35:10 deraadt 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