Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: mjf-devfs
Revision 1.254.4.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:07:08 2008 UTC (5 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.254.4.3: +5 -4
lines
Diff to previous 1.254.4.3 (colored) to branchpoint 1.254 (colored) next main 1.255 (colored)
Sync with HEAD.
Revision 1.254.4.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:29 2007 UTC (5 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.254.4.2: +33 -13
lines
Diff to previous 1.254.4.2 (colored) to branchpoint 1.254 (colored)
Sync with HEAD.
Revision 1.254.4.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:21:13 2007 UTC (5 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.254.4.1: +11 -8
lines
Diff to previous 1.254.4.1 (colored) to branchpoint 1.254 (colored)
Sync with HEAD.
Revision 1.254.4.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:49:10 2007 UTC (5 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.254: +2 -3
lines
Diff to previous 1.254 (colored)
Sync with HEAD.
Revision 1.254 / (download) - annotate - [select for diffs], Tue Oct 2 20:35:04 2007 UTC (5 years, 7 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
jmcneill-base
Branch point for: mjf-devfs,
bouyer-xenamd64
Changes since 1.253: +2 -28
lines
Diff to previous 1.253 (colored)
Delete the unused second argument to ip_stripoptions(), move it closer to its single caller in if_eon.c, try to move fewer bytes by moving the IP header forward instead of moving the tail of the mbuf backward, and use m_adj(9) instead of fiddling directly with mbuf data members.