Trigger checkpointing from within the application
Eirik Nygaard
eirikn at kerneled.com
Tue Nov 23 11:07:13 PST 2004
On Tue, Nov 23, 2004 at 07:52:06PM +0100, Michael Neumann wrote:
> Matthew Dillon wrote:
> > HEAD now has the checkpointing code fully integrated, including syscall
> > and signal support, and manual pages which describe its operation.
> >
> > See sys_checkpoint(2) and checkpt(1) for details.
> >
> > NOTE: A full buildworld and buildkernel is required because these
> > commits
> > have added a new system call. An Incremental build will not work,
> > sorry.
>
> I guess, you forgot this one:
>
> --- /usr/src/lib/libc/sys/Makefile.inc.old 2004-11-23
> 19:48:14.000000000 +0100
> +++ /usr/src/lib/libc/sys/Makefile.inc 2004-11-23 19:48:30.000000000 +0100
> @@ -81,7 +81,7 @@
> MAN+= _exit.2 accept.2 access.2 acct.2 adjtime.2 \
> aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
> aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
> - bind.2 brk.2 checkpoint.2 chdir.2 chflags.2 \
> + bind.2 brk.2 sys_checkpoint.2 chdir.2 chflags.2 \
> chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
> connect.2 dup.2 execve.2 \
> fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \
Commited, thanks!
--
Eirik Nygaard
More information about the Users
mailing list