- 19 Aug, 2016 5 commits
-
-
Stéphane Graber authored
confile: add more archs to lxc_config_parse_arch()
-
Stéphane Graber authored
seccomp: add support for s390x
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
- 18 Aug, 2016 10 commits
-
-
Christian Brauner authored
Add MIPS support
-
James Cowgill authored
Signed-off-by:James Cowgill <james410@cowgill.org.uk>
-
James Cowgill authored
Fixes "unsupported personality" warnings when starting containers. Signed-off-by:James Cowgill <james410@cowgill.org.uk>
-
James Cowgill authored
Signed-off-by:James Cowgill <james410@cowgill.org.uk>
-
James Cowgill authored
MIPS processors implement 3 ABIs: o32, n64 and n32 (similar to x32). The kernel treats each ABI separately so syscalls disallowed on "all" arches should be added to all three seccomp sets. This is implemented by expanding compat_arch and compat_ctx to accept two compat architectures. After this, the MIPS hostarch detection code and config section code is added. Signed-off-by:James Cowgill <james410@cowgill.org.uk>
-
James Cowgill authored
Signed-off-by:James Cowgill <james410@cowgill.org.uk>
-
Christian Brauner authored
Update korean manuals
-
Sungbae Yoo authored
Update for commit 71d74a83Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com>
-
Sungbae Yoo authored
Update for commit 71d74a83Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com>
-
Sungbae Yoo authored
* Update for commit 03b03982 * Fix mistranslation words Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com>
-
- 17 Aug, 2016 9 commits
-
-
Christian Brauner authored
Use full GPG fingerprint instead of long IDs.
-
Stéphane Graber authored
With how easy it is to create a collision on a short ID nowadays and given that the user doesn't actually have to remember or manually enter the key ID, lets just use the full fingerprint from now on. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
Rcfile as common arg
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
It doesn't have any effect on what lxc-top does and is only accepted on account of being part of the common option list. 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 cause c->is_defined() to become true. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
In almost all commands it's a useful addition to the -n switch which is a common option, too. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 16 Aug, 2016 6 commits
-
-
Stéphane Graber authored
bdev: use correct overlay module name
-
Christian Brauner authored
- Assume that the module name is "overlay" per default and not "overlayfs". - Assume that the overlay version we are using requires a workdir. - When we mount an overlay filesystem and we fail with ENODEV retry once with the module name we haven't already used. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
Update gitignore
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
autotools: fix tests
-
- 15 Aug, 2016 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
[RFC] add minimal unit testing for liblxc functions
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
- 14 Aug, 2016 2 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Stéphane Graber authored
tools: use fclose() after fdopen() + add newline
-
- 13 Aug, 2016 5 commits
-
-
Christian Brauner authored
So far we accidently used close() on the original file descriptor. (After fdopen() the original fd is considered private and should not be used anymore. The close operations should be performed on the new file handle. We did the correct thing on error but not on success.) Using close() on the original fd caused "Text file busy" errors and prevented the cloned tmpfs container from starting. Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
tools: add missing newline in lxc-create output
-
Christian Brauner authored
Signed-off-by:Christian Brauner <cbrauner@suse.de>
-
Serge Hallyn authored
bdev: be smarter about btrfs subvolume detection
-
Serge Hallyn authored
tools: use correct runtime path for lxc-ls
-