Module Name: src Committed By: pooka Date: Wed Oct 27 20:34:50 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: rumpkern.ifspec Removed Files: src/sys/rump/librump/rumpkern: sysproxy_socket.c Log Message: Retire the old sysproxy nonsense (as part of doing it slightly better). Introduce rump_pub_syscall() as the generic interface for making system calls with already marshalled arguments. So it's kinda like syscall(2), except it also remembered to breathe instead of having to figure out how to deal with 64bit values. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/rumpkern.ifspec cvs rdiff -u -r1.9 -r0 src/sys/rump/librump/rumpkern/sysproxy_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.