Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



Module Name:    src
Committed By:   christos
Date:           Thu Aug 19 20:58:24 UTC 2004

Modified Files:
        src/sys/net: bpf.c bpf.h if_faith.c if_gif.c if_gre.c if_ieee1394subr.c
            if_loop.c if_sl.c if_stf.c if_strip.c if_tun.c

Log Message:
Factor out the hand-crafting of mbufs from the interface files. Reviewed by
gimpy. XXX: I could have used bpf_mtap2 on some of the new functions, but I
chose not to, because I just wanted to do what amounts to a code move.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/net/bpf.c
cvs rdiff -r1.40 -r1.41 src/sys/net/bpf.h
cvs rdiff -r1.27 -r1.28 src/sys/net/if_faith.c
cvs rdiff -r1.45 -r1.46 src/sys/net/if_gif.c
cvs rdiff -r1.51 -r1.52 src/sys/net/if_gre.c
cvs rdiff -r1.25 -r1.26 src/sys/net/if_ieee1394subr.c
cvs rdiff -r1.50 -r1.51 src/sys/net/if_loop.c
cvs rdiff -r1.85 -r1.86 src/sys/net/if_sl.c
cvs rdiff -r1.39 -r1.40 src/sys/net/if_stf.c
cvs rdiff -r1.52 -r1.53 src/sys/net/if_strip.c
cvs rdiff -r1.71 -r1.72 src/sys/net/if_tun.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index