- 26 Apr, 2019 4 commits
-
-
Stéphane Graber authored
network: Fixes a little typo in an error message
-
Stéphane Graber authored
network: Adds hook handling for vlan network type
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 25 Apr, 2019 7 commits
-
-
Stéphane Graber authored
seccomp: SECCOMP_RET_USER_NOTIF support
-
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>
-
- 24 Apr, 2019 2 commits
-
-
Christian Brauner authored
Fix 'zfs get' command order
-
pgauret authored
Another case of calling 'zfs get' which requires reordering arguments to work with latest zfs. Signed-off-by:Paul Gauret <pgauret@yahoo.com>
-
- 23 Apr, 2019 2 commits
-
-
Christian Brauner authored
lxc-start: remove bad doc
-
Tycho Andersen authored
We don't in fact exit(1) if this is not specified, and it wouldn't make sense to, since most people probably don't specify this. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 19 Apr, 2019 2 commits
-
-
Stéphane Graber authored
netns_getifaddrs: adapt to kernel changes
-
Christian Brauner authored
s/NETLINK_DUMP_STRICT_CHK/NETLINK_GET_STRICT_CHK/g Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 17 Apr, 2019 3 commits
-
-
Stéphane Graber authored
configure: s/LDLAGS/LDFLAGS/
-
Christian Brauner authored
I apparently cannot spell. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
raw_syscalls: lxc_raw_clone() account for different trap number on 32bit SPARC
-
- 16 Apr, 2019 5 commits
-
-
Christian Brauner authored
conf: do lxc.mount.entry mounts right after lxc.mount.fstab
-
Christian Brauner authored
hooks/nvidia: handle spaces in NVIDIA_REQUIRE variables
-
Felix Abecassis authored
These configuration options use the same syntax and therefore it seems more intuitive to have the same behavior for both of them, which is not the case today since mount hooks and autodev mounts are called between the two. See: https://github.com/lxc/lxc/issues/2932Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
Account for different trap number on 32bit SPARC. Link: https://bugs.gentoo.org/656368Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
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 4 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>
-