Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: haad-dm
Revision 1.272.6.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:27 2008 UTC (4 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.272.6.1: +3 -2
lines
Diff to previous 1.272.6.1 (colored) to branchpoint 1.272 (colored) next main 1.273 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.272.6.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:46 2008 UTC (4 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.272: +38 -21
lines
Diff to previous 1.272 (colored)
Sync with HEAD.
Revision 1.272 / (download) - annotate - [select for diffs], Mon May 5 17:11:17 2008 UTC (5 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
haad-dm
Changes since 1.271: +6 -6
lines
Diff to previous 1.271 (colored)
- Convert hashinit() to use kmem_alloc(). The hash tables can be large and it's better to not have them in kmem_map. - Convert a couple of minor items along the way to kmem_alloc(). - Fix some memory leaks.