- 22 Aug, 2018 10 commits
-
-
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>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Wolfgang Bumiller authored
log: handle strerror_r() versions + autotools: add --{disable,enable}-thread-safety -
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fail the build if --enable-thread-safety is passed and the environment cannot guarantee thread-safety. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2563. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 21 Aug, 2018 19 commits
-
-
Christian Brauner authored
autotools: check if compiler is new enough
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We line up with the Linux kernel and won't support any compiler under 4.6. Additionally, we also require at least gnu99 so this is due anyway. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
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 11 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>
-