No description
Find a file
Kir Kolyshkin 02bcb974a1 criu --help: fit to 80 columns
From where I stand, any help output that exceeds 80 columns is hardly
readable, so let's try to fit into that.

Apparently in many cases we can do that by removing some extra info
which, I guess, belongs to documentation or wiki but not to --help
output which should be just a short reference.

For this reason, this patch also removes information about environmental
variable set for external scripts -- such documentation does not belong
here.

Please review carefully to make sure I haven't thrown the baby out
with the bathwater.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-05-02 22:48:14 +04:00
arch parasite: Use struct pid on parasite_ctl 2013-04-08 17:56:48 +04:00
Documentation Fix CRTOOLS_SCRIPT_ACTION name 2013-05-02 22:48:07 +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 Don't use \Newline in pr_perror 2013-05-02 22:44:24 +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 criu --help: fit to 80 columns 2013-05-02 22:48:14 +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 Don't use \Newline in pr_perror 2013-05-02 22:44:24 +04:00
files.c Don't use \Newline in pr_perror 2013-05-02 22:44:24 +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 Makefile: mark gcov target as phony 2013-05-02 22:35:36 +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 Don't use \Newline in pr_perror 2013-05-02 22:44:24 +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 Don't use \Newline in pr_perror 2013-05-02 22:44:24 +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 Don't use \Newline in pr_perror 2013-05-02 22:44:24 +04:00
sk-tcp.c Don't use \Newline in pr_perror 2013-05-02 22:44:24 +04:00
sk-unix.c Fix typos in comments 2013-04-15 12:46:46 +04:00
sockets.c Don't use \Newline in pr_perror 2013-05-02 22:44:24 +04:00
sysctl.c sysctl: Don't forget to close fds 2013-04-05 08:23:17 +04:00
tty.c Don't use \Newline in pr_perror 2013-05-02 22:44:24 +04:00
util.c Fix CRTOOLS_SCRIPT_ACTION name 2013-05-02 22:48:07 +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)