Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: nick-hppapmap
Revision 1.177.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:37:01 2009 UTC (4 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.177.2.2: +19 -5
lines
Diff to previous 1.177.2.2 (colored) to branchpoint 1.177 (colored) next main 1.178 (colored)
Sync with HEAD.
Revision 1.177.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:57 2009 UTC (4 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.177.2.1: +6 -4
lines
Diff to previous 1.177.2.1 (colored) to branchpoint 1.177 (colored)
Sync with HEAD.
Revision 1.177.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:40 2009 UTC (4 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.177: +66 -17
lines
Diff to previous 1.177 (colored)
Sync with HEAD.
Revision 1.177 / (download) - annotate - [select for diffs], Tue Oct 14 13:45:26 2008 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-5-base,
netbsd-5-0-RC1,
matt-mips64-base2,
haad-dm-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
netbsd-5
Changes since 1.176: +46 -34
lines
Diff to previous 1.176 (colored)
Accept filters: - Remove remaining #ifdef INET. - Avoid holding locks so we don't need to do KM_NOSLEEP allocations. - Use a rwlock to protect the accept filter list. - Make it safe to unload accept filter modules. - Minor KNF.