mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
I store them on _entry since sids can only be inherited or set to current's pid. Thus the best we can do it restore sids at fork time, thus save them in the image we use to fork. Maybe when we submit patches that will give us ability to set arbitrary pgid and sid we'll change this, but this is in the future. Signed-off-by: Pavel Emelyanov <xemul@parallels.com> |
||
|---|---|---|
| Documentation | ||
| include | ||
| test | ||
| tools | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| cr-check.c | ||
| cr-dump.c | ||
| cr-restore.c | ||
| cr-show.c | ||
| crtools.c | ||
| file-ids.c | ||
| files.c | ||
| gen-offsets.sh | ||
| ipc_ns.c | ||
| kcmp-ids.c | ||
| libnetlink.c | ||
| log.c | ||
| Makefile | ||
| Makefile.inc | ||
| namespaces.c | ||
| parasite-syscall.c | ||
| parasite.c | ||
| parasite.lds.S | ||
| pipes.c | ||
| proc_parse.c | ||
| ptrace.c | ||
| rbtree.c | ||
| README | ||
| restorer-log.c | ||
| restorer.c | ||
| restorer.lds.S | ||
| sockets.c | ||
| sysctl.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)