diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-10-12 17:06:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-10-12 17:06:03 +0000 |
commit | 6873b4d43002b1539aaa097bd2ca3a7b75a2ff50 (patch) | |
tree | c143910a1af862218026e6a094f135b84bfcf8ea /sys | |
parent | 84b2bb378b9c8e0649964009bdb9a632e10e53a7 (diff) |
renable 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 093b7a1e409..92240cf0ab3 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.265 2019/10/04 01:13:09 jsg Exp $ +# $OpenBSD: GENERIC,v 1.266 2019/10/12 17:06:02 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 |