Re: Adding checkpointing API to Linux kernel

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Tue, 19 Jan 1999 20:47:41 +0100 (CET)


On Tue, 19 Jan 1999, Andy Glew wrote:

> So, back to where we started: is there a kernel syscall interposition
> driver for LINUX? Another respondent implied that there might be.

yes, it's called ptrace(), debugging tools like gdb or strace use it
extensively. There is another solution that is used by the iBCS2
kernel-module, a separate system call entry. So you can 'proxy' a system
call in an arbitrary way.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/