summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2018-03-27 06:10:05 +0000
committerderaadt <deraadt@openbsd.org>2018-03-27 06:10:05 +0000
commitf27215c12dd5112f22de8ae6759910051d7b6bdc (patch)
treeb4673509f711b4ad3b14dc3f463c5295a3bdf402 /sys/conf/GENERIC
parentopenssh-7.7 (diff)
downloadwireguard-openbsd-f27215c12dd5112f22de8ae6759910051d7b6bdc.tar.xz
wireguard-openbsd-f27215c12dd5112f22de8ae6759910051d7b6bdc.zip
take us to 6.3-current
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 8e4ceab4885..c344d187886 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.253 2018/03/14 17:26:39 benno Exp $
+# $OpenBSD: GENERIC,v 1.254 2018/03/27 06:10:05 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