Add the 'checkpt' utility to support the process checkpoint module. This
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Oct 2003 04:46:14 +0000 (04:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Oct 2003 04:46:14 +0000 (04:46 +0000)
commitf904255f847b25b4c6a8b794369da02aa7c32414
treecc298cb1b829ada5a21f7882ea2e6540f005be19
parent0028cad91d01782bf3f8efc517275d58a6ae0dce
Add the 'checkpt' utility to support the process checkpoint module.  This
originated from Kip Macy with cleanups and modifications by Matt Dillon.

Note: currently i386-specific.  The system calls have not been integrated
into libc yet.

Submitted-by: Kip Macy <kmacy@fsmware.com>
usr.bin/checkpt/DEFS.h [new file with mode: 0644]
usr.bin/checkpt/Makefile [new file with mode: 0644]
usr.bin/checkpt/call.h [new file with mode: 0644]
usr.bin/checkpt/checkpt.1 [new file with mode: 0644]
usr.bin/checkpt/checkpt.c [new file with mode: 0644]
usr.bin/checkpt/freeze.S [new file with mode: 0644]