From 8175e4d6b0ca78e1b50a01ed39dbd2062f574ede Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 8 Aug 2010 17:18:12 +0000 Subject: we ship releases with POOL_DEBUG off. post-release, turn it back on. POOL_DEBUG is for development safety (catches our bugs early), but this particular safety comes off for release. reminded by miod --- sys/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index bde876c63cb..6071aeb1067 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.161 2010/07/21 07:13:06 dlg Exp $ +# $OpenBSD: GENERIC,v 1.162 2010/08/08 17:18:11 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 VFSDEBUG # VFS locking checks option CRYPTO # Cryptographic framework -- cgit v1.2.3