mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
When creating zombies we must wait for them to appear to test that we do support zombies, but not some transient state. But the thing is that we cannot use wait() or any other synchronous call here, thus we have to suck and use sleep(1) :( Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> |
||
|---|---|---|
| Documentation | ||
| include | ||
| test | ||
| tools | ||
| .gitignore | ||
| COPYING | ||
| cr-dump.c | ||
| cr-restore.c | ||
| cr-show.c | ||
| crtools.c | ||
| files.c | ||
| gen-offsets.sh | ||
| ipc_ns.c | ||
| libnetlink.c | ||
| log.c | ||
| Makefile | ||
| Makefile.inc | ||
| namespaces.c | ||
| parasite-syscall.c | ||
| parasite.c | ||
| parasite.lds.S | ||
| proc_parse.c | ||
| ptrace.c | ||
| README | ||
| restorer-log.c | ||
| restorer.c | ||
| restorer.lds.S | ||
| sockets.c | ||
| util-net.c | ||
| util.c | ||
| uts_ns.c | ||
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)