summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-10-03 04:39:10 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-10-03 04:39:10 +0000
commita4b7445a446589303362834ed7cc35169860540d (patch)
treea8b71acf3082c7c3a9d5747df4225126f66b3967
parent9fc3ce2b017c7af2f3168ead178f8a822856dbfe (diff)
We've left release mode. Time to re-enable POOL_DEBUG
ok deraadt
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 7b53cd7cd96..f42b95ec9c3 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.298 2024/09/17 13:45:49 jsg Exp $
+# $OpenBSD: GENERIC,v 1.299 2024/10/03 04:39:09 tb Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -16,7 +16,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