Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-nfs-mp
Revision 1.158.2.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:42 2010 UTC (2 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.2.4: +38 -22
lines
Diff to previous 1.158.2.4 (colored) to branchpoint 1.158 (colored) next main 1.159 (colored)
sync with head.
Revision 1.158.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:18 2010 UTC (3 years, 3 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.2.3: +99 -38
lines
Diff to previous 1.158.2.3 (colored) to branchpoint 1.158 (colored)
sync with head
Revision 1.158.2.3 / (download) - annotate - [select for diffs], Wed Sep 16 13:38:01 2009 UTC (3 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.2.2: +3 -10
lines
Diff to previous 1.158.2.2 (colored) to branchpoint 1.158 (colored)
sync with head
Revision 1.158.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:48 2009 UTC (4 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.2.1: +123 -162
lines
Diff to previous 1.158.2.1 (colored) to branchpoint 1.158 (colored)
sync with head.
Revision 1.158.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:26 2008 UTC (5 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158: +4 -11
lines
Diff to previous 1.158 (colored)
sync with head.
Revision 1.158 / (download) - annotate - [select for diffs], Sun Apr 27 11:37:48 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.157: +4 -4
lines
Diff to previous 1.157 (colored)
- Rename crit_enter/crit_exit to kpreempt_disable/kpreempt_enable. DragonflyBSD uses the crit names for something quite different. - Add a kpreempt_disabled function for diagnostic assertions. - Add inline versions of kpreempt_enable/kpreempt_disable for primitives. - Make some more changes for preemption safety to the x86 pmap.