minix/lib/nbsd_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
..
arch Fix signal handling in NBSD libc. 2011-02-21 18:06:54 +00:00
atomic Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
cdb rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
citrus rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
compat Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
compat-43 Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
db rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
dlfcn Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
gdtoa Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
gen Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
gmon Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
hash Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
iconv Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
include add vfork to namespace.h 2011-07-22 14:07:04 +02:00
inet Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
isc Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
locale Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
md Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
misc Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
nameser Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
net Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
nls rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
pkgconfig Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
quad Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
regex Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
resolv Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
rpc Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
softfloat Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
ssp Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
stdio New stat structure. 2011-07-12 16:39:55 +02:00
stdlib Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
string Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
sys Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
sys-minix Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
termios Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
thread-stub Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
time make time functions pass PCTS test 2011-08-18 14:02:57 +00:00
uuid Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
yp Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
libcincludes.mk Set MACHINE_ARCH and MACHINE_CPU to in NBSD libc Makefile 2011-02-22 09:22:26 +00:00
Makefile add pkgsrc hooks for building pkgs w/nbsd_libc 2011-06-27 15:10:34 +02:00
Makefile.inc Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
minix-config.inc use minix malloc 2011-08-18 21:52:09 +00:00
shlib_version Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00