summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>1999-12-30 20:49:20 +0000
committerprovos <provos@openbsd.org>1999-12-30 20:49:20 +0000
commit9b209c05eaeeba46e71619fe064c398f5cdf0589 (patch)
tree91f1275306089478c776aa4343d25069f17c4073
parentfix netstat -ss; some zeroed counters were displayed (diff)
downloadwireguard-openbsd-9b209c05eaeeba46e71619fe064c398f5cdf0589.tar.xz
wireguard-openbsd-9b209c05eaeeba46e71619fe064c398f5cdf0589.zip
vm.swapencrypt
-rw-r--r--sbin/sysctl/sysctl.83
-rw-r--r--usr.sbin/sysctl/sysctl.83
2 files changed, 4 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 97cb873396b..7ddb0226071 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.32 1999/12/10 10:12:56 itojun Exp $
+.\" $OpenBSD: sysctl.8,v 1.33 1999/12/30 20:49:20 provos Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -144,6 +144,7 @@ privilege can change the value.
.It kern.arandom u_int no
.It vm.loadavg struct no
.It vm.psstrings struct no
+.It vm.swapencrypt integer yes
.It fs.posix.setuid integer yes
.It net.inet.ip.forwarding integer yes
.It net.inet.ip.redirect integer yes
diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8
index 97cb873396b..7ddb0226071 100644
--- a/usr.sbin/sysctl/sysctl.8
+++ b/usr.sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.32 1999/12/10 10:12:56 itojun Exp $
+.\" $OpenBSD: sysctl.8,v 1.33 1999/12/30 20:49:20 provos Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -144,6 +144,7 @@ privilege can change the value.
.It kern.arandom u_int no
.It vm.loadavg struct no
.It vm.psstrings struct no
+.It vm.swapencrypt integer yes
.It fs.posix.setuid integer yes
.It net.inet.ip.forwarding integer yes
.It net.inet.ip.redirect integer yes