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: 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-29cr-check: Add ptrace rseq conf dump featureAlexander Mikhalitsyn
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29criu: generate unique socket namesAndrei Vagin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03proc_parse: get a thread ID in a thread pidns from /proc/pid/statusAndrei Vagin
2021-09-03ksigset: fix a typo in ksigdelsetAndrei Vagin
2021-09-03parasite: don't block SIGTRAPAndrei Vagin
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/compel/fault-inject: Add a fault-injection for corrupting extended regsetDmitry Safonov
2021-09-03x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area()Dmitry Safonov
2021-09-03compel/test: Resolve missing includesRadostin Stoyanov
2021-09-03compel: don't mmap parasite as RWXMichał Cłapiński
2020-10-20compel: allocate the GOT table to avoid memory corruptionNicolas Viennot
2020-10-20compel: rewrite parasite cmd and args manipulation from assembly to CNicolas 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-20mips:compel: Enable mips in compel/Guoyun Sun
2020-03-27compel: Remove compel.hDmitry Safonov
2020-02-04compel/criu: Add __must_checkDmitry Safonov
2019-09-07Convert spaces to tabsRadostin Stoyanov
2019-04-21Clang: __unused is illegal varible name for newer version clangZhang Ning
2018-10-30compel -- Use unsigned long for argumentsCyrill Gorcunov
2018-10-30compel: add APIs to get stack pointersMike Rapoport
2018-10-30compel: fpu -- Add compel_fpu_feature_offset helperCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_fpu_feature_sizeCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_fpu_has_feature helperCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_test_fpu_cap helperCyrill Gorcunov
2018-10-27compel: cpu -- Add ability to clear featuresCyrill Gorcunov
2018-07-09seccomp: Use own seccomp_metadata_t typeCyrill Gorcunov
2018-07-09seccomp: compel -- Add PTRACE_SECCOMP_GET_METADATA definitionCyrill Gorcunov
2018-07-04compel/criu: Add ARCH_HAS_LONG_PAGES to PIE binariesDmitry Safonov
2018-03-02compel: Cleanup INFECT_* definitionsDmitry Safonov
2018-03-02compel/x86: Add workaround on ptrace() bug on SkylakeDmitry Safonov
2018-03-02compel: Add ctx flags to get_task_regs()Dmitry Safonov
2018-03-02compel/infect: Unite save_regs_t with save_regs() declarationDmitry Safonov
2017-05-10compel: Add more arguments to compel_wait_task()Kirill Tkhai
2017-05-10seize: Fix size error in creds_dumpable()Kirill Tkhai
2017-05-10ia32: Rename has_compat_sigreturn => compat_crDmitry Safonov
2017-04-02compel: return ptrace area helpers back to uapiStanislav Kinsburskiy
2017-04-02compel: infect -- Don't forget to fetch sas earlyCyrill Gorcunov
2017-03-15compel: Add recv fd helperPavel Emelyanov
2017-03-15compel: pass regs by pointer in get_task_regs()Dmitry Safonov
2017-03-15compel/ksigset: fix ksigaddset() UB and flushing maskDmitry Safonov
2017-03-15compel_print_on_level(): annotate with printfKir Kolyshkin