diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-07 03:55:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-07 03:55:02 +0000 |
commit | 17fb1277989ca5240a1181633a3e88cb6febc341 (patch) | |
tree | b3e378e37c5bbd7b4ef052e40a8764d8ec5cf456 /sys | |
parent | ee184512923652f3899e8a6f11e08f4ec777f5bc (diff) |
we disable POOL_DEBUG for releases. Reminded by mpf
After release, someone please remind us to turn it on again. It helps
find bugs. We just don't want people to get hosed too much during
release.
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 b84220b545d..9d5cc1fded6 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.151 2010/01/11 10:29:16 mcbride Exp $ +# $OpenBSD: GENERIC,v 1.152 2010/03/07 03:55:01 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -18,7 +18,7 @@ option PTRACE # ptrace(2) system call #option PAGEFASTRECYCLE # fast physical page recycling #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) -option POOL_DEBUG # pool corruption detection +#option POOL_DEBUG # pool corruption detection #option VFSDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |