No description
Find a file
Cyrill Gorcunov fa56125d16 util: Move memcopy helper into the header
Since we will need it in parasite and restorer
code rename it to inline_memcpy to avoid name
collision.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-26 18:05:32 +04:00
include util: Move memcopy helper into the header 2011-10-26 18:05:32 +04:00
kernel kernel: Drop redundant string from a patch changelog 2011-10-25 00:45:30 +04:00
test test: Make testee-threads to create thread inside thread 2011-10-23 12:43:15 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
cr-dump.c dump: Append threads to the core file 2011-10-24 23:01:42 +04:00
cr-restore.c restore: restorer is finally alive 2011-10-26 17:35:50 +04:00
cr-show.c show: Print out thread registers as well 2011-10-23 12:43:52 +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 restore: Add restorer test 2011-10-24 22:23:06 +04:00
minexec.ld.S Add minexec sources 2011-10-23 12:43:15 +04:00
minexec.S Add minexec sources 2011-10-23 12:43: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 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
rbtree.c Initial commit 2011-09-23 12:00:45 +04:00
README Update to README 2011-09-30 14:25:37 +04:00
restorer.c restore: restorer is finally alive 2011-10-26 17:35:50 +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 util: Add hex_dump helper 2011-10-26 10:10:19 +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)