Module Name: src Committed By: ozaki-r Date: Tue Dec 2 04:43:36 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: Revert "Pull if_drain routine out of m_reclaim" The commit broke dlopen()'d rumpnet on platforms where ld.so does not override weak aliases (e.g. musl, Solaris, potentially OS X, ...). Requested by pooka@. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/kern/uipc_mbuf.c cvs rdiff -u -r1.302 -r1.303 src/sys/net/if.c cvs rdiff -u -r1.182 -r1.183 src/sys/net/if.h cvs rdiff -u -r1.19 -r1.20 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.