NetBSD/sys/rump/librump/rumpnet
pooka f731c31fa4 Use a bunch of weak symbols to determine which network components
are present.  This works in userspace as opposed relying in link
sets, which fail miserably.  Later, when the networking stack
becomes modularized, we can move to a dynamic scheme like with file
systems.

Also, this change allows us to do proper autoconfig, namely attach
the loopback interface iff it is present.
2009-05-28 00:02:16 +00:00
..
opt Support IPv6 in rump. I'd have liked to introduce a netinet6 2009-05-26 23:43:39 +00:00
Makefile
Makefile.rumpnet include rtsock_50.c 2009-01-23 19:34:37 +00:00
net_stub.c Add a few stubs to allow to compile - i'll have to sort these out later. 2009-01-23 21:57:35 +00:00
netisr.c Support IPv6 in rump. I'd have liked to introduce a netinet6 2009-05-26 23:43:39 +00:00
rump_net.c Use a bunch of weak symbols to determine which network components 2009-05-28 00:02:16 +00:00
rump_net_private.h Use a bunch of weak symbols to determine which network components 2009-05-28 00:02:16 +00:00