diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-03-12 23:54:16 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-03-12 23:54:16 +0000 |
commit | dbe19e96e9aee96050e1d9457c2574a78f97b0f3 (patch) | |
tree | 34f409263059b96a8e53baa7a2c03afb383a8e54 /sys/conf | |
parent | 4b19129a3f843aaf5b7edff9796b14c99cb172d3 (diff) |
we're tagged for release; turn POOL_DEBUG back on. ok deraadt@
Diffstat (limited to 'sys/conf')
-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 c83efaf28ea..8a784600700 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.215 2015/03/04 14:36:19 jsg Exp $ +# $OpenBSD: GENERIC,v 1.216 2015/03/12 23:54:15 sthen 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 |