No description
Find a file
Cyrill Gorcunov a49ac47f90 test: Add anonymous shared memory into testee
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-09-24 21:11:23 +04:00
include Initial commit 2011-09-23 12:00:45 +04:00
kernel kernel: Don't foget to load %gs index 2011-09-23 16:18:43 +04:00
xemul Initial commit 2011-09-23 12:00:45 +04:00
.gitignore Initial commit 2011-09-23 12:00:45 +04:00
cr-dump.c Initial commit 2011-09-23 12:00:45 +04:00
cr-restore.c Initial commit 2011-09-23 12:00:45 +04:00
cr-show.c Initial commit 2011-09-23 12:00:45 +04:00
crtools.c Initial commit 2011-09-23 12:00:45 +04:00
elf.c Initial commit 2011-09-23 12:00:45 +04:00
gen-offsets.sh Initial commit 2011-09-23 12:00:45 +04:00
Makefile Initial commit 2011-09-23 12:00:45 +04:00
parasite-elf.lds.S Initial commit 2011-09-23 12:00:45 +04:00
parasite-syscall.c Initial commit 2011-09-23 12:00:45 +04:00
parasite.c Initial commit 2011-09-23 12:00:45 +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 Initial commit 2011-09-23 12:00:45 +04:00
testee-static.c Initial commit 2011-09-23 12:00:45 +04:00
testee-threads.c Initial commit 2011-09-23 12:00:45 +04:00
testee-unlinked.c Initial commit 2011-09-23 12:00:45 +04:00
testee.c test: Add anonymous shared memory into testee 2011-09-24 21:11:23 +04:00
util.c Print pgoff in VMA dump as well 2011-09-23 16:17:24 +04:00

crtools
=======

An utility to to checkpoint/restore tasks. 

Some code is borrowed from

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

Many thanks to these projects.

Licensed under GPLv2