NetBSD/sys/rump/librump
pooka 9b98cb6805 Requery syscall handlers during rump kernel init. This fixes
syscalls provided by a rump faction such as rumpvfs when the library
is not linked into the binary, but is dlopen()'d before calling
rump_init().
(it is illegal to dlopen() a faction after rump_init(), but syscalls
maybe be added the usual way with modules)

rump_server(1) -lstuff works now.
2010-12-30 16:46:32 +00:00
..
rumpdev Move FLAWLESSCALL from rump_dev_private.h into rump_private.h 2010-06-13 16:49:01 +00:00
rumpkern Requery syscall handlers during rump kernel init. This fixes 2010-12-30 16:46:32 +00:00
rumpnet Refetch netisr function pointers with dlsym(). This gives the 2010-12-30 16:19:39 +00:00
rumpvfs Don't loop eternally if uiomove() fails eternally (e.g. because 2010-12-18 11:45:09 +00:00
Makefile rumpcrypto should never have been its own faction, so finally make 2010-12-05 20:11:21 +00:00
Makefile.inc Default to using threads. This doesn't affect the normal release build. 2009-02-17 16:01:15 +00:00
makerumpif.sh Print generated filenames so i remember which ones to commit. 2010-09-01 19:32:11 +00:00