Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-nfs-mp
Revision 1.118.2.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:29 2010 UTC (3 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.118.2.2: +7 -3
lines
Diff to previous 1.118.2.2 (colored) to branchpoint 1.118 (colored) next main 1.119 (colored)
sync with head
Revision 1.118.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:14:18 2009 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.118.2.1: +50 -25
lines
Diff to previous 1.118.2.1 (colored) to branchpoint 1.118 (colored)
sync with head.
Revision 1.118.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:45 2008 UTC (5 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.118: +3 -8
lines
Diff to previous 1.118 (colored)
sync with head.
Revision 1.118 / (download) - annotate - [select for diffs], Thu Apr 24 11:38:38 2008 UTC (5 years ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.117: +10 -6
lines
Diff to previous 1.117 (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@.