dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG
authordlg <dlg@openbsd.org>
Wed, 7 Feb 2018 22:10:17 +0000 (22:10 +0000)
committerdlg <dlg@openbsd.org>
Wed, 7 Feb 2018 22:10:17 +0000 (22:10 +0000)
put it back.

sys/conf/GENERIC

index 9945a24..6183e3b 100644 (file)
@@ -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