Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-10criu: Version 3.10v3.10Andrei Vagin
2018-07-10travis: fix building on s390xAdrian Reber
2018-07-10zdtm: open notify file descriptors in a binary modeAndrei Vagin
2018-07-09Fix building unlink_fstat00 unlink test caseAdrian Reber
2018-07-09travis/docker-test: use make to install criuAndrei Vagin
2018-07-09zdtm: check that pid-reuse does not break iterative memory dumpPavel Tikhomirov
2018-07-09mem: Fix typo in detect_pid_reuseCyrill Gorcunov
2018-07-09compel, x86_64: Fix sys_clone() definitionKirill Tkhai
2018-07-09Allow criu page-server to work over ipv6.Pawel Stradomski
2018-07-09remote: Fix incorrect handling of `port` optionRadostin Stoyanov
2018-07-09zdtm/lib: don't close bad criu_status_in file descriptor in signal handlerMike Rapoport
2018-07-09test: make zdtm.py python2/python3 compatibleAndrei Vagin
2018-07-09zdtm/socket-ext: clean up test filesAndrei Vagin
2018-07-09check/servise: use cached kdat values for features checkMike Rapoport
2018-07-09zdtm: show a process tree if a test doesn't show signs of lifeAndrei Vagin
2018-07-09criu: fix leaks detected by coverity scanPavel Tikhomirov
2018-07-09seccomp: Use own seccomp_metadata_t typeCyrill Gorcunov
2018-07-09seccomp: Don't exit from __export_restore_threadCyrill Gorcunov
2018-07-09seccomp: Fix building issue on recent kernelsCyrill Gorcunov
2018-07-09seccomp: Fix typo in collect_filtersCyrill Gorcunov
2018-07-09seccomp: Move changed ptrace flags setup after credsCyrill Gorcunov
2018-07-09seccomp: Don't lookup for pidns in restore_seccompCyrill Gorcunov
2018-07-09seccomp: Fix nits in collect_filterCyrill Gorcunov
2018-07-09seccomp: test, seccomp_filter_threads -- Use multiple threadsCyrill Gorcunov
2018-07-09seccomp: Dont forget to suspend filtering on threadsCyrill Gorcunov
2018-07-09seccomp: test -- Add seccomp_filter_threadsCyrill Gorcunov
2018-07-09seccomp: Add engine to checkpoint per-thread seccomp chainsCyrill Gorcunov
2018-07-09seccomp: Add engine to restore per-thread seccomp chainsCyrill Gorcunov
2018-07-09seccomp: Fetch seccomp flags if kernel providesCyrill Gorcunov
2018-07-09seccomp: Move seccomp_info into seccomp.hCyrill Gorcunov
2018-07-09seccomp: Define log prefixCyrill Gorcunov
2018-07-09seccomp: compel -- Add PTRACE_SECCOMP_GET_METADATA definitionCyrill Gorcunov
2018-07-09zdtm/lib: add pre-dump-notify test flagPavel Tikhomirov
2018-07-09memory: don't use parent memdump if detected possible pid reusePavel Tikhomirov
2018-07-09inventory: add a helper to get entry of parent pre-dumpPavel Tikhomirov
2018-07-09inventory: save uptime to know when dump had happenedPavel Tikhomirov
2018-07-09parse: add a helper to obtain an uptimePavel Tikhomirov
2018-07-09Add information about --ps-socket to usage information in crtools.cPawel Stradomski
2018-07-09Add --ps-socket option to Documentation/criu.txtPaweł Stradomski
2018-07-09Allow passing ps-socket file descriptor when launching criu.Pawel Stradomski
2018-07-09unix: test, sk-unix01 -- Fix data sending for be machinesCyrill Gorcunov
2018-07-09README.md correct travis linksDaniel Black
2018-07-09net: veth -- Don't force to create master peer index if no nsidCyrill Gorcunov
2018-07-09tests: others,rpc -- Tune up headerCyrill Gorcunov
2018-07-09lib/c: add missing criu_local_set_service_binary signatureRonny Chevalier
2018-07-09lib/c: add const qualifier to criu_set_service_binaryRonny Chevalier
2018-07-09scripts/systemd-autofs-restart.sh: fix variable nameAdrian Reber
2018-07-09zdtm.py: ignore unicode encode errorsPavel Tikhomirov
2018-07-09unix: test -- Add sk-unix01 testCyrill Gorcunov
2018-07-09unix: Improve debug message when collecting socketCyrill Gorcunov