1. 17 Mar, 2016 1 commit
    • autodev: don't always create /dev/console · 0728ebf4
      Tycho Andersen authored
      In particular, only create /dev/console when it is set to "none".
      Otherwise, we will bind mount a pts device later, so let's just leave it.
      
      Also, when bind mounting the pts device, let's create /dev/console if it
      doesn't exist, since it may not already exist due to the above :)
      
      v2: s/ot/to
      v3: add O_EXCL so we actually get EEXIST, use the right condition for
          mount_console (we want to compare against console.path, not
          console.name, and console.path can be null)
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
  2. 15 Mar, 2016 7 commits
  3. 12 Mar, 2016 1 commit
    • criu: hide more stuff in criu.c · 73d46752
      Tycho Andersen authored
      Various other functions/structures are now only used in criu.c, so let's
      hide stuff there so as not to pollute headers.
      
      This commit also bumps the required CRIU versions to 2.0. While we don't
      *require* any features that aren't in 1.8 patchlevel 21 or above, 2.0 is a
      vast improvement, and so we should use that instead.
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
  4. 11 Mar, 2016 4 commits
  5. 10 Mar, 2016 5 commits
  6. 09 Mar, 2016 6 commits
  7. 08 Mar, 2016 11 commits
  8. 07 Mar, 2016 5 commits