mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
An idea is to align restorer size to be sure it wont be stripped in a middle of code. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> |
||
|---|---|---|
| include | ||
| kernel | ||
| test | ||
| .gitignore | ||
| cr-dump.c | ||
| cr-restore.c | ||
| cr-show.c | ||
| crtools.c | ||
| elf.c | ||
| gen-offsets.sh | ||
| Makefile | ||
| minexec.ld.S | ||
| minexec.S | ||
| parasite-elf.lds.S | ||
| parasite-syscall.c | ||
| parasite.c | ||
| parasite.lds.S | ||
| rbtree.c | ||
| README | ||
| restorer.c | ||
| seize.c | ||
| TODO | ||
| util.c | ||
crtools ======= An utility to 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)