1. 28 Jun, 2016 3 commits
    • change version to 2.0.2 in configure.ac · bde3d22a
      Stéphane Graber authored
      Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
    • Include all lxcmntent.h function declarations on Bionic · 155543d9
      Preetam D'Souza authored
      Newer versions of Android (5.0+, aka API Level 21+) include mntent.h,
      which declares setmntent and endmntent. This hits an edge
      case with the preprocessor checks in lxcmntent.h because HAVE_SETMNTENT
      and HAVE_ENDMNTENT are both defined (in Bionic's mntent.h), but conf.c
      always includes lxcmntent.h on Bionic! As a result, we get compiler
      warnings of implicit function declarations for setmntent endmntent.
      
      This patch always includes setmntent/endmntent/hasmntopt function
      declarations on Bionic, which gets rid of these warnings.
      Signed-off-by: 's avatarPreetam D'Souza <preetamjdsouza@gmail.com>
    • c/r: use criu's "full" mode for cgroups · 9179d21a
      Tycho Andersen authored
      A while ago cgroup modes were introduced to CRIU, which slightly changed
      the behavior w.r.t. cgroups under the hood. What we're really after is
      criu's --full mode, i.e. even if a particular cgroup directory exists
      (in particular /lxc/$container[-$number] will, since we create it), we
      should restore perms on that cgroup.
      
      Things worked just fine for actual properties (except "special" properties
      as criu refers to them, which I've just sent a patch for) because liblxc
      creates no subdirectories, just the TLD.
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
  2. 27 Jun, 2016 7 commits
  3. 13 Jun, 2016 7 commits
  4. 16 May, 2016 1 commit
  5. 11 May, 2016 22 commits