No description
Find a file
Cyrill Gorcunov d6eab944e3 Move logging functions to log.c
Instead of keeping all unrelated to
C/R procedure helpers in util.c move
logging related helpers to log.c.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
2011-12-19 18:52:50 +04:00
include Move logging functions to log.c 2011-12-19 18:52:50 +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 Move logging functions to log.c 2011-12-19 18:52:50 +04:00
cr-show.c Rename 'name' member of cr_fd_desc to 'path' 2011-12-19 15:31:14 +04:00
crtools.c Move logging functions to log.c 2011-12-19 18:52:50 +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
log.c Move logging functions to log.c 2011-12-19 18:52:50 +04:00
Makefile Move logging functions to log.c 2011-12-19 18:52:50 +04:00
parasite-syscall.c Rename 'name' member of cr_fd_desc to 'path' 2011-12-19 15:31:14 +04:00
parasite.c parasite: Make max size for path being PATH_MAX 2011-12-19 15:34:37 +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 Move logging functions to log.c 2011-12-19 18:52:50 +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