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:   para
Date:           Sun Jul 23 10:55:00 UTC 2017

Modified Files:
        src/sys/dev/pci: if_iwm.c
        src/sys/net: if_ethersubr.c
        src/sys/netinet: ip_mroute.c ip_output.c

Log Message:
kmem_intr_free kmem_intr_[z]alloced memory

the underlying pools are the same but api-wise those should match


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/if_iwm.c
cvs rdiff -u -r1.242 -r1.243 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.146 -r1.147 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.282 -r1.283 src/sys/netinet/ip_output.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