1. 21 Mar, 2016 1 commit
    • Laurent Dufour's avatar
      cr-check: fix kcmp check · 046a1fc8
      Laurent Dufour authored
      The commit 16e673c2f6a0 ("cr-check: Inspect errno on syscall
      failures") reverts the way the returned the error returned by kcmp is
      checked. As a consequence 'criu check' is always failing with the
      following message:
      
      Error (cr-check.c:165): System call kcmp is not supported: No such process
      
      This patch ensure is reported only if syscall(SYS_kcmp) returns
      ENOSYS.
      
      Fixes: 16e673c2f6a0 ("cr-check: Inspect errno on syscall failures")
      Looks-good-to: Filipe Brandenburger <filbranden@google.com>
      Cc: Pavel Emelyanov <xemul@virtuozzo.com>
      Signed-off-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      046a1fc8
  2. 18 Mar, 2016 2 commits
  3. 16 Mar, 2016 27 commits
  4. 09 Mar, 2016 7 commits
  5. 07 Mar, 2016 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 2.0 · 7f1a4a16
      Pavel Emelyanov authored
      So, here it is. We planned not only to re-shuffle the code, but
      also to provide compel thing to people, but have only managed to
      do the former. OK, the compel then would go in 2.1 :)
      
      But, we also change the dev-n-release model, so from now on we
      have 2 branches and release stable one every month to show new
      stuff earlier.
      
      Have fun!
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      7f1a4a16
  6. 06 Mar, 2016 2 commits