Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: ktrace-lwp
Revision 1.87.2.7 / (download) - annotate - [select for diffs], Sun Dec 11 10:29:12 2005 UTC (7 years, 6 months ago) by christos
Branch: ktrace-lwp
Changes since 1.87.2.6: +18 -2
lines
Diff to previous 1.87.2.6 (colored) next main 1.88 (colored)
Sync with head.
Revision 1.87.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:09:45 2005 UTC (7 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87.2.5: +226 -163
lines
Diff to previous 1.87.2.5 (colored)
Sync with HEAD. Here we go again...
Revision 1.87.2.5 / (download) - annotate - [select for diffs], Fri Apr 1 14:30:56 2005 UTC (8 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87.2.4: +6 -7
lines
Diff to previous 1.87.2.4 (colored)
Sync with HEAD.
Revision 1.87.2.4 / (download) - annotate - [select for diffs], Mon Jan 17 19:32:25 2005 UTC (8 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87.2.3: +238 -70
lines
Diff to previous 1.87.2.3 (colored)
Sync with HEAD.
Revision 1.87.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:35:12 2004 UTC (8 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87.2.2: +2 -2
lines
Diff to previous 1.87.2.2 (colored)
Fix the sync with head I botched.
Revision 1.87.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:53:03 2004 UTC (8 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87.2.1: +0 -0
lines
Diff to previous 1.87.2.1 (colored)
Sync with HEAD.
Revision 1.87.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:55 2004 UTC (8 years, 10 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.87: +292 -209
lines
Diff to previous 1.87 (colored)
Sync with HEAD
Revision 1.87 / (download) - annotate - [select for diffs], Wed Apr 9 18:22:13 2003 UTC (10 years, 2 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.86: +42 -20
lines
Diff to previous 1.86 (colored)
Add the ability for pool caches to cache the physical address of objects. Clients of the pool_cache API must consistently use the "paddr" variants or not, otherwise behavior is undefined. Enable this on Alpha, ARM, MIPS, and x86. Other platforms must define POOL_VTOPHYS() in the appropriate manner in order to enable the feature. Part 1 of a series of simple patches contributed by Wasabi Systems to improve network performance.