1. 03 Jul, 2017 4 commits
  2. 02 Jul, 2017 6 commits
    • Merge pull request #1667 from 0x0916/2017-07-02/fix-cppcheck-warnings · b51eb5ca
      Christian Brauner authored
      fix some cppcheck warnings
    • Merge pull request #1666 from 0x0916/2017-07-02/remove-unused-code · 26b9df9d
      Christian Brauner authored
      remove the unused macro
    • fix some cppcheck warnings · 6fc7d8b6
      0x0916 authored
      use cppcheck tools `cppcheck --enable=warning  .` on lxc source directory.
      
      This patch fix the following warnning
      
      ```
      [src/lxc/cgroups/cgfs.c:794]: (warning) %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'.
      [src/lxc/confile.c:4441]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
      [src/lxc/confile.c:4502]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
      [src/lxc/confile_legacy.c:921]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
      [src/lxc/confile_legacy.c:938]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
      [src/lxc/lxclock.c:63]: (warning) %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'.
      [src/lxc/tools/lxc_info.c:118]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_info.c:118]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_info.c:123]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_info.c:127]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_info.c:130]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_top.c:212]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_top.c:212]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_top.c:217]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_top.c:221]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      [src/lxc/tools/lxc_top.c:224]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
      ```
      Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
    • remove the unused macro · 157ad8d4
      0x0916 authored
      Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
    • Merge pull request #1591 from grzgrzgrz3/regres-lxc-ls · c6f7b951
      Christian Brauner authored
      lxc-ls: return all containers by default, new filter - list only defi…
    • Merge pull request #1664 from d4s/altlinux-template · 05e7cd4a
      Stéphane Graber authored
      Added '--apt-conf' argument for ALTLinux template.
  3. 01 Jul, 2017 6 commits
  4. 30 Jun, 2017 4 commits
  5. 29 Jun, 2017 10 commits
  6. 27 Jun, 2017 4 commits
  7. 26 Jun, 2017 5 commits
  8. 25 Jun, 2017 1 commit