Up to [cvs.NetBSD.org] / src / sys / rump / fs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-lazymbuf
Revision 1.7.8.3 / (download) - annotate - [select for diffs], Mon Jan 21 09:47:38 2008 UTC (13 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.8.2: +2 -2
lines
Diff to previous 1.7.8.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
sync with head
Revision 1.7.8.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:44:27 2007 UTC (13 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.8.1: +30 -0
lines
Diff to previous 1.7.8.1 (colored) to branchpoint 1.7 (colored)
sync with head.
Revision 1.7.8.1, Tue Aug 14 15:56:15 2007 UTC (13 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7: +0 -30
lines
FILE REMOVED
file Makefile.rumpfs was added on branch yamt-lazymbuf on 2007-09-03 14:44:27 +0000
Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 14 15:56:15 2007 UTC (13 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-csl-alignment-base5,
matt-armv6-prevmlocking,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: yamt-lazymbuf,
vmlocking,
nick-csl-alignment,
mjf-devfs,
matt-armv6,
jmcneill-pm,
bouyer-xeni386
Changes since 1.6: +11 -4
lines
Diff to previous 1.6 (colored)
* split userspace file system access into two separate libraries: + libp2k: the interface between libpuffs and vfs/vop + libukfs: generic user kernel file system library, usable independent of libp2k and/or puffs * use file system name (MOUNT_XYZ) instead of vfsops pointer to mount file system