Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: pooka
Date: Fri Feb 20 17:56:36 UTC 2009
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Instead of linking rump system call entry points directly to the
backend, perform all calls through a syscall table. This makes it
possible to make system calls to non-local rump kernels.
(requires a bit support code. it's written but quite messy currently)
To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index