diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2014-03-05 18:59:14 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2014-03-05 18:59:14 +0000 |
commit | 582b015c2a52e61b5435be8f63d4ef3f01389c85 (patch) | |
tree | 6b732075bc3fbfc5fbf4446163f31aaab87e8f7c /sys | |
parent | 8462d78312b9b9903778b5c756b9cfb2b250dd94 (diff) |
re-enable POOL_DEBUG
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 82f81413c4d..16e4c8124ff 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.207 2014/02/22 07:20:39 jsg Exp $ +# $OpenBSD: GENERIC,v 1.208 2014/03/05 18:59:13 chris 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 |