diff options
author | 2013-08-07 22:00:29 +0000 | |
---|---|---|
committer | 2013-08-07 22:00:29 +0000 | |
commit | fcce03304768f313c0e743ed455deb0b7cd4f0fd (patch) | |
tree | a60385566b5dd6d6cb336394813baadfdfc8565c | |
parent | Another major overhaul of the inteldrm(4) GEM code, bringing us considerably (diff) | |
download | wireguard-openbsd-fcce03304768f313c0e743ed455deb0b7cd4f0fd.tar.xz wireguard-openbsd-fcce03304768f313c0e743ed455deb0b7cd4f0fd.zip |
re-enable POOL_DEBUG after release; ok deraadt@
-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 c63802b5002..2e0fc9d8616 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.197 2013/07/11 05:50:41 jsg Exp $ +# $OpenBSD: GENERIC,v 1.198 2013/08/07 22:00:29 naddy 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 VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |