summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2020-09-22 22:36:04 +0000
committerbenno <benno@openbsd.org>2020-09-22 22:36:04 +0000
commitcb032dc19f069a5c8655bf30eb5e128927d29937 (patch)
tree1ca4a7d675209e1b504e18a4b8813d617418fde3
parentUse user prompt for ps(1) and netstat(1) examples (diff)
downloadwireguard-openbsd-cb032dc19f069a5c8655bf30eb5e128927d29937.tar.xz
wireguard-openbsd-cb032dc19f069a5c8655bf30eb5e128927d29937.zip
disable POOL_DEBUG in preparation for release
ok deraadt@
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index d303a092c03..2035e783c22 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.271 2020/06/23 23:35:39 dlg Exp $
+# $OpenBSD: GENERIC,v 1.272 2020/09/22 22:36:04 benno 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