Module Name: src Committed By: pooka Date: Sat Aug 25 18:00:06 UTC 2012
Modified Files: src/lib/librumphijack: Makefile hijack.c hijackdlsym.c src/lib/librumpuser: rumpuser.c rumpuser_port.h Log Message: Make librumphijack compile and work on Linux. Do not try to hijack calls which are not supported on Linux and therefore cannot be handled by the rump kernel side syscall emulation (not that they'd be present in the calling binaries anyway). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/librumphijack/Makefile cvs rdiff -u -r1.95 -r1.96 src/lib/librumphijack/hijack.c cvs rdiff -u -r1.2 -r1.3 src/lib/librumphijack/hijackdlsym.c cvs rdiff -u -r1.18 -r1.19 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_port.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.