DragonFly BSD
DragonFly users List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Trigger checkpointing from within the application


From: Michael Neumann <mneumann@xxxxxxxx>
Date: Tue, 23 Nov 2004 19:52:06 +0100

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 \



Regards,


Michael



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]