Up to [cvs.netbsd.org] / src / lib / librefuse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5.4.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:36:53 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.5.4.1: +3 -2
lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync with HEAD
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 8 17:08:46 2007 UTC (4 years, 6 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-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-6-base,
netbsd-6,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
I've written more than a fair share of this to see my name up in lights. Wine & women, come to me now!
Revision 1.5.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:56 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.5: +8 -1
lines
Diff to previous 1.5 (colored)
sync with HEAD
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 24 00:22:26 2007 UTC (4 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.5: +8 -1
lines
Diff to previous 1.5 (colored)
Add refuse paper to SEE ALSO
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 9 10:16:25 2007 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Make Nm match Dt. This makes it easier to guess what the man page is called when you find it with man -k.
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 3 21:02:54 2007 UTC (5 years ago) by agc
Branch: MAIN
Changes since 1.3: +11 -2
lines
Diff to previous 1.3 (colored)
Implement fuse_setup(), and fuse_teardown() - necessary for the python bindings for refuse.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 17 08:40:36 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Remove superfluous Pp. Fix xref target.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 11 18:31:32 2007 UTC (5 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
insert comma in SEE ALSO list in fear of retaliation by wizd
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 11 10:31:37 2007 UTC (5 years, 3 months ago) by agc
Branch: MAIN
Add an implementation of the file system in userspace functionality, based on top of libpuffs. This version is still barebones and incomplete, but will benefit from others working on it, rather than just me. The option code has still to be implemented, but this gets far enough to run hellofs (from the fuse web page): % priv ./hellofs ~/hellofs/mnt & % l ~/hellofs/mnt total 2 drwxr-xr-x 2 root wheel 0 Jan 1 1970 . drwxr-xr-x 4 agc agc 512 Feb 9 18:05 .. -r--r--r-- 1 root wheel 13 Jan 1 1970 hello % cat ~/hellofs/mnt/hello Hello World! % df ~/hellofs/mnt Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/dk0 28101396 18946682 7749646 70% / kernfs 1 1 0 100% /kern procfs 4 4 0 100% /proc ptyfs 1 1 0 100% /dev/pts puffs:refuse:hellofs 28101396 18946682 7749646 70% /home/agc/hellofs/mnt % mount -v -v ... mount: mount_puffs not found for /home/agc/hellofs/mnt puffs:refuse:hellofs on /home/agc/hellofs/mnt type puffs (nosuid, nodev, fsid: 0xcb01/0x6acb, reads: sync 0 async 0, writes: sync 0 async 0) % This code is not enabled by default. Yet.