minix/lib
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
..
ack
csu
libarchive Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libaudiodriver
libbdev
libbz2
libc Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
libcrypt
libcurses
libddekit
libdevman Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libdriver
libedit
libelf
libend
libexec
libfetch Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libhgfs
libl
liblwip
libm
libminc Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libminixfs Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libminixutil
libmthread
libnetdriver
libpuffs Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
librefuse Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
libsys Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libterminfo
libtimers
libusb Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libutil Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libvassert Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libvtreefs
libz
nbsd_libasyn
nbsd_libc Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
nbsd_libcompat_minix Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
nbsd_libm Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
nbsd_libminlib Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
ack_build.sh
elf_build.sh
Makefile Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
Makefile.inc
README

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries