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-15breakpoint: enable breakpoints by default on amd64 and arm64fu.lin
2022-08-15breakpoint: implement hw breakpoint for arm64 platformfu.lin
2022-08-15compel: switch breakpoint functions to non-inline at arm64 platformfu.lin
2022-04-29compel: add helpers to get/set instruction pointerAlexander Mikhalitsyn
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
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
2020-10-20compel: rewrite parasite cmd and args manipulation from assembly to CNicolas Viennot
2020-03-27compel: Remove compel.hDmitry Safonov
2020-02-04compel: Mark compat argument of __NR() as usedDmitry Safonov
2019-04-21ia32: Add compatible sigmask to sigframeDmitry Safonov
2019-04-21Fix gcc9 build failuresJeff Law
2019-04-21ppc64/aarch64: Export __page_{shift, size} in libcompelDmitry Safonov
2018-10-30compel: add APIs to get stack pointersMike Rapoport
2018-10-30compel: Shrink cpuinfo fetchingCyrill Gorcunov
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-03-02compel: Add ctx flags to get_task_regs()Dmitry Safonov
2017-12-12compel: add missing header required by muslPierre-Olivier Mercier
2017-10-22aarch64: copy the sigcontext structure from the kernel headersAndrei Vagin
2017-08-09compel/aarch64: glibc renamed ucontext to ucontext_tAdrian Reber
2017-04-02compel: make plugins .a archivesKir Kolyshkin
2017-04-02compel: infect -- Don't forget to fetch sas earlyCyrill Gorcunov
2017-03-15compel: pass regs by pointer in get_task_regs()Dmitry Safonov
2017-03-15compel: Move memcpy/memcpy/etc stuff inKir Kolyshkin
2017-03-15compel: add compel_ prefix to cpu_has_featureKir Kolyshkin
2017-03-15compel_syscall(): make ret argument signedKir Kolyshkin
2017-03-15uapi/compel/criu: move auxv_t, tls_t back to CRIUDmitry Safonov
2017-03-15compel: Save and restore regs inside compel by defaultCyrill Gorcunov
2017-03-15compel: Split cpu.h heander into uapi and priv partsPavel Emelyanov
2017-03-15compel: Drop common/page.h from UAPI headersPavel Emelyanov
2017-03-15compel: plugins,std -- Move in infect codeCyrill Gorcunov
2017-03-15compel: Prepare to hide parasite_thread_ctlPavel Emelyanov
2017-03-15compel: Add lds scripts for PIE codeCyrill Gorcunov
2017-03-15compel: Move in parasite engineCyrill Gorcunov
2017-03-15compel: Move sigframe code into compelCyrill Gorcunov
2017-03-15compel: Move fpu.h into itCyrill Gorcunov
2017-03-15compel: Move cpu interface to compelCyrill Gorcunov
2017-03-15compel: Add callback-based log engineCyrill Gorcunov
2017-03-15infect: Move breakpoints management into infectPavel Emelyanov
2017-03-15infect: Remove parasite-syscall.h from infectPavel Emelyanov
2017-03-15compel: Create symlink into arch dir inside uapi headersCyrill Gorcunov
2017-03-14compel: plugins,std -- Implement syscalls in std pluginCyrill Gorcunov
2017-03-14compel: plugins,std -- Add syscall-types.h headerCyrill Gorcunov