No description
Find a file
Cyrill Gorcunov 6adce279e8 make: Force rebuild is headers changed
Not a clean solution yet.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Pavel Emelianov <xemul@parallels.com>
2011-12-19 15:33:30 +04:00
include restore: We should check for error returned in get_image_path 2011-12-19 15:32:27 +04:00
kernel kernel: Update kernel patches 2011-12-13 12:39:15 +04:00
test zdtm: update list of passed tests (v2) 2011-12-16 15:24:38 +04:00
.gitignore Add crtools into gitignore 2011-09-29 16:04:04 +04:00
COPYING Add COPYING file 2011-12-05 14:11:05 +04:00
cr-dump.c Dump: Add missing ending new lines to pr_perror 2011-12-10 12:49:55 +04:00
cr-restore.c restore: We should check for error returned in get_image_path 2011-12-19 15:32:27 +04:00
cr-show.c Rename 'name' member of cr_fd_desc to 'path' 2011-12-19 15:31:14 +04:00
crtools.c Rename 'name' member of cr_fd_desc to 'path' 2011-12-19 15:31:14 +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 make: Force rebuild is headers changed 2011-12-19 15:33:30 +04:00
parasite-syscall.c Rename 'name' member of cr_fd_desc to 'path' 2011-12-19 15:31:14 +04:00
parasite.c image: Shrink signal entry structure 2011-12-08 19:36:26 +04:00
parasite.lds.S Initial commit 2011-09-23 12:00:45 +04:00
README Update README 2011-12-01 11:16:37 +04:00
restorer.c PROT_WRITE isn't need for a mapping of a file with MAP_SHARED 2011-12-02 15:43: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 Make error codes returned being a negative value 2011-12-13 15:03:33 +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

The following patches are already in -mm tree

fs-proc-Make-proc_get_link-to-use-dentry
fs-proc-Introduce-the-proc-pid-map_files-directory
procfs-introduce-the-proc-pid-map_files-directory-checkpatch
sysfs-add-kernel.ns_last_pid