minix/lib/libc
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 Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
ansi Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
arch/i386 introduce option to time assert()s 2011-06-24 16:00:42 +02:00
asyn Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
db Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
gnu Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
ip Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
math some extra math functions from netbsd for netpbm. 2011-01-30 23:40:51 +00:00
other Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
posix Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
regex fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
stdio <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
stdtime fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
syscall rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
sysvipc Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
wchar Add some support for wchar_t. 2010-04-19 15:20:24 +00:00
Makefile For GCC/clang, don't build in ACK int64 routines 2010-11-19 12:36:44 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00