Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: vmlocking2
Revision 1.137.2.7 / (download) - annotate - [select for diffs], Mon Dec 31 16:25:02 2007 UTC (5 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.6: +5 -3
lines
Diff to previous 1.137.2.6 (colored) to branchpoint 1.137 (colored) next main 1.138 (colored)
Make pool_cache_disable work again.
Revision 1.137.2.6 / (download) - annotate - [select for diffs], Fri Dec 28 15:06:20 2007 UTC (5 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.5: +14 -10
lines
Diff to previous 1.137.2.5 (colored) to branchpoint 1.137 (colored)
pool_cache_put_slow: fill cc_previous if empty. Pointed out by yamt@.
Revision 1.137.2.5 / (download) - annotate - [select for diffs], Wed Dec 26 21:39:42 2007 UTC (5 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.4: +204 -36
lines
Diff to previous 1.137.2.4 (colored) to branchpoint 1.137 (colored)
Sync with head.
Revision 1.137.2.4 / (download) - annotate - [select for diffs], Wed Dec 26 17:55:57 2007 UTC (5 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.3: +3 -2
lines
Diff to previous 1.137.2.3 (colored) to branchpoint 1.137 (colored)
Need sys/atomic.h here.
Revision 1.137.2.3 / (download) - annotate - [select for diffs], Sat Dec 15 02:22:22 2007 UTC (5 years, 6 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.2: +43 -33
lines
Diff to previous 1.137.2.2 (colored) to branchpoint 1.137 (colored)
Sort list of pools/caches to make easier them easier to find.
Revision 1.137.2.2 / (download) - annotate - [select for diffs], Wed Dec 12 22:03:31 2007 UTC (5 years, 6 months ago) by ad
Branch: vmlocking2
Changes since 1.137.2.1: +14 -7
lines
Diff to previous 1.137.2.1 (colored) to branchpoint 1.137 (colored)
Add a global 'pool_cache_disable', to be set from the debugger. Helpful when tracking down leaks.
Revision 1.137.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:46 2007 UTC (5 years, 6 months ago) by ad
Branch: vmlocking2
Changes since 1.137: +18 -4
lines
Diff to previous 1.137 (colored)
Sync with head.
Revision 1.137 / (download) - annotate - [select for diffs], Sun Nov 18 16:27:43 2007 UTC (5 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: vmlocking2-base1,
vmlocking-nbase,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2
Changes since 1.136: +22 -28
lines
Diff to previous 1.136 (colored)
Work around issues with pool_cache on sparc.