diff options
author | 2000-03-22 18:08:12 +0000 | |
---|---|---|
committer | 2000-03-22 18:08:12 +0000 | |
commit | 6f50436990a7d7b544705a434c61b5929fa48d00 (patch) | |
tree | 7709f79aab7c7dfc2ef8c7937a81021c3405e32d | |
parent | Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when (diff) | |
download | wireguard-openbsd-6f50436990a7d7b544705a434c61b5929fa48d00.tar.xz wireguard-openbsd-6f50436990a7d7b544705a434c61b5929fa48d00.zip |
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, |