No description
Find a file
Cyrill Gorcunov b8638a70ee Update README
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-11-30 01:11:00 +04:00
include dump: Drop VMA_DUMP_ALL flag 2011-11-25 18:39:58 +04:00
kernel kernel: Update patch series 2011-11-25 18:35:54 +04:00
test test: Add trivial vDSO test 2011-11-29 16:37:43 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
cr-dump.c dump: Add -k (kill dumped) option 2011-11-22 22:09:28 +04:00
cr-restore.c util: Add K/M/G bytes helpers 2011-11-24 15:07:03 +04:00
cr-show.c crtools: Show 6 page va-s per line in [Pages] section 2011-11-21 20:33:55 +04:00
crtools.c dump: Add -k (kill dumped) option 2011-11-22 22:09:28 +04:00
gen-offsets.sh Initial commit 2011-09-23 12:00:45 +04:00
INTERNALS docs: Add internals details 2011-11-22 16:48:57 +04:00
Makefile cleanup: Drop elf references 2011-11-13 13:07:00 +04:00
parasite-syscall.c dump: Use absolute paths for page dump file 2011-11-23 13:10:37 +04:00
parasite.c dump: Drop VMA_DUMP_ALL flag 2011-11-25 18:39:58 +04:00
parasite.lds.S Initial commit 2011-09-23 12:00:45 +04:00
README Update README 2011-11-30 01:11:00 +04:00
restorer.c dump,restore: Dump and restore vDSO area from userspace 2011-11-29 16:39:48 +04:00
seize.c Move seize related functions into seize.[ch] 2011-10-13 19:18:43 +04:00
TODO Update TODO 2011-11-22 14:36:00 +04:00
util.c dump,restore: Dump and restore vDSO area from userspace 2011-11-29 16:39:48 +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". Note these patches
   are guaranteed to be up to date only with major
   release of crtool. If you're testing development
   version -- make sure you're applying series from
   kernel/ directory.

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