Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: bouyer-xenamd64
Revision 1.254.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:02:51 2007 UTC (5 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.254: +2 -3
lines
Diff to previous 1.254 (colored) next main 1.255 (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.