summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-11-21 09:22:58 +0000
committerjmc <jmc@openbsd.org>2018-11-21 09:22:58 +0000
commitc26abd733bae8d32b8c1ab331c46bb8f5f0e2bbd (patch)
treedd8585380207abcf5c28d004379da6621b54f6ce /lib/libc/sys
parentsync (diff)
downloadwireguard-openbsd-c26abd733bae8d32b8c1ab331c46bb8f5f0e2bbd.tar.xz
wireguard-openbsd-c26abd733bae8d32b8c1ab331c46bb8f5f0e2bbd.zip
fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,
now that there is essentially no malloc.conf; text tweaked by deraadt; ok otto deraadt
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sysctl.212
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2
index cd548d7c921..23cbdbed41f 100644
--- a/lib/libc/sys/sysctl.2
+++ b/lib/libc/sys/sysctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.2,v 1.16 2018/11/19 16:12:06 tedu Exp $
+.\" $OpenBSD: sysctl.2,v 1.17 2018/11/21 09:22:58 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 19 2018 $
+.Dd $Mdocdate: November 21 2018 $
.Dt SYSCTL 2
.Os
.Sh NAME
@@ -2160,9 +2160,11 @@ Return the load average history.
The returned data consists of a
.Li struct loadavg .
.It Dv VM_MALLOC_CONF Pq Va vm.malloc_conf
-The
-.Xr malloc.conf 5
-option string.
+String of option flags for the
+.Xr malloc 3
+family of functions
+which will be applied to all programs starting in the future.
+The string contains a maximum of 15 characters.
.It Dv VM_MAXSLP Pq Va vm.maxslp
The time for a process to be blocked before being swappable,
in seconds.