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-08-31criu-ns: capture controlling ttyPavel Tikhomirov
2022-06-13Fix the check for mnt namespace in criu-nsAshutosh Mehra
2022-04-29criu-ns: add a helper to hold a pid namespaceAndrei Vagin
2022-04-29criu-ns: use os.waitstatus_to_exitcode()Radostin Stoyanov
2022-04-29criu-ns: fix exit code o for criu dumpRadostin Stoyanov
2022-04-29criu-ns: make pidns init first do setsidPavel Tikhomirov
2021-10-12criu-ns: change python shebang to python3Radostin Stoyanov
2021-09-03criu-ns: add support for 'check' actionRadostin Stoyanov
2021-09-03criu-ns: add top-level conditional executionRadostin Stoyanov
2021-09-03criu-ns: update script name in help messageRadostin Stoyanov
2021-09-03scripts: run lint also on criu-nsAdrian Reber
2021-09-03criu-ns: Merge comparisons with 'in'Radostin Stoyanov
2021-09-03criu-ns: Add unsupported msg for restore-siblingRadostin Stoyanov
2021-09-03criu-ns: Handle restore-detached optionRadostin Stoyanov
2021-09-03criu-ns: Pass arguments to run_criu()Radostin Stoyanov
2021-09-03criu-ns: Close namespace fd before raiseRadostin Stoyanov
2021-09-03criu-ns: Extract set namespace functionsRadostin Stoyanov
2021-09-03criu-ns: Remove unused _umountRadostin Stoyanov
2021-09-03criu-ns: Use documentation stringsRadostin Stoyanov
2021-09-03criu-ns: Extract wait for process into a functionRadostin Stoyanov
2021-09-03criu-ns: Extract mount new /proc into a functionRadostin Stoyanov
2021-09-03criu-ns: Remove space before/after bracketRadostin Stoyanov
2021-09-03criu-ns: Convert indentation to spacesRadostin Stoyanov
2021-09-03criu-ns: Remove unreachable statementRadostin Stoyanov
2021-09-03criu-ns: Use PID 1 on restoreRadostin Stoyanov
2021-09-03criu-ns: Convert c_char_p strings to bytes objectRadostin Stoyanov
2021-09-03criu-ns: Print usage info when no args providedRadostin Stoyanov
2021-09-03criu-ns: Convert to python3 style print() syntaxRadostin Stoyanov
2021-09-03python: Replace xrange with rangeRadostin Stoyanov
2021-09-03crns.py: New attempt to have --unshare optionPavel Emelyanov