Module Name: src Committed By: pooka Date: Thu Dec 30 16:46:32 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/rump/librump/rumpkern/rump.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.