No description
Find a file
Cyrill Gorcunov 5fd13e04ab syscall: Add __NR_rt_sigreturn
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-24 17:17:39 +04:00
include syscall: Add __NR_rt_sigreturn 2011-10-24 17:17:39 +04:00
kernel kernel: Prepare patchset for submission 2011-10-14 14:44:37 +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 util: Move various helpers there 2011-10-24 13:43:21 +04:00
cr-restore.c restore: Use open_fmt_ro helper 2011-10-24 13:56:21 +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 Move seize related functions into seize.[ch] 2011-10-13 19:18:43 +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 dump: Add some more comments on page dumping routines 2011-10-13 16:36:50 +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
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: Make open_fmt being more general 2011-10-24 13:51:41 +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)