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-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03check: add a feature test for apparmor_stackingTycho Andersen
2021-09-03lsm: support checkpoint/restore of stacked apparmor profilesTycho Andersen
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2021-09-03bug: add __builtin_unreachable in BUG_ON_HANDLERAndrei Vagin
2021-09-03x86/asm: fix compile error in bitops.hanatasluo
2021-09-03lock: disable clang_analyzer for the LOCK_BUG_ON() macroAdrian Reber
2020-10-20x86/asm: update test_bit() and test_and_set_bit()Mike Rapoport
2020-10-20mips:compel/arch/mips: Add architecture support to compel tool and librariesGuoyun Sun
2020-03-27compel: Remove compel.hDmitry Safonov
2020-02-04compel/criu: Add __must_checkDmitry Safonov
2019-09-07arm: Provide aeabi helpers in ARM formatDmitry Safonov
2019-09-07Convert spaces to tabsRadostin Stoyanov
2019-04-21list: Drop unused __list_for_eachRadostin Stoyanov
2018-10-30compiler: Add NELEMS_AS_ARRAY helperCyrill Gorcunov
2018-10-30compiler: Add FIELD_SIZEOF helperCyrill Gorcunov
2018-07-09bitops: use a gcc builtin function instead of our __ffsAndrei Vagin
2018-07-09bitops: use the UL literal for constantsAndrei Vagin
2018-07-09arch, ppc64: Add missing atomic_dec_and_test helperCyrill Gorcunov
2018-07-04ppc64/aarch64: Dynamically define PAGE_SIZEDmitry Safonov
2018-07-04compel/criu: Add ARCH_HAS_LONG_PAGES to PIE binariesDmitry Safonov
2018-03-02utils: Introduce SWAP() helper to exchange two variablesKirill Tkhai
2017-08-09s390: Replace flogr instruction with __builtin_clzl()Michael Holzheu
2017-08-09s390:compel/arch/s390: Add architecture support to compel tool and librariesMichael Holzheu
2017-03-15x86/asm: move user code selector values to commonDmitry Safonov
2017-03-15compel: Include compel headers as system onesCyrill Gorcunov
2017-03-14compel: criu -- Start using uapi/std syscalls stubsCyrill Gorcunov
2017-02-06files: Fix test and set endianess problemKirill Tkhai
2017-02-06files: Implement {set,clear,wait}_fds_event()Kirill Tkhai
2017-02-06bits: Add test_and_set_bit()Kirill Tkhai
2017-02-06locks: Mask futexes alignedKirill Tkhai
2017-02-06common: lock -- Sync function proto with syscallsCyrill Gorcunov
2017-02-06headers: Move lock.h into include/common/Cyrill Gorcunov
2017-02-06util: zero msghdr structuresAndrei Vagin
2017-02-06Drop prefix from own memcpy/memset/memcmpKir Kolyshkin
2017-02-03scm: Allow to pass flags argument to recv_fds()Kirill Tkhai
2017-02-03scm: Return sensible error codes in recv_fds()Kirill Tkhai
2016-12-12files: Rework send/recv-fds to be more genericPavel Emelyanov
2016-12-12scm: Unweave fds messCyrill Gorcunov
2016-12-12compel: plugins,fds -- Unify prototypesCyrill Gorcunov
2016-12-12scm: common -- Hide struct fd_opts argumentCyrill Gorcunov
2016-12-12scm: scm_fdset_init -- Drop unused @with_flags argumentCyrill Gorcunov
2016-12-12scm: Move scm_fdset structure into include/commonPavel Emelyanov
2016-12-12scm: Compile out opts managementPavel Emelyanov
2016-12-12scm: Define __memcpyPavel Emelyanov
2016-12-12scm: Move fd-sending core code AS IS into include/common/Pavel Emelyanov
2016-11-21headers: Switch to common linkage.hCyrill Gorcunov