Module Name: src Committed By: ozaki-r Date: Thu Nov 27 03:15:51 UTC 2014
Modified Files: src/sys/kern: uipc_mbuf.c src/sys/net: if.c if.h src/sys/rump/librump/rumpnet: net_stub.c Log Message: Pull if_drain routine out of m_reclaim It's if-specific and should be in if.c. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/kern/uipc_mbuf.c cvs rdiff -u -r1.298 -r1.299 src/sys/net/if.c cvs rdiff -u -r1.179 -r1.180 src/sys/net/if.h cvs rdiff -u -r1.18 -r1.19 src/sys/rump/librump/rumpnet/net_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.