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
2014-08-19rst: Fix core pointer passed into reading thread core imagePavel Emelyanov
2014-08-19image: mark CR_FD_SIGNAL and CR_FD_PSIGNAL as obsoleted and don't create sign...Ruslan Kuprieiev
2014-08-19dump: dump signals into signals_*Ruslan Kuprieiev
2014-08-19dump: allocate task cores in collect_task() instead of parasite_infect_seized()Ruslan Kuprieiev
2014-08-19restore: use signals_s and signals_p to prepare signalsRuslan Kuprieiev
2014-08-19restore: open cores for each thread early and store them at current->coreRuslan Kuprieiev
2014-08-19protobuf: add signal_queue_entry and use it in thread_core_entry and task_cor...Ruslan Kuprieiev
2014-08-19rst: Rework task_entries to use rst_mem enginePavel Emelyanov
2014-08-19shmem: Fix format of printing shmem addressesPavel Emelyanov
2014-08-19shmem: Explicitly initialize rst_shmemsPavel Emelyanov
2014-08-19tests: add a test for --cgroup-rootTycho Andersen
2014-08-19cg: add --cgroup-root optionTycho Andersen
2014-08-19zdtm_ct: call setsid() to move in another autogroupAndrey Vagin
2014-08-18Quick patch for error when writing mem.lim defaultGarrison Bellack
2014-08-15Dump capabilities from the parasiteSophie Blee-Goldman
2014-08-15Move function definitionSophie Blee-Goldman
2014-08-15zdtm: pty00 -- Count for SIGHUPCyrill Gorcunov
2014-08-15cg: path buffer should be PATH_MAX longTycho Andersen
2014-08-15cg: Make lacking properties during dump non-fatalGarrison Bellack
2014-08-15zdtm: don't use same cgoup names for a few tests (v2)Andrew Vagin
2014-08-15zdtm/cgroup01: create more than one empty cgroupsAndrew Vagin
2014-08-15cgroup: don't overwrite the offset value in a loop (v2)Andrew Vagin
2014-08-15cg: Drop redundant newline from pr_perrorCyrill Gorcunov
2014-08-15tty: open tty-s with O_NOCTTYAndrey Vagin
2014-08-15restore: Set CLONE_PARENT iif pdeath_sig is present, v4Cyrill Gorcunov
2014-08-14zdtm: add a small program to create a zdtm container (v2)Andrey Vagin
2014-08-14criu: allow the root task to handle SIGCHLDAndrey Vagin
2014-08-14cg: Use relative paths in cgroup dirs imagePavel Emelyanov
2014-08-14cg: Fix restoration of tasks into existing cgroupsPavel Emelyanov
2014-08-14restore: --restore-detached implies CLONE_PARENTTycho Andersen
2014-08-14zdtm/ipc_namespace: set the auto_msgmni sysctl to zeroAndrey Vagin
2014-08-14sysctl: don't write '\0' at the end of buffer in a sysctl fileAndrey Vagin
2014-08-14ipc: set the msgmni sysctl after auto_msgmniAndrey Vagin
2014-08-14zdtm/ipc_namespaces: don't extra symbols in a sysctl fileAndrey Vagin
2014-08-14syscall: don't use pr_info to print a part of stringAndrey Vagin
2014-08-13test: bers -- Add short help outputCyrill Gorcunov
2014-08-13Bug-fix in size calculationSophie Blee-Goldman
2014-08-12scripts: set CRIU_IMAGE_DIR when running scriptsTycho Andersen
2014-08-12cg: Don't copy path when restoring propertiesPavel Emelyanov
2014-08-12cg: Get yard fd on demandPavel Emelyanov
2014-08-12cg: A helper for getting controller's yard dir name (and opts)Pavel Emelyanov
2014-08-12cg: Check for name= prefix in controller, not cgsetPavel Emelyanov
2014-08-12cg: Strip trailing \n from property's valuePavel Emelyanov
2014-08-12zdtm: Introduce per-test hooksPavel Emelyanov
2014-08-12zdtm: Make kernel version check more POSIX-likeChristopher Covington
2014-08-12cg: Remove write-only variablePavel Emelyanov
2014-08-12locks: Dump virtual pid of a lock ownerPavel Emelyanov
2014-08-12show: Print filelocks.img pids as %uPavel Emelyanov
2014-08-12zdtm: add ability to execute non-namespacess tests concurrentlyAndrey Vagin
2014-08-12pstree: Use task_alive() instead of switch()-esPavel Emelyanov