summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2000-03-22 18:08:12 +0000
committerprovos <provos@openbsd.org>2000-03-22 18:08:12 +0000
commit6f50436990a7d7b544705a434c61b5929fa48d00 (patch)
tree7709f79aab7c7dfc2ef8c7937a81021c3405e32d
parentAvoid the chdir entirely by prefixing _PATH_DEV to the tty name when (diff)
downloadwireguard-openbsd-6f50436990a7d7b544705a434c61b5929fa48d00.tar.xz
wireguard-openbsd-6f50436990a7d7b544705a434c61b5929fa48d00.zip
make UVM_SWAP_ENCRYPT default, still need to enable via sysctl
-rw-r--r--sys/conf/GENERIC4
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,