Module Name: src Committed By: pooka Date: Wed Dec 8 18:06:43 UTC 2010
Modified Files: src/sys/rump/net: Makefile.rumpnetcomp src/sys/rump/net/lib/libnet: Makefile component.c Added Files: src/sys/rump/net/lib/libbridge: Makefile component.c shlib_version Log Message: Actually, unlike e.g. carp, bridge can be its own component since it doesn't want to join the protosw party. We can deal with other linkhappy stuff with weak symbols. (where is our modular networking stack?) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/Makefile.rumpnetcomp cvs rdiff -u -r0 -r1.1 src/sys/rump/net/lib/libbridge/Makefile \ src/sys/rump/net/lib/libbridge/component.c \ src/sys/rump/net/lib/libbridge/shlib_version cvs rdiff -u -r1.9 -r1.10 src/sys/rump/net/lib/libnet/Makefile cvs rdiff -u -r1.6 -r1.7 src/sys/rump/net/lib/libnet/component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.