summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2016-01-06 08:07:30 +0000
committerbenno <benno@openbsd.org>2016-01-06 08:07:30 +0000
commit35ab785472a88579c9a3c7239428003dd73b3e09 (patch)
tree1675f614038282800586d9d0d63699c16202ce60 /sys/conf/GENERIC
parentrevert 1.87, more work is needed here (diff)
downloadwireguard-openbsd-35ab785472a88579c9a3c7239428003dd73b3e09.tar.xz
wireguard-openbsd-35ab785472a88579c9a3c7239428003dd73b3e09.zip
deactivate POOL_DEBUG for release
ok deraadt, jsg
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 55e8f31a8bd..c27e207154d 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.223 2015/12/03 12:42:03 goda Exp $
+# $OpenBSD: GENERIC,v 1.224 2016/01/06 08:07:30 benno Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -17,7 +17,7 @@ option KMEMSTATS # collect malloc(9) statistics
option PTRACE # ptrace(2) system call
#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