diff options
author | 2016-02-25 20:27:16 +0000 | |
---|---|---|
committer | 2016-02-25 20:27:16 +0000 | |
commit | d06b1240769ecca8a5e02dfb625a38927d6520d6 (patch) | |
tree | c80783eaf698bce198bdde648eff205c08743e53 | |
parent | Replace a usage of ROOTINO ((ufsino_t)2 with FUSE_ROOTINO ((ino_t)1). (diff) | |
download | wireguard-openbsd-d06b1240769ecca8a5e02dfb625a38927d6520d6.tar.xz wireguard-openbsd-d06b1240769ecca8a5e02dfb625a38927d6520d6.zip |
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 |