diff options
author | 1999-12-30 19:09:58 +0000 | |
---|---|---|
committer | 1999-12-30 19:09:58 +0000 | |
commit | 593a905432d074fb7870d5afcc25d1cd1552e43a (patch) | |
tree | 22f214d9c615e1d9fd22f79bd53ad4e756831b15 | |
parent | vm.swapencrypt for UVM (diff) | |
download | wireguard-openbsd-593a905432d074fb7870d5afcc25d1cd1552e43a.tar.xz wireguard-openbsd-593a905432d074fb7870d5afcc25d1cd1552e43a.zip |
insert commented UVM_SWAP_ENCRYPTION
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 8cb38ce454c..8c4a80d0c2c 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 1999/10/29 05:15:27 angelos Exp $ +# $OpenBSD: GENERIC,v 1.59 1999/12/30 19:09:58 provos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -24,6 +24,8 @@ 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 COMPAT_09 # Kernel compatibility with NetBSD 0.9, #option COMPAT_10 # NetBSD 1.0, option COMPAT_11 # NetBSD 1.1, |