summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2018-02-07 22:10:18 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2018-02-07 22:10:18 +0000
commit0c80ef07be4e7a1851f58908f8948640a05519f5 (patch)
treee7c09c9fce76a3a4a63d101e123355492693f343 /sys/conf
parent4503b1c55095709443a247c0bff1f495da66435e (diff)
dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG
put it back.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
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