History log of /netbsd-src/lib/libperfuse/libperfuse.3 (Results 1 – 7 of 7)
Revision Date Author Comments
# 6ba5b90b 08-Sep-2019 uwe <uwe@NetBSD.org>

Use the right values for .Bl -width
Typeset "fuse" literal (default value for type) as a literal.


# 7142fa39 23-Jan-2019 uwe <uwe@NetBSD.org>

It's section 3 page, not section 2. While here, xref puffs(3) in the
SEE ALSO section too.


# 90f5b47a 18-Oct-2016 wiz <wiz@NetBSD.org>

Sort sections. new sentence, new line. Whitespace.


# edb96218 18-Oct-2016 manu <manu@NetBSD.org>

Make FUSE socket buffer tunable

When dealing with high I/O throughput, we could run out of buffer
space if the filesystem was not consuming requests fast enough.
Here we slightly raise the buffer si

Make FUSE socket buffer tunable

When dealing with high I/O throughput, we could run out of buffer
space if the filesystem was not consuming requests fast enough.
Here we slightly raise the buffer size, and we make it tunable
through the PERFUSE_BUFSIZE environment variable so that we can
cope with higher requirement later.

While there, document PERFUSE_OPTIONS environment variable.

show more ...


# 411ef8d5 10-May-2011 njoly <njoly@NetBSD.org>

Small typo in macro (Xd -> Xr).


# 0584bf10 01-Sep-2010 wiz <wiz@NetBSD.org>

Some fixes. Comment out ERRORS section until it has content.


# 7b1d1ee6 25-Aug-2010 manu <manu@NetBSD.org>

libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
F

libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
FUSE filesystem must be linked with -lperfuse.

libperfuse(3) implements the FUSE kernel interface, on which libfuse or
any FUSE filesystem that opens /dev/fuse directly can be used.

For now, an external daemon called perfused(8) is used. This may change
in the future.

show more ...