Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   bouyer
Date:           Tue May 13 19:36:16 UTC 2014

Modified Files:
        src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
        src/sys/net: if_ethersubr.c if_loop.c if_vlan.c
        src/sys/netinet: ip_carp.c

Log Message:
Make sure *(if_output)() is called with KERNEL_LOCK held.
Add some KASSERT for this.
See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
for details.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.196 -r1.197 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.76 -r1.77 src/sys/net/if_loop.c
cvs rdiff -u -r1.69 -r1.70 src/sys/net/if_vlan.c
cvs rdiff -u -r1.53 -r1.54 src/sys/netinet/ip_carp.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