1. 01 Aug, 2016 2 commits
  2. 29 Jul, 2016 4 commits
  3. 28 Jul, 2016 7 commits
  4. 27 Jul, 2016 2 commits
  5. 26 Jul, 2016 2 commits
  6. 25 Jul, 2016 2 commits
  7. 23 Jul, 2016 2 commits
  8. 22 Jul, 2016 4 commits
    • Merge pull request #1094 from brauner/2016-07-22/fix_android_lxc_copy · 5429ec24
      Stéphane Graber authored
      lxc-copy: do not use mkostemp and dprintf
    • lxc-copy: do not use mkostemp and dprintf · a8e279fd
      Christian Brauner authored
      Fixes android builds:
      
      DSBINDIR=\"/data/lxc/lxc/sbin\"      -I/build/libcap/libcap/include/ -Wall -Werror -MT lxc_copy.o -MD -MP -MF $depbase.Tpo -c -o lxc_copy.o lxc_copy.c &&\
      	mv -f $depbase.Tpo $depbase.Po
      lxc_copy.c: In function 'mount_tmpfs':
      lxc_copy.c:834:2: error: implicit declaration of function 'mkostemp' [-Werror=implicit-function-declaration]
        fd = mkostemp(premount, O_CLOEXEC);
        ^
      lxc_copy.c:841:2: error: implicit declaration of function 'dprintf' [-Werror=implicit-function-declaration]
        ret = dprintf(fd, "#! /bin/sh\n"
        ^
      Signed-off-by: 's avatarChristian Brauner <cbrauner@suse.de>
    • Merge pull request #1093 from brauner/2016-07-22/use_priu64 · bdf278a1
      Stéphane Graber authored
      c/r: use PRIu64 format specifier
    • c/r: use PRIu64 format specifier · 9b945f13
      Christian Brauner authored
      Fixes build failures on arm:
      
      criu.c: In function ‘exec_criu’:
      criu.c:310:4: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Werror=format=]
          ret = sprintf(ghost_limit, "%lu", opts->user->ghost_limit);
          ^
      In file included from criu.c:42:0:
      log.h:285:9: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Werror=format=]
        struct lxc_log_locinfo locinfo = LXC_LOG_LOCINFO_INIT;  \
               ^
      criu.c:312:5: note: in expansion of macro ‘ERROR’
           ERROR("failed to print ghost limit %lu", opts->user->ghost_limit);
           ^
      Signed-off-by: 's avatarChristian Brauner <cbrauner@suse.de>
  9. 21 Jul, 2016 1 commit
  10. 20 Jul, 2016 8 commits
  11. 19 Jul, 2016 5 commits
  12. 18 Jul, 2016 1 commit