Up to [cvs.NetBSD.org] / src / sys / fs / puffs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.10.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:07 2011 UTC (2 years, 3 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2.10.1: +437 -0
lines
Diff to previous 1.2.10.1 (colored) to branchpoint 1.2 (colored)
sync with head
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:19 2010 UTC (2 years, 10 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2.4.1: +437 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:34 2010 UTC (2 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.2.2.1: +437 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.2.10.1, Sun Jul 11 11:17:27 2010 UTC (2 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2: +0 -437
lines
FILE REMOVED
file puffs_compat.c was added on branch rmind-uvmplock on 2011-03-05 20:55:07 +0000
Revision 1.2.4.1, Sun Jul 11 11:17:27 2010 UTC (2 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2: +0 -437
lines
FILE REMOVED
file puffs_compat.c was added on branch uebayasi-xip on 2010-08-17 06:47:19 +0000
Revision 1.2.2.1, Sun Jul 11 11:17:27 2010 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.2: +0 -437
lines
FILE REMOVED
file puffs_compat.c was added on branch yamt-nfs-mp on 2010-08-11 22:54:34 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 11 11:17:27 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
khorben-n900,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver,
HEAD
Branch point for: yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock
Changes since 1.1: +17 -14
lines
Diff to previous 1.1 (colored)
Do fhtovp compat translation only for fhtovp ops, not all vfs ops. Allocate tailing extra buffer for compat op too.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 6 13:47:47 2010 UTC (2 years, 11 months ago) by pooka
Branch: MAIN
Add compat to enable running puffs in a 64bit time_t kernel against a server which runs in 32bit time_t namespace.