Module Name: src Committed By: pooka Date: Thu Mar 7 18:49:13 UTC 2013
Modified Files: src/sys/rump/librump/rumpkern: lwproc.c rumpkern.ifspec Log Message: Support multiple syscall emuls. Rump kernels with only local clients have it easy, since they have to support at most two syscall vectors (some calls such as mount/unmount can be made only through the "native" NetBSD vector). Remote clients are a whole different tin of green beans. This change addresses local clients only. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/rump/librump/rumpkern/lwproc.c cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpkern/rumpkern.ifspec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.