- 27 Mar, 2019 4 commits
-
-
KATOH Yasufumi authored
Only add to English and Japanese man pages. Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Only add to English and Japanese man pages. Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Only English and Japanese man pages. Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Christian Brauner authored
lvm: Updates lvcreate to wipe signatures if supported
-
- 26 Mar, 2019 2 commits
-
-
Christian Brauner authored
Travis: Adds -Wall and -Werror cflags flags to automatic build.
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
- 25 Mar, 2019 2 commits
-
-
Christian Brauner authored
lxccontainer: check do_lxcapi_init_pid() for failure
-
Tycho Andersen authored
This function can fail, because it uses the command API. If it does fail, we get weird errors about not being able to open strange proc paths: xc authyldapservice-c8020e20-e203-e852-90ef-4d378e8d1444 20190323163231.386 ERROR lxc_utils - utils.c:switch_to_ns:1184 - No such file or directory - failed to open /proc/-104/ns/net So let's check for errors before then. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 19 Mar, 2019 3 commits
-
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
- 12 Mar, 2019 5 commits
-
-
Stéphane Graber authored
hardening: enable address sanitizer build
-
Christian Brauner authored
This adds --{disable,enable}-asan. It is disabled by default. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fix PID namespace pdeathsig handling
-
Felix Abecassis authored
Fixes: #2902 Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
- 11 Mar, 2019 7 commits
-
-
Stéphane Graber authored
compiler: hardening
-
Christian Brauner authored
This hardens multi-threaded C. Without it, the implementation of thread cancellation handlers (introduced by pthread_cleanup_push) uses a completely unprotected function pointer on the stack. This function pointer can simplify the exploitation of stack-based buffer overflows even if the thread in question is never canceled. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Avoid temporary files, speeding up builds. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Increased reliability of backtraces. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
btrfs: ensure \0 byte at end
-
Christian Brauner authored
Apparently the name received from the tree walk is not guaranteed to have \0 byte at the end. So let's make sure we append one. Note that this is only an issue if there are any subvolumes in the container's rootfs. Closes 2826. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
hooks: drop namespace references before post-stop
-
- 10 Mar, 2019 1 commit
-
-
Christian Brauner authored
Callers such as LXD run post-stop hooks to perform cleanup operations on shutdown. This can involve umount and other things. To avoid surprises with lingering namespace references we should close all our namespace-preserving file descriptors. We don't need them at this point anymore anyway. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 06 Mar, 2019 2 commits
-
-
Christian Brauner authored
Fix lxc.cgroup2.<controller> on cgroup2-only systems
-
Michael Sparmann authored
Signed-off-by:Michael Sparmann <theseven@gmx.net>
-
- 05 Mar, 2019 6 commits
-
-
Stéphane Graber authored
conf: avoid compiler warning
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This reverts commit 912c4bb4. I accidently merged this commit. The initialization is wrong. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
conf: Fixes uninitialised variable. > @brauner clang is failing but gcc passes, would it be OK to initialise this to 0? He, unfortunately not. :) What would happen now is that you'd close `stdin` on a standard system. What you'd want is `= -EBADF`. :)
-
tomponline authored
Signed-off-by:tomponline <tomp@tomp.uk>
-
Stéphane Graber authored
minor tweaks
-
- 04 Mar, 2019 8 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>
-
Stéphane Graber authored
tree-wide: fix wrong licensing
-
Serge Hallyn authored
tree-wide: kill fgets()
-
Christian Brauner authored
gcc -Wall flag compat
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-
tomponline authored
Closes #2885. Signed-off-by:tomponline <tomp@tomp.uk>
-