Up to [cvs.netbsd.org] / src / lib / libpuffs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12.6.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:35 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.12: +3 -11
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 11 16:48:53 2009 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
New sentence, new line.
Revision 1.12.4.1 / (download) - annotate - [select for diffs], Tue Feb 24 03:45:56 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: 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-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
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
Changes since 1.12: +1 -10
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pull up following revision(s) (requested by pooka in ticket #484): lib/libpuffs/puffs.3: revision 1.46 lib/libpuffs/puffs_cc.3: revision 1.13 lib/libpuffs/puffs_cred.3: revision 1.4 lib/libpuffs/puffs_flush.3: revision 1.8 lib/libpuffs/puffs_framebuf.3: revision 1.26 lib/libpuffs/puffs_node.3: revision 1.4 lib/libpuffs/puffs_ops.3: revision 1.23 lib/libpuffs/puffs_path.3: revision 1.4 lib/libpuffs/puffs_suspend.3: revision 1.3 Remove the paragraph saying interfaces will change without warning. Note that a stable version of puffs first appeared in NetBSD 5.0.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 20 14:26:56 2009 UTC (3 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.12: +1 -10
lines
Diff to previous 1.12 (colored)
Remove the paragraph saying interfaces will change without warning. Note that a stable version of puffs first appeared in NetBSD 5.0.
Revision 1.11.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:29:54 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.11.4.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:34 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
sync with head
Revision 1.12 / (download) - annotate - [select for diffs], Sun May 25 19:38:21 2008 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
netbsd-5-base,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
matt-mips64-base2
Branch point for: netbsd-5,
jym-xensuspend
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Punctuation markup nit.
Revision 1.6.4.3 / (download) - annotate - [select for diffs], Sun Mar 23 00:40:29 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.6.4.2: +10 -25
lines
Diff to previous 1.6.4.2 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
sync with HEAD
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 28 18:35:50 2008 UTC (4 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base2,
yamt-pf42-base,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Branch point for: yamt-pf42,
wrstuden-revivesa
Changes since 1.10: +10 -25
lines
Diff to previous 1.10 (colored)
Implement lazy contexts for file systems using puffs_mainloop(). Previously each request was executed on its own callcontext and switched to every time the request was being processed. Now requests borrow the mainloop context and switch only if/when they yield. This takes two context switches away from a file system request bringing down the typical amounts 2->0 (e.g. dtfs) and 4->2 (e.g. psshfs). The interfaces for manually executing requests changed a bit: puffs_dispatch_create() and puffs_dispatch_exec() must now be used. They are not tested, as nothing in-tree wants them and I doubt anyone else is really interested in them either. Also do some misc code cleanup related to execution contexts. The "work-in-progress checkpoint" committed over a year ago was starting to look slightly weed-infested.
Revision 1.6.4.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:36:49 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.6.4.1: +35 -42
lines
Diff to previous 1.6.4.1 (colored) to branchpoint 1.6 (colored)
sync with HEAD
Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 15 20:08:06 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.9: +34 -35
lines
Diff to previous 1.9 (colored)
update to match reality
Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 7 14:55:12 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: cube-autoconf-base,
cube-autoconf
Changes since 1.8: +2 -8
lines
Diff to previous 1.8 (colored)
puffs_cc_getusermount(), puffs_cc_getspecific() and puffs_docc() are dead.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 1 19:18:49 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Fix a typo that has migrated across files.
Revision 1.6.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:53 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.6: +11 -2
lines
Diff to previous 1.6 (colored)
sync with HEAD
Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 21 19:25:58 2007 UTC (4 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.6: +11 -2
lines
Diff to previous 1.6 (colored)
Add puffs_cc_schedule() which marks a pcc runnable and will pass execution to it when in the main loop the next time.
Revision 1.6 / (download) - annotate - [select for diffs], Sun May 6 13:56:16 2007 UTC (5 years ago) by pooka
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Xr puffs_framebuf
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 19 21:03:00 2007 UTC (5 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.4: +33 -15
lines
Diff to previous 1.4 (colored)
improve descriptions and markup
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 19 14:45:03 2007 UTC (5 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
add puffs_cc_getspecific(pcc), which is shorthand for: puffs_getspecific(puffs_cc_getusermount(pcc))
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 20 15:11:02 2007 UTC (5 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.2: +13 -4
lines
Diff to previous 1.2 (colored)
document puffs_docc
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 20 13:23:59 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Sort SEE ALSO.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 19 21:10:55 2007 UTC (5 years, 4 months ago) by pooka
Branch: MAIN
Bring the documentation slightly more into sync with the current reality. It's still really a far cry from proper documentation, though.