- 16 Apr, 2019 2 commits
-
-
Christian Brauner authored
hooks/nvidia: handle spaces in NVIDIA_REQUIRE variables
-
Felix Abecassis authored
Previously, environment variables with a space where splitted. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
- 15 Apr, 2019 2 commits
-
-
Christian Brauner authored
Update zfs.c
-
pgauret authored
Change zfs arguments. This also works with older zfs versions, tested with zfs 0.7.9-3 on Ubuntu 18.10. Closes #2916. Signed-off-by:
Paul Gauret <pgauret@yahoo.com> [christian.brauner@ubuntu.com: adapt commit message and add Signed-off-by for Paul] Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 14 Apr, 2019 4 commits
-
-
Stéphane Graber authored
storage: prevent unitialized variable warning
-
Stéphane Graber authored
cgroups: fix potential nullderef
-
Christian Brauner authored
We can simply fix this issue by switching to our cleanup macros instead of manually freeing the memory. Closes #2912. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
The child_path variable is initialized very late in the function so jumping to the on_error label would cause a nullderef. With the cleanup macros we can simplify this function to simply do direct returns and avoid that whole issue. Closes #2935. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 13 Apr, 2019 2 commits
-
-
Stéphane Graber authored
attach: use tighter scope for fd variable
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 06 Apr, 2019 3 commits
-
-
Christian Brauner authored
fix: #2927 api doc generation fails under out of source build.
-
Christian Brauner authored
doc: update Japanese lxc-user-nic manpage
-
yosukesan authored
Signed-off-by:yosukesan <y.otsuki30@gmail.com>
-
- 05 Apr, 2019 5 commits
-
-
KATOH Yasufumi authored
Update for commit db74bbd0Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Stéphane Graber authored
lxc-user-nic: update
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Christian Brauner authored
Closes #1823. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Cc: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
- 04 Apr, 2019 3 commits
-
-
Christian Brauner authored
More pdeathsig fixes
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
- 03 Apr, 2019 1 commit
-
-
Stéphane Graber authored
network: fix network device removal
-
- 02 Apr, 2019 1 commit
-
-
Christian Brauner authored
Closes #2849. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Mar, 2019 5 commits
-
-
Christian Brauner authored
Update docs
-
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>
-