diff options
author | 2010-08-13 12:31:33 +0000 | |
---|---|---|
committer | 2010-08-13 12:31:33 +0000 | |
commit | ccee2e87edfe0fb53f15de1c32f7067a3298cfae (patch) | |
tree | 80f07770723bc98e63b90dbe8baff3861c4bac58 | |
parent | if we pass pkgnames with .tgz to -l, just deal with it silently. (diff) | |
download | wireguard-openbsd-ccee2e87edfe0fb53f15de1c32f7067a3298cfae.tar.xz wireguard-openbsd-ccee2e87edfe0fb53f15de1c32f7067a3298cfae.zip |
now that we are at -current again, re-enable POOL_DEBUG
"go ahead" kettenis@
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 6071aeb1067..2bbbc0606c4 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.162 2010/08/08 17:18:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.163 2010/08/13 12:31:33 phessler 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 |