From 6f50436990a7d7b544705a434c61b5929fa48d00 Mon Sep 17 00:00:00 2001 From: provos Date: Wed, 22 Mar 2000 18:08:12 +0000 Subject: [PATCH] make UVM_SWAP_ENCRYPT default, still need to enable via sysctl --- sys/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 0b788ab288a..7c75dc0afba 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 2000/03/17 10:25:20 angelos Exp $ +# $OpenBSD: GENERIC,v 1.64 2000/03/22 18:08:12 provos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -27,7 +27,7 @@ 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 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, -- 2.20.1