No description
Find a file
Cyrill Gorcunov a00ef142f8 Use pr_err for error printing
To follow kernel style

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-09-30 14:37:12 +04:00
include Use pr_err for error printing 2011-09-30 14:37:12 +04:00
kernel kernel: Fixups on segment loading in Elf handling 2011-09-27 15:11:52 +04:00
test test: Add anonymous shared memory test 2011-09-30 13:08:26 +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 Use pr_err for error printing 2011-09-30 14:37:12 +04:00
cr-restore.c Use pr_err for error printing 2011-09-30 14:37:12 +04:00
cr-show.c Use pr_err for error printing 2011-09-30 14:37:12 +04:00
crtools.c Use pr_err for error printing 2011-09-30 14:37:12 +04:00
elf.c Use pr_err for error printing 2011-09-30 14:37:12 +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 Use pr_err for error printing 2011-09-30 14:37:12 +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 Update to README 2011-09-30 14:25:37 +04:00
TODO Update TODO 2011-09-30 14:36:21 +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)