- 21 Aug, 2018 16 commits
-
-
Stéphane Graber authored
attach: bugfixes
-
Stéphane Graber authored
Makefile: don't allow undefined symbols
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
conf: fix devpts mounting when fully unprivileged
-
Stéphane Graber authored
pam_cgfs: build from the same sources as liblxc
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2556. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
start: Fix net iface remaining issue
-
Jungsub Shin authored
When creating container that has multiple net ifaces fails because of wrong net config, lxc doesn't remove previously created net ifaces. Solve this issue with changing return path in lxc_spawn(). Signed-off-by: Jungsub Shin jungsub_shin@tmax.co.kr
-
Christian Brauner authored
cmd: Fix format issues found by clang-format
-
Christian Brauner authored
list: fix indent
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 20 Aug, 2018 12 commits
-
-
Tobin C. Harding authored
clang-format finds a few format issues, lets fix these up. Fix format issues found by clang-format. Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
Christian Brauner authored
cmd: Lint with cppcheck
-
Tobin C. Harding authored
Variable is used in one plaice only within a nested statement block. The code is cleaner if the variable is declared near where it is used. Found using cppcheck. Reduce the scope of 'count' variable. Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
Tobin C. Harding authored
cppcheck emits warning Variable 'ofd' is reassigned a value before the old one has been used. We do not need to initialise a variable if it is assigned to on first use. Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
Wolfgang Bumiller authored
cmd: lxc-usernsexec fixes + macro: move declarations + config_utils: macvlan fixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
storage: exit() => _exit()
-
Christian Brauner authored
tools: Indicate container startup failure
-
Christian Brauner authored
conf: fix path/lxcpath mixups in tty setup
-
Wolfgang Bumiller authored
Signed-off-by:
Wolfgang Bumiller <w.bumiller@proxmox.com> Fixes: 6947153d ("conf: use mknod() to create dummy mount target")
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 19 Aug, 2018 10 commits
-
-
Tobin C. Harding authored
When running lxc-autostart we do not currently indicate failure to start containers, either partial failure i.e. some of the containers failed to start or total failure i.e. all of the containers failed to start. Indicate container startup failure. For total failure exit(1), for partial failure exit(2). Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Calculate length only once. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
cmd: lxc-user-nic: change log macro & cleanups
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 18 Aug, 2018 2 commits
-
-
Serge Hallyn authored
tools: fix lxc-execute command parsing
-
Christian Brauner authored
storage/loop.c: integer overflow
-