summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-06-14 21:37:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-06-14 21:37:13 +0000
commitbe9e68b0d9cd84bf7310511b3e146b0895633780 (patch)
tree1210487499905b6cc8e78ab0d9c917ff6103bf6f /sbin/sysctl/sysctl.8
parentc7a19b401046a531612a627a73ed5aea7310eca9 (diff)
split the treatment of the random events
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r--sbin/sysctl/sysctl.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 2a9e6fdbeb7..fa0511b8646 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.8 1997/06/13 13:50:59 mickey Exp $
+.\" $OpenBSD: sysctl.8,v 1.9 1997/06/14 21:37:11 mickey Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -136,8 +136,9 @@ privilege can change the value.
.It kern.somaxconn integer yes
.It kern.sominconn integer yes
.It kern.usermount integer yes
+.It kern.random struct no
.It vm.loadavg struct no
-.It vm.psstrings struct _ps_strings no
+.It vm.psstrings struct no
.It fs.posix.setuid integer yes
.It net.inet.ip.forwarding integer yes
.It net.inet.ip.redirect integer yes
@@ -226,6 +227,10 @@ sysctl vm.loadavg
.It Pa <sys/sysctl.h>
definitions for top level identifiers, second level kernel and hardware
identifiers, and user level identifiers
+.It Pa <dev/rndvar.h>
+definitions for
+.Xr random 4
+device's statistics structure
.It Pa <sys/socket.h>
definitions for second level network identifiers
.It Pa <sys/gmon.h>