No description
Find a file
Kir Kolyshkin 354f82c3f5 crtools: rename binary to criu
"Tools" in the context of a binary name doesn't make any sense,
because every binary is a tool (lstool, dftool), plus it's one
tool.

So let's rename the beast to criu, which is short, pretty unique
and coincides with the name of the project.

Backward-compatible symlink is added for the sake of tests,
we can fix them later and remove the link.

Packagers beware: our binary is no longer crtools but criu.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-04-30 20:17:55 +04:00
arch parasite: Use struct pid on parasite_ctl 2013-04-08 17:56:48 +04:00
Documentation docs: \Tabs to \Spaces 2013-04-30 20:14:28 +04:00
include restore: change type of blk_sigset on k_rtsigset_t 2013-04-29 17:54:25 +04:00
pie restore: fix restoring signal blocking mask on arm 2013-04-29 16:36:04 +04:00
protobuf cr: Preparations for snapshot 2013-04-12 19:45:15 +04:00
scripts make: Provide mandatory options in cflags-y variable 2013-02-23 00:36:36 +04:00
test zdtm: check signal blocking mask in static/sigpending 2013-04-29 16:36:05 +04:00
.gitignore crtools: rename binary to criu 2013-04-30 20:17:55 +04:00
.mailmap repo: Add mailmap file 2012-03-25 23:31:20 +04:00
COPYING Add LGPL licence for library directory 2013-04-01 12:29:06 +04:00
cr-check.c cr-check: fix pipe fd leak 2013-04-29 16:11:32 +04:00
cr-dump.c kerndat: Introduce the storage of kernel run-time info 2013-04-15 13:02:09 +04:00
cr-exec.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
cr-restore.c restore: use a correct object core for restoring fpu 2013-04-29 18:40:39 +04:00
cr-show.c show: Show nr_pages in pagemap in decimal 2013-04-18 16:29:56 +04:00
CREDITS Add the CREDITS file 2012-07-30 13:52:37 +04:00
crtools crtools: rename binary to criu 2013-04-30 20:17:55 +04:00
crtools.c check: Introduce --ms option 2013-04-23 23:38:47 +04:00
eventfd.c Fix typos in comments 2013-04-15 12:46:46 +04:00
eventpoll.c Fix typos in comments 2013-04-15 12:46:46 +04:00
fifo.c Fix typos in comments 2013-04-15 12:46:46 +04:00
file-ids.c x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
file-lock.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
files-reg.c files: Don't dump files whose path doesn't start with / 2013-04-30 18:33:46 +04:00
files.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
fsnotify.c Fix typos in comments 2013-04-15 12:46:46 +04:00
image.c cr: Preparations for snapshot 2013-04-12 19:45:15 +04:00
ipc_ns.c img: Get rid of open_image_ro helper 2013-04-09 19:22:21 +04:00
kcmp-ids.c x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
kerndat.c mem: Treat /proc/pid/pagemap2 file as optional 2013-04-23 23:22:25 +04:00
libnetlink.c netlink: return errno from do_rtnl_req 2013-03-28 18:21:11 +04:00
log.c log: log_init -- Check for dup return code 2013-04-12 20:50:27 +04:00
Makefile crtools: rename binary to criu 2013-04-30 20:17:55 +04:00
Makefile.crtools kerndat: Introduce the storage of kernel run-time info 2013-04-15 13:02:09 +04:00
Makefile.inc Makefile.inc: restore 2013-04-29 16:06:37 +04:00
mem.c mem: Treat /proc/pid/pagemap2 file as optional 2013-04-23 23:22:25 +04:00
mount.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
namespaces.c Fix typos in comments 2013-04-15 12:46:46 +04:00
net.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
netfilter.c x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
page-pipe.c page-pipe: fixed format strings 2013-04-30 18:31:34 +04:00
page-read.c page-read: fixed format strings 2013-04-30 18:31:35 +04:00
page-xfer.c page-xfer: fixed format strings 2013-04-30 18:31:36 +04:00
parasite-syscall.c Fix typos in comments 2013-04-15 12:46:46 +04:00
pipes.c img: Get rid of open_image_ro helper 2013-04-09 19:22:21 +04:00
proc_parse.c proc_parse: double fclose in parse_fdinfo 2013-04-29 16:10:50 +04:00
protobuf.c img: Get rid of open_image_ro helper 2013-04-09 19:22:21 +04:00
pstree.c img: Get rid of open_image_ro helper 2013-04-09 19:22:21 +04:00
ptrace.c ptrace: don't call PTRACE_INTERRUPT many times 2013-04-23 20:55:20 +04:00
rbtree.c code: Fix spaced indentation where found 2012-08-11 21:36:03 +04:00
README Drop kernel patching from README 2012-01-29 16:26:36 +04:00
shmem.c shmem: Add missing \Newline into pr_info 2013-04-16 21:52:15 +04:00
signalfd.c files: pass a file descriptor on an fdinfo image instead of cr_fdset 2013-01-11 14:47:09 +04:00
sk-inet.c Fix typos in log messages 2013-04-15 12:46:25 +04:00
sk-netlink.c sk-netlink: fix overflow 2013-04-29 16:09:04 +04:00
sk-packet.c sk-packet: fix memory leak 2013-04-10 00:56:29 +04:00
sk-queue.c Fix typos in comments 2013-04-15 12:46:46 +04:00
sk-tcp.c tcp: Don't stand absense of TCP_TIMESTAMP sockoption 2013-04-30 18:39:07 +04:00
sk-unix.c Fix typos in comments 2013-04-15 12:46:46 +04:00
sockets.c check: Introduce --ms option 2013-04-23 23:38:47 +04:00
sysctl.c sysctl: Don't forget to close fds 2013-04-05 08:23:17 +04:00
tty.c Fix typos in comments 2013-04-15 12:46:46 +04:00
util.c Fix typos in comments 2013-04-15 12:46:46 +04:00
uts_ns.c img: Get rid of open_image_ro helper 2013-04-09 19:22:21 +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)