- 04 Oct, 2016 2 commits
-
-
Christian Brauner authored
Define LXC_DEVEL to detect development releases
-
Stéphane Graber authored
This can be used by downstreams to improve their "feature" checks. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 28 Sep, 2016 2 commits
-
-
Christian Brauner authored
Fix spelling of CentOS in the templates
-
Roman Mueller authored
Signed-off-by:Roman Mueller <roman.mueller@gmail.com>
-
- 27 Sep, 2016 1 commit
-
-
Stéphane Graber authored
utils: lxc_deslashify() free memory
-
- 26 Sep, 2016 6 commits
-
-
Christian Brauner authored
Make sure we always free any memory that was allocated by the call to lxc_normalize_path(). Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Stéphane Graber authored
2016 09 25/lxc deslashify
-
Christian Brauner authored
Fix for ALTLinux container creation in all branches
-
Denis Pynkin authored
Use 'apt-conf' virtual package for ALTLinux default packages set Signed-off-by:Denis Pynkin <denis_pynkin@epam.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 25 Sep, 2016 4 commits
-
-
Stéphane Graber authored
utils: fix lxc_string_split()
-
Christian Brauner authored
Make sure we don't return uninitialized memory. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Fix null derefence if attach is called without access to any tty
-
Oliver Matthews authored
Signed-off-by:Oliver Matthews <oliver@codersoffortune.net>
-
- 21 Sep, 2016 9 commits
-
-
Christian Brauner authored
c/r: detatch from controlling tty on restore
-
Tycho Andersen authored
Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Stéphane Graber authored
tools: do not add trailing spaces on lxc-ls -1
-
Stéphane Graber authored
tools: fix lxc-attach regression with -s USER
-
Stéphane Graber authored
2016 09 21/retrieve mtu from bridge
-
Christian Brauner authored
When the mtu cannot be retrieved from netdev->link try from veth device. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
When mtu is not set, try to retrieve mtu from netdev->link. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 20 Sep, 2016 2 commits
-
-
Christian Brauner authored
Update Korean manuals
-
Sungbae Yoo authored
Update for commit 222ddc Signed-off-by:Sungbae Yoo <sungbae.yoo@samsung.com>
-
- 17 Sep, 2016 2 commits
-
-
Stéphane Graber authored
Cgroup root on dump
-
Tycho Andersen authored
Otherwise in the error case, we end up subtracting two from the static_args, which would lead to a segfault :) Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
- 16 Sep, 2016 11 commits
-
-
Tycho Andersen authored
This is almost never the right thing to use, and we don't use it any more anyway. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
We initialized cgfsng in a strange way inside of its implementation of escape so we could use it during checkpoint. Instead, the previous patch does a hacky initialization in criu.c, and we can get rid of the hacks elsewhere :) Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
CRIU has added support for passing --cgroup-root on dump, which we should use (see the criu commit 07d259f365f224b32914de26ea0fd59fc6db0001 for details). Note that we don't have to do any version checking or anything, because CRIU just ignored --cgroup-root on checkpoint before, so passing it is safe, and will result in correct behavior when a sufficient version of CRIU is present. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
N.B. that these are only implemented in cgfsng, but, 15:28:28 tych0 | do we still use cgfs anywhere? or the cgm backend? 15:29:19 stgraber | not anywhere we care about ...I think that's okay. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Stéphane Graber authored
lxc-create -t debian fails on ppc64el arch
-
Thierry Fauck authored
Template catches arch from uname -m, but for ppc64el system, arch reports ppc64le which doesn't match image repo. Signed-off-by:
Thierry Fauck <tfauck@free.fr> Signed-off-by:
Serge Hallyn <serge@hallyn.com>
-
Christian Brauner authored
doc: Add lxc.no_new_privs to Japanese lxc.container.conf(5)
-
KATOH Yasufumi authored
Update for commit 222ddc Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Serge Hallyn authored
implement PR_SET_NO_NEW_PRIVS in liblxc
-
- 14 Sep, 2016 1 commit
-
-
Stéphane Graber authored
make rsync deal with sparse files efficiently
-