summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2015-07-31 00:16:54 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2015-07-31 00:16:54 +0000
commite406ddef5cb3926a5baff42b644aaa3b6e52fe06 (patch)
treeeb7c358200c6f76b71f16680c12dfbfff840afff /sys
parentc28811ed4562d17becfc3a5c228e2fdf7f636588 (diff)
As usual, turn off POOL_DEBUG for the release.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 84044cd67d8..f8a77ac0044 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.218 2015/07/20 22:16:41 rzalamena Exp $
+# $OpenBSD: GENERIC,v 1.219 2015/07/31 00:16:53 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