NetBSD/sys/rump/librump/rumpnet
pooka 510a73e003 Introduce RUMP_COMPONENT. It behaves mostly like a simplified
module which is linked into the kernel and cannot be unloaded.
The main purpose is to get the proper constructors run and create
any /dev nodes necessary for said component.  Once more of the
kernel (e.g. networking stack and device drivers) are converted to
MODULE and devfs pops up from somewhere, rump components can be
retired.
2010-03-01 13:12:19 +00:00
..
opt Import pfsync support from OpenBSD 4.2 2009-09-14 10:36:48 +00:00
Makefile
Makefile.rumpnet Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +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_private.h Introduce RUMP_COMPONENT. It behaves mostly like a simplified 2010-03-01 13:12:19 +00:00
rump_net.c Introduce RUMP_COMPONENT. It behaves mostly like a simplified 2010-03-01 13:12:19 +00:00
rumpnet_if_priv.h regen 2009-10-20 23:29:39 +00:00
rumpnet_if_wrappers.c regen 2009-10-20 23:29:39 +00:00
rumpnet.ifspec add shmif_create 2009-10-20 23:28:50 +00:00