Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: peter-altq
Revision 1.116.6.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:41 2006 UTC (6 years, 11 months ago) by tron
Branch: peter-altq
Changes since 1.116: +13 -12
lines
Diff to previous 1.116 (colored) next main 1.117 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.116 / (download) - annotate - [select for diffs], Wed Mar 1 12:38:21 2006 UTC (7 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Changes since 1.115: +5 -7
lines
Diff to previous 1.115 (colored)
merge yamt-uio_vmspace branch. - use vmspace rather than proc or lwp where appropriate. the latter is more natural to specify an address space. (and less likely to be abused for random purposes.) - fix a swdmover race.