CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/17 07:29:01
Modified files:
lib/libfuse : fuse.c fuse_chan.c fuse_lowlevel.c
fuse_lowlevel.h fuse_ops.c fuse_private.h
fuse_session.c fuse_subr.c
sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c
fuse_vfsops.c fuse_vnops.c fusebuf.c fusefs.h
fusefs_node.h
sys/sys : fusebuf.h
Log message:
Everything needed to bring the FUSE kernel protocol in line with
the Linux implementation is now in place. With this update, the
kernel can support ports that talk directly to /dev/fuse0 rather
than relying on libfuse.
sys/fusebuf.h is retained rather than introducing fuse_kernel.h
OK claudio@