diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-03-22 18:08:13 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-03-22 18:08:13 +0000 |
commit | e3c37e5ef35ed070ad8fb81097ac7ec3af117e6e (patch) | |
tree | f2e5a861123244dc28555df7bd8918c7dec08950 | |
parent | 34ffd4814427d5900b0fedf4f1e0d83a826d9378 (diff) |
make UVM_SWAP_ENCRYPT default, still need to enable via sysctl
-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 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, |