make UVM_SWAP_ENCRYPT default, still need to enable via sysctl
authorprovos <provos@openbsd.org>
Wed, 22 Mar 2000 18:08:12 +0000 (18:08 +0000)
committerprovos <provos@openbsd.org>
Wed, 22 Mar 2000 18:08:12 +0000 (18:08 +0000)
sys/conf/GENERIC

index 0b788ab..7c75dc0 100644 (file)
@@ -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,