diff options
author | 2015-03-12 23:54:15 +0000 | |
---|---|---|
committer | 2015-03-12 23:54:15 +0000 | |
commit | b4346216cf692bff8ba1df07d7a750a221596bb6 (patch) | |
tree | c58b25cc901103c8a262c5a35797a98cb27b053f | |
parent | Use the shorter ofwbootfd (without softraid support) on the miniroot. (diff) | |
download | wireguard-openbsd-b4346216cf692bff8ba1df07d7a750a221596bb6.tar.xz wireguard-openbsd-b4346216cf692bff8ba1df07d7a750a221596bb6.zip |
we're tagged for release; turn POOL_DEBUG back on. 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 c83efaf28ea..8a784600700 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.215 2015/03/04 14:36:19 jsg Exp $ +# $OpenBSD: GENERIC,v 1.216 2015/03/12 23:54:15 sthen 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 |