Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libperfuse
Module Name: src
Committed By: manu
Date: Wed Aug 25 07:16:00 UTC 2010
Added Files:
src/lib/libperfuse: Makefile debug.c fuse.h libperfuse.3 ops.c
perfuse.c perfuse.h perfuse_if.h perfuse_priv.h shlib_version
subr.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libperfuse/Makefile src/lib/libperfuse/debug.c \
src/lib/libperfuse/fuse.h src/lib/libperfuse/libperfuse.3 \
src/lib/libperfuse/ops.c src/lib/libperfuse/perfuse.c \
src/lib/libperfuse/perfuse.h src/lib/libperfuse/perfuse_if.h \
src/lib/libperfuse/perfuse_priv.h src/lib/libperfuse/shlib_version \
src/lib/libperfuse/subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index