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
2019-09-11criu: Version 3.13v3.13Pavel Emelyanov
2019-09-07py: Fix tabs in code commentsRadostin Stoyanov
2019-09-07pyimages: Add pb2dict.py to checked and fix warnings/errorsPavel Emelyanov
2019-09-07test/others: Reuse setup_swrk()Radostin Stoyanov
2019-09-07test/other: Resolve Py3 compatibility issuesRadostin Stoyanov
2019-09-07py: Reformat everything into pep8 styleAndrei Vagin
2019-09-07zdtm: make inotify04 require restorePavel Tikhomirov
2019-09-07travis: add podman test caseAdrian Reber
2019-09-07README: fix broken links to github.com/xemul/criuSebastiaan van Stijn
2019-09-07Replace references to github.com/xemul/criuSebastiaan van Stijn
2019-09-07kerndat: remove unused codeAndrei Vagin
2019-09-07kerndat: mark functions as static which are used in kerndat.c onlyAndrei Vagin
2019-09-07vdso: Correctly track vdso position without vvarDmitry Safonov
2019-09-07test: bring the lo interface up in each network namespaceAndrei Vagin
2019-09-07zdtm/inotify: add a test that no unexpected events appear after c/rPavel Tikhomirov
2019-09-07inotify: cleanup auxiliary events from queuePavel Tikhomirov
2019-09-07restorer: Use gettimeofday() from rt-vdso for log timingsDmitry Safonov
2019-09-07vdso: Add compatible property to vdso_mapsDmitry Safonov
2019-09-07seccomp/restorer: Disable gtod from vdso in strict modeDmitry Safonov
2019-09-07restorer/parasite-vdso: Don't move vvar if failed to move vdsoDmitry Safonov
2019-09-07vdso/restorer: Always track vdso/vvar positions in vdso_maps_rtDmitry Safonov
2019-09-07vdso/restorer: Try best to preserve vdso during restoreDmitry Safonov
2019-09-07compel/std/uapi: Provide setter for gettimeofday()Dmitry Safonov
2019-09-07compel/log: Use enum as parameter for std_log_set_loglevel()Dmitry Safonov
2019-09-07pb2dict: Disable undefined name 'basestring'Radostin Stoyanov
2019-09-07scripts: Install flake8 with dnf in FedoraRadostin Stoyanov
2019-09-07scripts: Set PYTHON=python3 in Fedora DockerfilesRadostin Stoyanov
2019-09-07scripts: Remove yaml/ipaddress Py2 fedora modulesRadostin Stoyanov
2019-09-07mount: fix inconsistent return and goto err alternationPavel Tikhomirov
2019-09-07scripts: remove python2 from Fedora DockerfilesAdrian Reber
2019-09-07scripts: add possibility to override docker with podmanAdrian Reber
2019-09-07images: convert type of child_subreaper from int32 to boolAndrei Vagin
2019-09-07restorer: print errors if prctl syscalls failedAndrei Vagin
2019-09-07make: Insert version macros in criu.hRadostin Stoyanov
2019-09-07mem/shmem: Fix typos for_each_shmem macroCyrill Gorcunov
2019-09-07mem/shmem: Use xmalloc in collect_sysv_shmemCyrill Gorcunov
2019-09-07mem/shmem: More elegant entries declarationCyrill Gorcunov
2019-09-07mem/shmem: Use xrealloc_safe in expand_shmemCyrill Gorcunov
2019-09-07mem/page-pipe: Use xrealloc_safe in page_pipe_add_holeCyrill Gorcunov
2019-09-07mem/pmc: Print pid for debug sakeCyrill Gorcunov
2019-09-07mem/pmc: Use pr_warn_once if cache is disabledCyrill Gorcunov
2019-09-07mem/page-xfer: Add log prefixCyrill Gorcunov
2019-09-07mem/vma: Sanitize struct vm_area_listCyrill Gorcunov
2019-09-07mem/vma: Drop never used VM_AREA_LIST macroCyrill Gorcunov
2019-09-07mem/vma: Use vm_area_list_init where appropriateCyrill Gorcunov
2019-09-07mem/vma: Use memset for vm_area_list_initCyrill Gorcunov
2019-09-07mem/page-pipe: Use ssize_t for splice/tee resultsCyrill Gorcunov
2019-09-07mem/page-pipe: Align members for readability sakeCyrill Gorcunov
2019-09-07mem/page-pipe: create_page_pipe -- Drop redundant zero assignmentCyrill Gorcunov
2019-09-07mem/page-pipe: Eliminate redundant pipe_off setupCyrill Gorcunov