Re: Adding checkpointing API to Linux kernel

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Tue, 19 Jan 1999 13:35:10 +0100 (MET)


Alan Cox wrote:
> > shifted again and again. The replayer needs a table of every system call
> > and how it affects memory, and that table needs more entries every week
> > (thanks to ioctl). So I have a great demo, if you have 1.3.42 kernel
> > headers to compile it against.
>
> This is something I've been pondering - strace has the same problems - it
> does suggest their should be a single good syscall/ioctl definition somewhere

Strace should take a config file that tells it the names of the
system calls, the number of arguments, and how to print them (and when).

I tried implementing that 8-5 years ago, but got bored/distracted
before it was finished.

Roger.

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
*   Never blow in a cat's ear because if you do, usually after three or  *
*   four times, they will bite your lips!  And they don't let go for at  *
*   least a minute. -- Lisa Coburn, age 9

- 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/