No description
Find a file
Cyrill Gorcunov a896bfd628 dump: Add some more comments on page dumping routines
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-13 16:36:50 +04:00
include dump: Add some more comments on page dumping routines 2011-10-13 16:36:50 +04:00
kernel kernel: Add patch description for /proc/$pid/stat addition 2011-10-13 16:23:12 +04:00
test test: Add some basic fpu operation 2011-10-10 17:05:31 +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: Don't poke cr fdset with open/close needlessly 2011-10-13 16:18:32 +04:00
cr-restore.c Rename execute_image to prepare_and_execute_image 2011-10-13 15:46:04 +04:00
cr-show.c show: Fixup typos in printing mm data 2011-10-13 00:31:02 +04:00
crtools.c dump: Call fsync only if needed 2011-10-13 13:41:13 +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 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 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
TODO todo: Process name restoration is complete 2011-10-01 20:01:34 +04:00
util.c utils: Inability to open map_files/ is fatal error 2011-10-13 16:07:34 +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)