Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: wrstuden-revivesa
Revision 1.272.2.2 / (download) - annotate - [select for diffs], Fri Oct 10 22:35:43 2008 UTC (4 years, 8 months ago) by skrll
Branch: wrstuden-revivesa
Changes since 1.272.2.1: +9 -6
lines
Diff to previous 1.272.2.1 (colored) to branchpoint 1.272 (colored) next main 1.273 (colored)
Sync with HEAD.
Revision 1.272.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:37:01 2008 UTC (4 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.272: +31 -17
lines
Diff to previous 1.272 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.272 / (download) - annotate - [select for diffs], Mon May 5 17:11:17 2008 UTC (5 years, 1 month 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.