No description
Find a file
Cyrill Gorcunov e793eb7557 cleanup: Drop unneeded sources
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-11-13 13:00:32 +04:00
include cleanup: Drop unneeded sources 2011-11-13 13:00:32 +04:00
kernel kernel: Add patches needed 2011-11-08 17:53:17 +04:00
test restore: Add threads restoration 2011-11-12 19:26:40 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
cr-dump.c dump: Add missing newline in error message 2011-11-09 13:00:12 +04:00
cr-restore.c restore: Handle process tree correctly 2011-11-13 12:57:16 +04:00
cr-show.c restore: Add threads restoration 2011-11-12 19:26:40 +04:00
crtools.c crtools: Use memzero_p 2011-10-23 12:30:42 +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 cleanup: Drop unneeded sources 2011-11-13 13:00:32 +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 util: Move memcopy helper into the header 2011-10-26 18:05:32 +04:00
parasite.lds.S Initial commit 2011-09-23 12:00:45 +04:00
README Update kernel area 2011-11-08 15:16:06 +04:00
restorer.c restore: Add threads restoration 2011-11-12 19:26:40 +04:00
seize.c Move seize related functions into seize.[ch] 2011-10-13 19:18:43 +04:00
TODO dump: Dump threads params as well 2011-10-23 12:43:52 +04:00
util.c Move vma prot setup into parsing helper 2011-11-08 13:54:01 +04:00

crtools
=======

An utility 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)

Kernel patching
===============

To have crtools up and running either 

1) use patches from kernel/ directory
2) or clone git://github.com/cyrillos/linux-2.6.git
   and switch to branch "crtools".

It's based on Linux

 | commit 1ea6b8f48918282bdca0b32a34095504ee65bab5
 | Author: Linus Torvalds <torvalds@linux-foundation.org>
 | Date:   Mon Nov 7 16:16:02 2011 -0800
 |
 |   Linux 3.2-rc1