Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-pdpolicy
Revision 1.112.2.6 / (download) - annotate - [select for diffs], Sun Sep 3 15:25:22 2006 UTC (6 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112.2.5: +62 -35
lines
Diff to previous 1.112.2.5 (colored) to branchpoint 1.112 (colored) next main 1.113 (colored)
sync with head.
Revision 1.112.2.5 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:46 2006 UTC (6 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112.2.4: +4 -4
lines
Diff to previous 1.112.2.4 (colored) to branchpoint 1.112 (colored)
sync with head
Revision 1.112.2.4 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:57 2006 UTC (6 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112.2.3: +127 -137
lines
Diff to previous 1.112.2.3 (colored) to branchpoint 1.112 (colored)
sync with head.
Revision 1.112.2.3 / (download) - annotate - [select for diffs], Wed May 24 10:58:41 2006 UTC (7 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112.2.2: +20 -5
lines
Diff to previous 1.112.2.2 (colored) to branchpoint 1.112 (colored)
sync with head.
Revision 1.112.2.2 / (download) - annotate - [select for diffs], Tue Apr 11 11:55:47 2006 UTC (7 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112.2.1: +2 -3
lines
Diff to previous 1.112.2.1 (colored) to branchpoint 1.112 (colored)
sync with head
Revision 1.112.2.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:40 2006 UTC (7 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.112: +49 -59
lines
Diff to previous 1.112 (colored)
sync with head.
Revision 1.112 / (download) - annotate - [select for diffs], Fri Feb 24 11:46:20 2006 UTC (7 years, 2 months ago) by bjh21
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Changes since 1.111: +34 -32
lines
Diff to previous 1.111 (colored)
Medium-sized overhaul of POOL_SUBPAGE support so that: 1: I can understand it, and 2: It works. Notable externally-visible changes are that POOL_SUBPAGE now has to be a compile-time constant, and that trying to initialise a pool whose objects are larger than POOL_SUBPAGE automatically generates a pool that doesn't use subpages. NetBSD/acorn26 now boots multi-user again.