- 19 May, 2020 2 commits
-
-
Christian Brauner authored
network: use __instantiate_ns_common() in instantiate_ns_phys() too
-
Christian Brauner authored
Fixes: https://lists.linuxcontainers.org/pipermail/lxc-users/2020-May/015245.htmlSigned-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 18 May, 2020 5 commits
-
-
Stéphane Graber authored
bionic: s/lxc_raw_execveat()/execveat()/g
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
network: fix {mac,ip,v}lan device creation -
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
network: restore old behavior
-
- 15 May, 2020 14 commits
-
-
Christian Brauner authored
I introduced a regression: when users didn't specify a specific name via lxc.net.<idx>.name then the device would retain the random name it received when we created it. Before we would use the "eth%d" syntax to get the kernel to assign a fixed name. Restore that behavior. Closes: #3407. Fixes: 8bf64b77 ("network: rework network device creation") Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Serge Hallyn authored
clone3: add infrastructure and switch container creation to it
-
Christian Brauner authored
improve LXC_CMD_GET_CGROUP compatibility
-
Wolfgang Bumiller authored
When a newer lxc library communicates with an older one (such as running an lxc 4.0 lxc-freeze on a longer running container which was started while lxc was still at version 3), the LXC_CMD_GET_LIMITING_CGROUP command is not available, causing the remote to just close the socket. Catch this and try the previous command instead. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
No more weird api quirks between architectures and cool new features. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Don't busy loop on freeze with cgroupv2
-
Wolfgang Bumiller authored
EPOLLIN will always be true and therefore end up busy-looping Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
in order to be able to listen for EPOLLPRI Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This will be the central place for all process management helpers. This also removes raw_syscalls.{c,h}. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
They are offset by 1024. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 14 May, 2020 2 commits
-
-
Stéphane Graber authored
console: only create detached mount when a console is requested
-
Christian Brauner authored
otherwise weird things might happen. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 13 May, 2020 7 commits
-
-
Stéphane Graber authored
reboot fixes
-
Christian Brauner authored
Disable and enable syslog around lxc_check_inherited(). 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>
-
- 12 May, 2020 1 commit
-
-
Stéphane Graber authored
network: fix key ordering independence
-
- 11 May, 2020 2 commits
-
-
Christian Brauner authored
We need to make sure we don't overwrite values when they have already been set. Closes: #3405. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 May, 2020 4 commits
-
-
Stéphane Graber authored
fixes
-
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>
-
- 05 May, 2020 3 commits
-
-
Stéphane Graber authored
compiler: more hardening
-
Christian Brauner authored
which will allow us to catch more oob accesses. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-