Subject: tricky question (maybe)
To: None <tech-kern@netbsd.org>
From: Ben Eitzen <ben@eitzen.org>
List: tech-kern
Date: 11/13/2002 21:40:50
from within the kernel, would it be possible to cause an arbitrary
function in an arbitrary process execute asynchronously with arbitrary
arguments?

(and then restore the process to the proper state after this is done)

like a signal handler with a twist...

assuming that this is possible, would there be a way to do it with MI
code?

thanks in advance
Ben