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
path: root/criu
AgeCommit message (Expand)Author
2017-04-02x86/32: don't unmap vdso_rt after redirecting calls thereDmitry Safonov
2017-04-02x86/32: rectify compatible jump trampolinesDmitry Safonov
2017-04-02vdso: remove per-arch declaration for vdso_redirect_callsDmitry Safonov
2017-04-02mem: Use long for memory sizeCyrill Gorcunov
2017-04-02sk-inet: Add support for shutdown'ed UDP/UDPlite socketsCyrill Gorcunov
2017-04-02fsnotify: skip non-direcory mountsPavel Tikhomirov
2017-03-27mount: don't dump content for external mountsAndrei Vagin
2017-03-27mount: don't collect mounts when they are not requiredAndrei Vagin
2017-03-15restorer: unblock only SIGCHLD previously blocked in criuDmitry Safonov
2017-03-15compel: nuke compel_main()Kir Kolyshkin
2017-03-15Makefiles: protect from % rules, don't rebuildKir Kolyshkin
2017-03-15Makefiles: remove @trueKir Kolyshkin
2017-03-15Makefiles: get rid of extra includesKir Kolyshkin
2017-03-15Makefiles: nuke $(SRC_DIR)Kir Kolyshkin
2017-03-15criu Makefiles: rm old compel leftoversKir Kolyshkin
2017-03-15fault/vdso/restorer: add force-injection of trampolinesDmitry Safonov
2017-03-15restorer/fault: add fault-injection into restorerDmitry Safonov
2017-03-15vdso: move VMAs traverse cycle in vdso_proxify()Dmitry Safonov
2017-03-15vdso: drop excessive parameter who from vdso_proxifyDmitry Safonov
2017-03-15vdso: correct remap messagesDmitry Safonov
2017-03-15x86/vdso: add ia32 vdso symbolsDmitry Safonov
2017-03-15ia32/vdso: pretify helper for mmaping 32bit vDSODmitry Safonov
2017-03-15criu/include/util.h: rm unused macroKir Kolyshkin
2017-03-15compel: arch, x86 -- Add support of FPU restore in ia32 compat modeCyrill Gorcunov
2017-03-15criu: arch, x86 -- Don't require alignment on compat frameCyrill Gorcunov
2017-03-15criu: arch,x86 -- Drop native ia32 piecesCyrill Gorcunov
2017-03-15Remove criu exec codePavel Emelyanov
2017-03-15criu: Kill syscall-types.h headerPavel Emelyanov
2017-03-15compel: Move memcpy/memcpy/etc stuff inKir Kolyshkin
2017-03-15Sanitize TASK_ valuesKir Kolyshkin
2017-03-15compel: add compel_ prefix to cpu_has_featureKir Kolyshkin
2017-03-15compel: split sanitize ptrace.hKir Kolyshkin
2017-03-15restorer: Workaround ASan false-positives after clone().Andrey Ryabinin
2017-03-15Makefile: add AddressSanitizer to CFLAGSAndrey Ryabinin
2017-03-15x86/compat: clean symlinks left from second parasiteDmitry Safonov
2017-03-15criu/pie: kill util-fd.cKir Kolyshkin
2017-03-15criu/arch/x86/Makefile: move -Wa out of asflagsKir Kolyshkin
2017-03-15make: regenerate blobs on linker script (lds) changeDmitry Safonov
2017-03-15x86/compat: fix error-check for compat mmap()Dmitry Safonov
2017-03-15cr-check: add compat_cr checkDmitry Safonov
2017-03-15x86/restorer/compat: let stack32 be per-threadDmitry Safonov
2017-03-15x86/compat: don't set has_compat_sigreturn if !CONFIG_COMPATDmitry Safonov
2017-03-15criu/Makefile: fix criu/arch/* rebuildKir Kolyshkin
2017-03-15criu/Makefile: fix rebuilding criu/pie/pie.lib.aKir Kolyshkin
2017-03-15compel cli: make -p optionalKir Kolyshkin
2017-03-15compel cli: add libs command, use itKir Kolyshkin
2017-03-15compel cli: add plugins cmd, use itKir Kolyshkin
2017-03-15criu/pie/Makefile: a nitpickKir Kolyshkin
2017-03-15compel cli: add linker script to ldflags / use itKir Kolyshkin
2017-03-15criu Makefiles: use compel includesKir Kolyshkin