No description
Find a file
Cyrill Gorcunov 4278324dd4 Drop compiled file from repo
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-06 15:04:56 +04:00
include Add cr_options structure 2011-10-04 01:50:19 +04:00
kernel kernel: Update elf handling to not unlink thread from parent 2011-10-04 16:52:42 +04:00
test Drop compiled file from repo 2011-10-06 15:04:56 +04:00
xemul Initial commit 2011-09-23 12:00:45 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
cr-dump.c dump: Sanitize dumping message 2011-10-06 14:07:48 +04:00
cr-restore.c Add cr_options structure 2011-10-04 01:50:19 +04:00
cr-show.c Add cr_options structure 2011-10-04 01:50:19 +04:00
crtools.c Add cr_options structure 2011-10-04 01:50:19 +04:00
elf.c elf: Allow up to 1G of memory being stored on disk 2011-10-04 14:43:59 +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 Add cr_options structure 2011-10-04 01:50:19 +04:00
parasite.c parasite: Fix sign lost at error checking 2011-10-04 01:48:17 +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 todo: Process name restoration is complete 2011-10-01 20:01:34 +04:00
util.c Use pr_err for error printing 2011-09-30 14:37:12 +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)