No description
Find a file
Cyrill Gorcunov 7fab1b23fd kernel: Update clone-with-pid patch description
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-13 17:50:39 +04:00
include dump: Add some more comments on page dumping routines 2011-10-13 16:36:50 +04:00
kernel kernel: Update clone-with-pid patch description 2011-10-13 17:50:39 +04:00
test test: Add some basic fpu operation 2011-10-10 17:05:31 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
cr-dump.c dump: Don't poke cr fdset with open/close needlessly 2011-10-13 16:18:32 +04:00
cr-restore.c restore: Add some more comments 2011-10-13 17:31:52 +04:00
cr-show.c show: Fixup typos in printing mm data 2011-10-13 00:31:02 +04:00
crtools.c dump: Call fsync only if needed 2011-10-13 13:41:13 +04:00
elf.c elf: Don't put core structure on stack 2011-10-13 11:35:20 +04:00
gen-offsets.sh Initial commit 2011-09-23 12:00:45 +04:00
Makefile make: Fix deps for non-parasite code 2011-09-29 17:02:15 +04:00
parasite-elf.lds.S Initial commit 2011-09-23 12:00:45 +04:00
parasite-syscall.c dump: Add some more comments on page dumping routines 2011-10-13 16:36:50 +04:00
parasite.c dump: Add some more comments on page dumping routines 2011-10-13 16:36:50 +04:00
parasite.lds.S Initial commit 2011-09-23 12:00:45 +04:00
rbtree.c Initial commit 2011-09-23 12:00:45 +04:00
README Update to README 2011-09-30 14:25:37 +04:00
TODO Update TODO 2011-10-13 17:34:32 +04:00
util.c utils: Inability to open map_files/ is fatal error 2011-10-13 16:07:34 +04:00

crtools
=======

An utility to to checkpoint/restore tasks.

Some code snippets are borrowed from

 - Linux kernel (http://kernel.org/)
 - git (http://git-scm.com/)
 - kvm-tools (https://github.com/penberg/linux-kvm)
 - ptrace-parasite (https://code.google.com/p/ptrace-parasite/)

Many thanks to these projects.

Licensed under GPLv2 (http://www.gnu.org/licenses/gpl-2.0.txt)