No description
Find a file
Pavel Emelyanov 5e593e9b57 proc: Sanitize mountinfo parsing
Make the proc_mountinfo obtaned after parse form a single linked list.
That's much easier to handle and doesn't have an artificial limitation
of 64 items...

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-05-13 08:34:16 +04:00
Documentation docs: Add -s option 2012-05-03 16:21:15 +04:00
include proc: Sanitize mountinfo parsing 2012-05-13 08:34:16 +04:00
test zdtm.sh: check that a pid is valid 2012-05-12 16:25:39 +04:00
tools tools: Update commit bot 2012-02-07 18:37:03 +04:00
.gitignore gitignore: Add syscall generated files 2012-04-28 16:35:40 +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 tcp: Add code for "check"-ing TCP repair support 2012-05-03 15:21:37 +04:00
cr-dump.c Use /proc/pid/smaps for VMA parsing v2 2012-05-11 17:41:05 +04:00
cr-restore.c Use /proc/pid/smaps for VMA parsing v2 2012-05-11 17:41:05 +04:00
cr-show.c inotify: Add checkpoint/restore v2 2012-05-04 14:00:45 +04:00
crtools.c mnt: Preparations for mountpoints dumping 2012-05-12 03:30:10 +04:00
eventfd.c restore: Move type from file_desc to file_desc_ops 2012-05-04 15:41:05 +04:00
eventpoll.c eventpoll, inotify: Don't fail on watchees absence 2012-05-12 16:23:33 +04:00
file-ids.c kcmp: Introduce generic object ID generator 2012-04-09 18:01:18 +04:00
files.c files: Print error if fcntl failed 2012-05-10 14:12:55 +04:00
gen-offsets.sh make: Generate offsets from linked files only 2012-04-18 18:22:15 +04:00
inotify.c eventpoll, inotify: Don't fail on watchees absence 2012-05-12 16:23:33 +04:00
ipc_ns.c show: Introduce ->show callback for fdset 2012-03-27 12:01:14 +04:00
kcmp-ids.c Replace printf format "0x%x" with "%#x" 2012-04-24 15:20:24 +04:00
libnetlink.c log: log-engine slight redesign 2012-03-02 01:05:43 +04:00
log.c crtools: make to be able to split messages by pid 2012-05-04 16:22:04 +04:00
Makefile inotify: Add checkpoint/restore v2 2012-05-04 14:00:45 +04:00
Makefile.inc make: Eliminate deps build on no-deps targets in zdtm 2012-01-25 19:14:39 +04:00
Makefile.pie make: Split generation of %.bin and %.bin.o into two rules 2012-04-19 12:12:06 +04:00
Makefile.syscall make: Fix typo in Makefile.syscall 2012-04-19 12:11:08 +04:00
mount.c proc: Sanitize mountinfo parsing 2012-05-13 08:34:16 +04:00
namespaces.c namespaces: include namespaces.h 2012-05-15 13:35:36 +04:00
netfilter.c net: Add code for locking a tcp connection with netfilter 2012-04-28 17:59:21 +04:00
parasite-head-x86-64.S parasite: Move bootstrap code into parasite-head-x86-64.S 2012-04-18 18:22:52 +04:00
parasite-syscall.c dump: Collect more stats about pages being dumped 2012-05-03 15:37:58 +04:00
parasite.c dump: Stop using mincore and switch to /proc/pid/pagemap 2012-05-03 16:10:04 +04:00
pie.lds.S make: Generate offsets from linked files only 2012-04-18 18:22:15 +04:00
pipes.c log: fix log messages 2012-05-04 16:24:39 +04:00
proc_parse.c proc: Sanitize mountinfo parsing 2012-05-13 08:34:16 +04:00
ptrace.c Helper for si_code event extraction. 2012-04-25 21:35:40 +04:00
rbtree.c fown: Fix compilation for older distros 2012-04-25 21:36:43 +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 restorer: Drop setup_mm_special 2012-04-26 00:56:00 +04:00
shmem.c log: remove pid from messages 2012-05-04 16:24:20 +04:00
sk-inet.c sockopt: Add basic options dump/restore 2012-05-10 14:29:57 +04:00
sk-queue.c sockets: Move packet queue handling into sk-queue.h 2012-04-23 14:23:40 +04:00
sk-tcp.c tcp: Add code for "check"-ing TCP repair support 2012-05-03 15:21:37 +04:00
sk-unix.c sockets: Print error message on unexpected socket state 2012-05-11 17:39:45 +04:00
sockets.c sockopt: Add basic options dump/restore 2012-05-10 14:29:57 +04:00
syscall-common-x86-64.S syscalls: Complete redesign v9 2012-04-18 18:23:19 +04:00
syscalls-x86-64.sh syscalls: Complete redesign v9 2012-04-18 18:23: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: Make send/recv fds carry fd flags in message 2012-04-10 18:36:13 +04:00
util.c anon: Factor out checking for anon inode link types 2012-05-04 14:22:18 +04:00
uts_ns.c utsns: use pr_msg for showing content 2012-05-15 13:35:55 +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)