summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-09 13:03:48 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-09 13:03:48 +0000
commit6404a3579c03e2f97a6c2dc789e41410d1fb57cd (patch)
treebdd5a0bdb8361c89052d87438862d7f59cdf0467 /lib
parent271acde1f1bfc25a5b4ec199eee2cf0526044b26 (diff)
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