summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2011-04-05 18:51:27 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2011-04-05 18:51:27 +0000
commitd06c6e3ed24cd10e8c6d6e2716844bdfdf4988d0 (patch)
tree6b5cb852c945d2ff31b480ac2809cd2b116a1f51 /sys/conf/GENERIC
parentff7b8619a9913d659ebfcd6f5e5968081d98d873 (diff)
Remove portalfs.
While it is a terribly cool idea, it's just awful and since noone has stepped up to the plate to keep it up with the current vop state, retire it to the attic. ok krw@, deraadt@, guenther@, miod@. comments from jmc@
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 0b8f27081ad..7a67d937224 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.173 2011/04/04 12:44:10 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.174 2011/04/05 18:51:25 thib 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