diff options
author | 2018-02-07 22:10:17 +0000 | |
---|---|---|
committer | 2018-02-07 22:10:17 +0000 | |
commit | d387d915bf77e69a2828f01df3745424388ea021 (patch) | |
tree | ef631bf691bd11c5c0db954bd2a044a23c14307d | |
parent | Outsource setting the backplane window into a specific function so it (diff) | |
download | wireguard-openbsd-d387d915bf77e69a2828f01df3745424388ea021.tar.xz wireguard-openbsd-d387d915bf77e69a2828f01df3745424388ea021.zip |
dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG
put it back.
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9945a24c9e1..6183e3bcdc8 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.251 2018/02/07 01:09:57 dlg Exp $ +# $OpenBSD: GENERIC,v 1.252 2018/02/07 22:10:17 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -17,6 +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 VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |