Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: simonb-wapbl
Revision 1.167.2.2 / (download) - annotate - [select for diffs], Mon Jul 28 14:37:36 2008 UTC (4 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.167.2.1: +5 -7
lines
Diff to previous 1.167.2.1 (colored) to branchpoint 1.167 (colored) next main 1.168 (colored)
Sync with head.
Revision 1.167.2.1 / (download) - annotate - [select for diffs], Wed Jun 18 16:33:35 2008 UTC (5 years ago) by simonb
Branch: simonb-wapbl
Changes since 1.167: +4 -2
lines
Diff to previous 1.167 (colored)
Sync with head.
Revision 1.167 / (download) - annotate - [select for diffs], Wed May 28 21:01:42 2008 UTC (5 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3
Branch point for: simonb-wapbl
Changes since 1.166: +4 -3
lines
Diff to previous 1.166 (colored)
Disable zero copy if MULTIPROCESSOR, until it is fixed: - The TLB coherency overhead on MP systems is really expensive. - It triggers a race in the VM system (grep kpause uvm/*).