Up to [cvs.NetBSD.org] / src / sys / rump / fs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: bouyer-xeni386-base
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 2 18:15:12 2008 UTC (15 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
simonb-wapbl,
mjf-devfs2,
haad-dm
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add the ability to run puffs in userspace. This means that puffs can now be developed in userspace using puffs for development (I hate emulators, they are annoyingly clumsy). To e.g. mount psshfs using puffs-on-puffs, run fs/bin/syspuffs/syspuffs with the regular mount_psshfs command line as an argument: golem> ./syspuffs /usr/sbin/mount_psshfs ftp.netbsd.org:/pub /puffs This will make the mount appear as usual, with the exception that the requests will be passed through puffs both in the kernel and userspace: ftp.netbsd.org:/pub on /puffs type puffs|p2k|puffs|psshfs