Add the checkpt module to the system tree. Currently this may only be
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Oct 2003 04:48:42 +0000 (04:48 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Oct 2003 04:48:42 +0000 (04:48 +0000)
commit01e9268618f48997db800dd944c4ce48c92ec334
tree596d4a445487a03d5b6927e9162ca197982f2b57
parent5a5c6af60503a0877cc9f775ad9269b2681a36d0
Add the checkpt module to the system tree.  Currently this may only be
loaded as a module, not configured into the kernel directly.
sys/checkpt/Makefile [new file with mode: 0644]
sys/checkpt/checkpt.c [new file with mode: 0644]
sys/checkpt/checkpt.h [new file with mode: 0644]
sys/checkpt/support.c [new file with mode: 0644]