Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: mjf-devfs
Revision 1.53.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:38 2008 UTC (5 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.53.2.3: +248 -18
lines
Diff to previous 1.53.2.3 (colored) to branchpoint 1.53 (colored) next main 1.54 (colored)
Sync with HEAD.
Revision 1.53.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:43:07 2007 UTC (5 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.53.2.2: +4 -2
lines
Diff to previous 1.53.2.2 (colored) to branchpoint 1.53 (colored)
Sync with HEAD.
Revision 1.53.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:17:10 2007 UTC (5 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.53.2.1: +14 -9
lines
Diff to previous 1.53.2.1 (colored) to branchpoint 1.53 (colored)
Sync with HEAD.
Revision 1.53.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:46:27 2007 UTC (5 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.53: +13 -4
lines
Diff to previous 1.53 (colored)
Sync with HEAD.
Revision 1.53 / (download) - annotate - [select for diffs], Thu Oct 18 15:28:35 2007 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.52: +139 -80
lines
Diff to previous 1.52 (colored)
merge yamt-x86pmap branch. - reduce differences between amd64 and i386. notably, share pmap.c between them. it makes several i386 pmap improvements available to amd64, including tlb shootdown reduction and bug fixes from Stephan Uphoff. - implement deferred pmap switching for amd64. - remove LARGEPAGES option. always use large pages if available. also, make it work on amd64.