Go to file
Thomas Veerman 490e0de548 Import librefuse and libpuffs
Import libpuffs and our port of libpuffs. The port was done as part of
GSoC 2011 FUSE project, done by Evgeniy Ivanov. The librefuse import
did not require any porting efforts. Libpuffs has been modified to
understand our VFS-FS protocol and translate between that and PUFFS. As
an example that it works, fuse-ntfs-3g from pkgsrc can be compiled and
used to mount ntfs partitions:
mount -t ntfs-3g <device> <mountpoint>

FUSE only works with the asynchronous version of VFS. See <docs/UPDATING> on
how to run AVFS.

This patch further includes some changes to mount(1) and mount(2) so it's
possible to use file systems provided by pkgsrc (note: manual modifications
to /etc/system.conf are still needed. There has been made an exception for
fuse-ntfs-3g, so it already as an entry).
2011-11-14 11:53:05 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Increase gid_t and uid_t to 32 bits 2011-09-05 13:56:14 +00:00
boot boot e820 memory detection fixes 2011-09-19 13:36:03 +00:00
commands Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
common Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
docs update/fix manpage support 2011-09-28 15:24:15 +00:00
drivers Move optset.c into libsys; remove redundant copies 2011-11-07 16:16:08 +01:00
etc Change default pager to less(1) 2011-11-10 16:58:46 +01:00
include Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
kernel Miscellaneous legacy cleanup 2011-11-07 22:20:55 +01:00
lib Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
libexec update/fix manpage support 2011-09-28 15:24:15 +00:00
man ps(1) man page: mem/kmem are no longer used 2011-11-11 11:34:50 +01:00
nbsd_include Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
servers More cleanup of minix/com.h. 2011-11-11 13:53:29 +01:00
share Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
tools Install servers in GCC/clang case 2011-11-02 18:46:06 +01:00
usr.bin Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
.gitignore update/fix manpage support 2011-09-28 15:24:15 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile update/fix manpage support 2011-09-28 15:24:15 +00:00