summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-09 13:03:47 +0000
committertedu <tedu@openbsd.org>2013-06-09 13:03:47 +0000
commit662b279aa1a40cf2b59c02ad6057488d52167de6 (patch)
treeaa37a803b7778c8190e1bcf22fd24d9bd8d58dda /lib
parentadd fuse sysctls, from Sylvestre Gallon (diff)
downloadwireguard-openbsd-662b279aa1a40cf2b59c02ad6057488d52167de6.tar.xz
wireguard-openbsd-662b279aa1a40cf2b59c02ad6057488d52167de6.zip
add some basic descriptions for the fuse sysctls
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.322
1 files changed, 20 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index acb4c9654ee..0e057697343 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.222 2013/06/08 14:24:39 yasuoka Exp $
+.\" $OpenBSD: sysctl.3,v 1.223 2013/06/09 13:03:47 tedu 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: June 8 2013 $
+.Dd $Mdocdate: June 9 2013 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -2087,6 +2087,24 @@ The number of I/O kernel threads for NFS clients.
The default is 4;
the maximum is 20.
.El
+.It FUSE
+.Bl -column "FUSEFS_POOL_NBPAGES" "Type" "Changeable" -offset indent
+.It Sy "Third level name" Ta Sy "Type" Ta Sy "Changeable"
+.It Dv FUSEFS_OPENDEVS Ta "int" Ta "no"
+.It Dv FUSEFS_INFBUFS Ta "int" Ta "no"
+.It Dv FUSEFS_WAITFBUFS Ta "int" Ta "no"
+.It Dv FUSEFS_POOL_NBPAGES Ta "int" Ta "no"
+.El
+.Bl -tag -width Ds
+.It Dv FUSEFS_OPENDEVS
+The number of FUSE devices opened.
+.It Dv FUSEFS_INFBUFS
+The number of inbound fusebufs.
+.It Dv FUSEFS_WAITFBUFS
+The number of fusebufs waiting for a response.
+.It Dv FUSEFS_POOL_NBPAGES
+The number of pages used for fusebuf memory.
+.El
.El
.El
.Ss CTL_VM