No description
Find a file
Pavel Emelyanov 69b3ebd002 vma: Remove FDINFO_MAP fd type
The regfile's ID of a VMA is stored in its shmid field. And the
file itself if sumped into regfiles.img image with 'special'-ly
generated ID (i.e. -- just allocate a new unique one).

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-04-09 12:57:38 +04:00
Documentation docs: Add 'check' option description 2012-03-02 14:23:45 +04:00
include vma: Remove FDINFO_MAP fd type 2012-04-09 12:57:38 +04:00
test zdtm: add a new test case to check that all data can be restored 2012-04-05 20:53:27 +04:00
tools tools: Update commit bot 2012-02-07 18:37:03 +04:00
.gitignore Update .gitignore 2012-01-19 22:00:11 +04:00
.mailmap repo: Add mailmap file 2012-03-25 23:31:20 +04:00
COPYING Add COPYING file 2011-12-05 14:11:05 +04:00
cr-check.c check: We need CAP_SYS_RESOURCE granted to perform testing 2012-04-05 21:32:40 +04:00
cr-dump.c vma: Remove FDINFO_MAP fd type 2012-04-09 12:57:38 +04:00
cr-restore.c restore: optimize restorer_get_vma_hint 2012-04-09 10:31:00 +04:00
cr-show.c vma: Remove FDINFO_MAP fd type 2012-04-09 12:57:38 +04:00
crtools.c pipe: save all pipe data in a separate file 2012-04-05 21:23:57 +04:00
file-ids.c vma: Remove FDINFO_MAP fd type 2012-04-09 12:57:38 +04:00
files.c vma: Remove FDINFO_MAP fd type 2012-04-09 12:57:38 +04:00
gen-offsets.sh gen-offsets.sh: error out if something goes wrong 2012-03-02 12:12:17 +04:00
ipc_ns.c show: Introduce ->show callback for fdset 2012-03-27 12:01:14 +04:00
libnetlink.c log: log-engine slight redesign 2012-03-02 01:05:43 +04:00
log.c log: Specify logfile mode when creating one 2012-03-28 00:48:13 +04:00
Makefile make: Fix dependency generation 2012-04-06 21:46:49 +04:00
Makefile.inc make: Eliminate deps build on no-deps targets in zdtm 2012-01-25 19:14:39 +04:00
namespaces.c show: Introduce ->show callback for fdset 2012-03-27 12:01:14 +04:00
parasite-syscall.c cr-dump: fix double free 2012-04-06 21:29:02 +04:00
parasite.c parasite: Don't lseek on image files 2012-04-05 15:46:05 +04:00
parasite.lds.S parasite, restorer: Cleanup ld scripts 2012-04-02 22:43:22 +04:00
pipes.c pipes.c: fix English in a comment 2012-04-06 21:30:09 +04:00
proc_parse.c mm: move shmid to vma_entry (v2) 2012-03-21 10:56:31 +04:00
ptrace.c log: log-engine slight redesign 2012-03-02 01:05:43 +04:00
rbtree.c Add rbtree helpers 2012-02-28 19:13:47 +04:00
README Drop kernel patching from README 2012-01-29 16:26:36 +04:00
restorer-log.c restorer: Cleanup - drop always_inline attribute from write_ helpers 2012-04-02 22:45:14 +04:00
restorer.c rst: Don't seek core file for magic 2012-04-05 15:44:44 +04:00
restorer.lds.S parasite, restorer: Cleanup ld scripts 2012-04-02 22:43:22 +04:00
sockets.c usk: The INFLIGHT flag is no longer used 2012-04-06 21:43:19 +04:00
sysctl.c show: Use pr_msg for showing contents on console 2012-03-02 11:12:59 +04:00
util-net.c util-net: Itroduce send_fds/recv_fds routines 2012-03-29 15:14:23 +04:00
util.c img: Hide image dir fd into util.c 2012-04-06 21:39:10 +04:00
uts_ns.c show: Introduce ->show callback for fdset 2012-03-27 12:01:14 +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)