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
2022-09-15seize: do not overwrite exit code from failpathLiu Hua
2022-07-02infect: add SIGTSTP supportYuriy Vasiliev
2022-04-29seize: restore cgroup freezer to right stateLiu Hua
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03proc_parse: get a thread ID in a thread pidns from /proc/pid/statusAndrei Vagin
2020-03-27criu: Remove compel.h includesDmitry Safonov
2020-03-27seize: support cgroup v2 freezerAdrian Reber
2020-03-27seize: factor out opening and writing the freezer stateAdrian Reber
2020-03-27seize: prepare for cgroupv2 freezerAdrian Reber
2020-02-04style: Enforce kernel style -Wstrict-prototypesNicolas Viennot
2020-02-04compel/criu: Add __must_checkDmitry Safonov
2019-09-07seize: fix coverity RESOURCE_LEAKAdrian Reber
2018-10-30Fix typosRadostin Stoyanov
2018-07-09seccomp: Add engine to checkpoint per-thread seccomp chainsCyrill Gorcunov
2018-03-02Fix typosRadostin Stoyanov
2017-10-17criu: threads -- Allow uids/gids being differentCyrill Gorcunov
2017-05-10compel: Add more arguments to compel_wait_task()Kirill Tkhai
2017-05-10seize: Fix size error in creds_dumpable()Kirill Tkhai
2017-03-15compel: Rename compel_unseize_task into _resume_Pavel Emelyanov
2017-03-15compel: Handier API for stopping tasks for infectionPavel Emelyanov
2017-03-15compel: Move in parasite engineCyrill Gorcunov
2017-03-15infect: Move unseize_task() into infect.cPavel Emelyanov
2017-03-15infect: Move seize_wait_task -> compel_wait_taskPavel Emelyanov
2017-03-15infect: Move seize_catch_task -> compel_stop_taskPavel Emelyanov
2017-03-15seize: Make seize_wait_task() parse task status via callbackPavel Emelyanov
2017-03-15seize: Split proc_status_creds into piecesPavel Emelyanov
2017-02-03pstree: Make pstree_item::pid pointer and move virt and node to arrayKirill Tkhai
2017-02-03pstree: Link pid and pstree_itemKirill Tkhai
2016-11-12open_proc: don't print error twiceKir Kolyshkin
2016-11-03common: Move compiler.h intoCyrill Gorcunov
2016-10-24log: Swap contents of criu-log and log headersPavel Emelyanov
2016-10-24Hide asm/int.h from srourcesPavel Emelyanov
2016-10-24Hide asm/types.h from sourcesPavel Emelyanov
2016-10-24freeze -- Wait for exiting tasks to completeCyrill Gorcunov
2016-10-13seize: Simplify processes_to_wait calcPavel Emelyanov
2016-10-13seize: Simplify creds checkersPavel Emelyanov
2016-09-06seize: collect_pstree -- Add missing error sign returnCyrill Gorcunov
2016-08-11criu/*c: fix typosKir Kolyshkin
2016-08-08seize: Wait the freezer to complete before processing tagsCyrill Gorcunov
2016-08-08seize: Take --timeout option into account when freezing processesCyrill Gorcunov
2016-08-01seize: fix memory corruptionAndrew Vagin
2016-08-01seize: don't leak a file descriptorAndrew Vagin
2016-08-01dump: when freezing fails, log unfrozen task stacksTycho Andersen
2016-06-28dump: Allocate root_item before run pre-dump scriptsKirill Tkhai
2016-05-27image.h: Remove its inclusion from wherever possiblePavel Emelyanov
2016-05-27pstree: move state from pstree_item to pidAndrew Vagin
2016-04-01criu: use strsignal to describe kill reasonDmitry Safonov
2016-03-21criu: seize -- Don't left dangling @processes_to_wait_pids pointerCyrill Gorcunov
2016-03-21criu: pstree_switch_state -- Fix nil deref on error pathCyrill Gorcunov
2016-02-29dump: don't call rollback actions from a signal handlerAndrew Vagin