diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-10-04 19:28:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-10-04 19:28:57 +0000 |
commit | 86b17142385f38fe576866d5e61bc91454ce5ffe (patch) | |
tree | 6b12976fa2855be598c213253e11e820e54f4363 /sys/conf | |
parent | ad3fe59dc74a8dcd46ba0023ca0d7fcf06ff012c (diff) |
re-enable POOL_DEBUG after the release
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 ab2b5db4d1b..87dd069f514 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.247 2017/09/26 01:46:47 jsg Exp $ +# $OpenBSD: GENERIC,v 1.248 2017/10/04 19:28:56 naddy Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -17,7 +17,7 @@ option PTRACE # ptrace(2) system call #option WITNESS # witness(4) lock checker #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 |