diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-16 12:02:46 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-16 12:02:46 +0000 |
commit | 24ac06967282351a85e9eb2c35aec61373875395 (patch) | |
tree | 907935b992a2b1194978a23a596299fc47ed18ca /sys | |
parent | 6e1a75e8fa32799418f7507d6a77afc2ec51c5a3 (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.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 29850279fb9..e2b5e4ed1e1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.187 2012/06/21 06:49:26 guenther Exp $ +# $OpenBSD: GENERIC,v 1.188 2012/07/16 12:02:45 jasper 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 |