summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-12-30 19:09:59 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-12-30 19:09:59 +0000
commit16c6f2db885acb5ce3a624e83bddac2ad14da438 (patch)
tree6c5bbdb583967068feb87941412ad0846fe2cf76 /sys
parent27b8f974a91bc095a64cdd22a440c2afb67f0479 (diff)
insert commented UVM_SWAP_ENCRYPTION
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 8cb38ce454c..8c4a80d0c2c 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.58 1999/10/29 05:15:27 angelos Exp $
+# $OpenBSD: GENERIC,v 1.59 1999/12/30 19:09:58 provos Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -24,6 +24,8 @@ option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
+#option UVM_SWAP_ENCRYPT# support encryption of pages going to swap
+
#option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,