summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-02-09 04:46:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-02-09 04:46:58 +0000
commit403c7c9dd07905d46d68700a2227ec5d17497161 (patch)
treec4332e99f3fe35a16d2156f7b039bc1cfc5db80d /sys
parente06835e2fdc5d22af2ca4f513fd2f5d30a065297 (diff)
As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is
not the same as it was in 4.9 or earlier. In either case you can turn it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not enabled you only get a subset of the strict checks. prodded by david
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 71f02b01fe4..44f4a3ce6cb 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.184 2011/10/06 20:49:28 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.185 2012/02/09 04:46:57 deraadt 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