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-29kerndat: check whether the openat2 syscall is supportedPavel Tikhomirov
2022-04-29compel: fix GCC 12 failure (out of bounds)Adrian Reber
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03compel/log: Provide %u specifier parsingDmitry Safonov
2021-09-03compel/log: Stop parsing at unknown format specifierDmitry Safonov
2020-10-20compel: rewrite parasite cmd and args manipulation from assembly to CNicolas Viennot
2020-10-20mips:compel: Enable mips in compel/Guoyun Sun
2020-02-04kerndat: detect if system support clone3() with set_tidAdrian Reber
2020-02-04build: Remove SRCARCHDmitry Safonov
2020-02-04compel/criu: Add __must_checkDmitry Safonov
2019-09-07inotify: cleanup auxiliary events from queuePavel Tikhomirov
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-07make: Move CR_NOGLIBC into CFLAGS_PIEDmitry Safonov
2019-09-07build: Move __ASSEMBLY__ define to the top MakefileDmitry Safonov
2019-04-21Do not install .gitignoreKir Kolyshkin
2019-04-21Replace references to MAP_ANON with MAP_ANONYMOUSRadostin Stoyanov
2018-07-04compel/criu: Add ARCH_HAS_LONG_PAGES to PIE binariesDmitry Safonov
2018-05-17pie/log: print space after timestampAndrei Vagin
2018-05-17compel/log: increase a max line lengthAndrey Vagin
2018-05-12compel: std_vprint_num returns a null-terminated stringJoel Nider
2017-12-19syscall: fix arguments for preadv()Andrei Vagin
2017-08-09s390: Move -msoft-float/-fno-optimize-sibling-calls into compel MakefilesMichael Holzheu
2017-04-02compel: make plugins .a archivesKir Kolyshkin
2017-04-02compel/plugins/Makefile: clean upKir Kolyshkin
2017-03-15compel: Add fds plugin (v2)Pavel Emelyanov
2017-03-15compel plugins uapi: rename includesKir Kolyshkin
2017-03-15compel/plugins: simplify #includesKir Kolyshkin
2017-03-15compel/plugin-std.h: include log.hKir Kolyshkin
2017-03-15compel Makefiles: simplify headers [un]installKir Kolyshkin
2017-03-15compel: nuke compel_main()Kir Kolyshkin
2017-03-15compel: fix uninstallKir Kolyshkin
2017-03-15Makefiles: nuke $(SRC_DIR)Kir Kolyshkin
2017-03-15compel std: rename printing functionsKir Kolyshkin
2017-03-15compel std_printf: annotate with printfKir Kolyshkin
2017-03-15compel/uapi: add prefix to log levelsKir Kolyshkin
2017-03-15compel: Move memcpy/memcpy/etc stuff inKir Kolyshkin
2017-03-15Makefile: add AddressSanitizer to CFLAGSAndrey Ryabinin
2017-03-15compel: Define __sys_err-s for scm stuffKirill Tkhai
2017-03-15Makefiles: rm -I compel/plugins... from cflagsKir Kolyshkin
2017-03-15compel: kill self-unmap in parasiteDmitry Safonov
2017-03-15compel: plugins -- Merge fds plugin into stdCyrill Gorcunov
2017-03-15compel: Add installationCyrill Gorcunov
2017-03-15compel: Prepare to ship common headers into compelCyrill Gorcunov
2017-03-15compel: plugins,fds -- Don't include log.hCyrill Gorcunov
2017-03-15compel: plugins,std -- Move in infect codeCyrill Gorcunov
2017-03-15compel: plugins,std -- Move in log engine from criu pieCyrill Gorcunov
2017-03-15criu: pie,log -- Prepate to move into compel std pluginCyrill Gorcunov
2017-03-15scm: Unweave fds messCyrill Gorcunov