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-10-02compel: Add APIs to facilitate testingYounes Manton
2022-08-15compel: clear a breakpoint right after it's been triggeredAndrei Vagin
2022-08-15compel: set TRACESYSGOOD to distinguish breakpoints from syscallsAndrei Vagin
2022-07-02infect: add SIGTSTP supportYuriy Vasiliev
2022-04-29compel: add helpers to get/set instruction pointerAlexander Mikhalitsyn
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29criu: generate unique socket namesAndrei Vagin
2022-04-29style: delete some redundant codejiang wei
2022-04-29compel: fix parasite with GCC 12Adrian Reber
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03parasite: don't block SIGTRAPAndrei Vagin
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2021-09-03Revert "compel: add -ffreestanding to force gcc not to use builtin memcpy, me...Dmitry Safonov
2021-09-03compel: Provide compel_set_task_ext_regs()Dmitry Safonov
2021-09-03compel: Store extended registers set in the thread contextDmitry Safonov
2021-09-03x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area()Dmitry Safonov
2021-09-03compel/handle-elf: override unexpected precalculated addressesPavel Tikhomirov
2021-09-03infect: initialize struct to avoid CLANG_WARNINGAdrian Reber
2021-09-03compel: don't mmap parasite as RWXMichał Cłapiński
2020-10-20compel: Calculate sh_addr if not provided by linkerWojciech Marczenko
2020-10-20compel/infect: Don't adjust stack/args alignmentDmitry Safonov
2020-10-20compel: allocate the GOT table to avoid memory corruptionNicolas Viennot
2020-10-20compel: x86 parasite_service entry point simplificationNicolas Viennot
2020-10-20compel: rewrite parasite cmd and args manipulation from assembly to CNicolas Viennot
2020-10-20compel: stop rounding up the parasite blob size and args region to PAGE_SIZENicolas Viennot
2020-10-20compel: remove "addr_" from offset variable namesNicolas Viennot
2020-10-20compel: pass the parasite_blob_desc to compel_relocs_apply()Nicolas Viennot
2020-10-20compel: add error message for COMMON symbolsNicolas Viennot
2020-10-20mips:compel: Enable mips in compel/Guoyun Sun
2020-04-25criu: put statement continuation on the same line as the closing bracketPavel Tikhomirov
2020-03-27compel: Remove compel.hDmitry Safonov
2020-02-04compel: add -ffreestanding to force gcc not to use builtin memcpy, memsetAlexander Mikhalitsyn
2020-02-04compel/infect: Detach but fail compel_resume_task()Dmitry Safonov
2020-02-04lib/infect: Check if compel succeed in executing munmapDmitry Safonov
2020-02-04compel: Mark compat argument of __NR() as usedDmitry Safonov
2020-02-04compel/infect: Warn if close() failed on memfdDmitry Safonov
2020-02-04lib/ptrace: Be more elaborate about failuresDmitry Safonov
2020-02-04lib/ptrace: Allow PTRACE_PEEKDATA with errno != 0Dmitry Safonov
2019-09-07compel: fix clang 'value stored is never read'Adrian Reber
2019-04-21ia32: Add compatible sigmask to sigframeDmitry Safonov
2019-04-21Android NDK: UNIX_PATH_MAX is defined in un.hZhang Ning
2019-04-21compel: Provide piegen_opt_t in libraryDmitry Safonov
2018-10-30log: add line breaks to pr_warnPavel Tikhomirov
2018-10-30compel -- Use unsigned long for argumentsCyrill Gorcunov
2018-10-30compel: add APIs to get stack pointersMike Rapoport
2018-07-04compel/criu: Add ARCH_HAS_LONG_PAGES to PIE binariesDmitry Safonov
2018-03-02compel: Add ctx flags to get_task_regs()Dmitry Safonov
2017-11-30compel: use a correct name format for vma files in /proc/pid/map_files/Andrei Vagin
2017-10-22compel: Add R_X86_64{,_REX}_GOTPCRELX relocsDmitry Safonov