summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-10-04 01:13:09 +0000
committerjsg <jsg@openbsd.org>2019-10-04 01:13:09 +0000
commitd401c54c9fe0bf41c359ba891573db6ec2d10a30 (patch)
tree6c160f0ed459a99e8b1c060d23fd38eda20613fa
parentpoll(2), ppoll(2), select(2), pselect(2): always set P_SELECT before tsleep (diff)
downloadwireguard-openbsd-d401c54c9fe0bf41c359ba891573db6ec2d10a30.tar.xz
wireguard-openbsd-d401c54c9fe0bf41c359ba891573db6ec2d10a30.zip
disable POOL_DEBUG 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 0e7b3c5ed63..093b7a1e409 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.264 2019/08/01 03:06:59 dlg Exp $
+# $OpenBSD: GENERIC,v 1.265 2019/10/04 01:13:09 jsg 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