Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-nfs-mp
Revision 1.160.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:20 2010 UTC (3 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.160.2.3: +97 -14
lines
Diff to previous 1.160.2.3 (colored) to branchpoint 1.160 (colored) next main 1.161 (colored)
sync with head
Revision 1.160.2.3 / (download) - annotate - [select for diffs], Wed Sep 16 13:38:01 2009 UTC (3 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.160.2.2: +15 -2
lines
Diff to previous 1.160.2.2 (colored) to branchpoint 1.160 (colored)
sync with head
Revision 1.160.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:49 2009 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.160.2.1: +445 -155
lines
Diff to previous 1.160.2.1 (colored) to branchpoint 1.160 (colored)
sync with head.
Revision 1.160.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:28 2008 UTC (5 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.160: +13 -12
lines
Diff to previous 1.160 (colored)
sync with head.
Revision 1.160 / (download) - annotate - [select for diffs], Thu Apr 24 11:38:36 2008 UTC (5 years ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.159: +249 -141
lines
Diff to previous 1.159 (colored)
Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocols become MP safe. - Allows protocol processing interrupts to safely block on locks. - Fixes a number of race conditions. With much feedback from matt@ and plunky@.