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
2017-02-13criu: Version 2.11v2.11Pavel Emelyanov
2017-02-09RPC: make status-fd option available via RPCAdrian Reber
2017-02-08compel: piegen -- Add @uapi-dir optionCyrill Gorcunov
2017-02-08criu: arch,x86 -- Use stdint in fpuCyrill Gorcunov
2017-02-07xsave: check for X86_FEATURE_OSXSAVE rather than for X86_FEATURE_XSAVEAdrian Reber
2017-02-06pie: Print timestamps in restorerPavel Emelyanov
2017-02-06pagemap: Support async pages reading by chunks (v2)Pavel Emelyanov
2017-02-06mount: simplify mnt_build_ids_tree()Andrei Vagin
2017-02-06zdtm: use pr_err if errno isn't requiredAndrei Vagin
2017-02-06unix: don't leak a file descriptorAndrei Vagin
2017-02-06files: Fix not populated helper idsKirill Tkhai
2017-02-06travis: fix collecting code coverageAndrei Vagin
2017-02-06page-server: don't return a server pid from page-serverAndrei Vagin
2017-02-06namespace: use ferror() to detect errors of fscanf()Andrei Vagin
2017-02-06criu: user raw syscalls for sched_getscheduler and sched_getparamAndrei Vagin
2017-02-06eventpoll: Fix dependency checkKirill Tkhai
2017-02-06files: Do not lost original errno valueKirill Tkhai
2017-02-06tty: split pty_open_ptmx_index()Andrei Vagin
2017-02-06unix: switch into the root mount namespace before cleaning stale socketsAndrei Vagin
2017-02-06files: Use non-block __recv_fds() in recv_fd_from_peer()Kirill Tkhai
2017-02-06files: Compact the expecten/not-expected branches in recv_fd_from_peerPavel Emelyanov
2017-02-06files: Turn goto loop into while() onePavel Emelyanov
2017-02-06files: Re-use keep_fd_for_future widerPavel Emelyanov
2017-02-06files: Fix fle to be checked for being task_flePavel Emelyanov
2017-02-06mount: create a mount point for the root mount namespace in the roots yardAndrei Vagin
2017-02-06files: Fix test and set endianess problemKirill Tkhai
2017-02-06tty: Optimize dependencies checkKirill Tkhai
2017-02-06files: Merge collect_gen_fd() and collect_used_fd(), and call it unconditionallyKirill Tkhai
2017-02-06files: Kill pid parameter of open_fdinfos()Kirill Tkhai
2017-02-06eventpoll: Use generic list for eventpoll filesKirill Tkhai
2017-02-06tty: Use generic list for tty filesKirill Tkhai
2017-02-06files: Move ctty fixup to open_fd()Kirill Tkhai
2017-02-06tty: Set dependencies between masters, slaves and cttyKirill Tkhai
2017-02-06files: Kill struct file_desc_ops::post_openKirill Tkhai
2017-02-06files: Make recv_fd_from_peer() non-blockKirill Tkhai
2017-02-06files: Add new_fd parameter to file_desc_ops::open()Kirill Tkhai
2017-02-06files: Set fds event after sending fd to peerKirill Tkhai
2017-02-06eventpoll: Make post_open stage may failKirill Tkhai
2017-02-06files: BUG on reopening already opened fleKirill Tkhai
2017-02-06timerfd: Kill post_open stageKirill Tkhai
2017-02-06inet: Use task_st futex for notification instead of per-portKirill Tkhai
2017-02-06inet: Link sockets in port_type listKirill Tkhai
2017-02-06unix: Wait a peer using task_st futexKirill Tkhai
2017-02-06unix: Link connected to peer sockets to its listKirill Tkhai
2017-02-06files: Add fdinfo_list_entry::stageKirill Tkhai
2017-02-06files: Implement {set,clear,wait}_fds_event()Kirill Tkhai
2017-02-06bits: Add test_and_set_bit()Kirill Tkhai
2017-02-06pstree: Add task_st bit fieldKirill Tkhai
2017-02-06files: Merge states iteration into open_fdinfos()Kirill Tkhai
2017-02-06files: Kill fd_open_state::receive_fd stageKirill Tkhai