diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-02-25 20:27:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-02-25 20:27:17 +0000 |
commit | 2495a834fe936fc227e5813295caba7cfd4b38ec (patch) | |
tree | afc3563f9647116319555550ccd936eed88d5f21 | |
parent | 75b689c89db1b96e8a3b99440a12aa2a6ffe089e (diff) |
activate POOL_DEBUG during -current; miod
-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 c27e207154d..78c138354bf 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.224 2016/01/06 08:07:30 benno Exp $ +# $OpenBSD: GENERIC,v 1.225 2016/02/25 20:27:16 deraadt 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 |