diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-03 18:45:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-03 18:45:35 +0000 |
commit | 328f7b13de7ace385bc1ad5429a307572488f797 (patch) | |
tree | fdbaa289e6db24799751cce40b8b95ff7db052f7 | |
parent | c521aa1be51fe6cf5c467fd0dd8c63377aa82f83 (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 kettenis miod beck
-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 a944c21c6d2..fd8d129bd3a 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.181 2011/07/09 05:46:26 matthew Exp $ +# $OpenBSD: GENERIC,v 1.182 2011/08/03 18:45:34 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 |