- 27 Jun, 2017 1 commit
-
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
- 26 Jun, 2017 5 commits
-
-
Serge Hallyn authored
confile: prepare for 2.1.
-
Christian Brauner authored
remove the `__func__` macro
-
Christian Brauner authored
API doc: update note for get_config_item
-
0x0916 authored
Our logging function will always spew out the function name. Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
Fix issue: https://github.com/lxc/lxc/issues/505Signed-off-by:
0x0916 <w@laoqinren.net>
-
- 25 Jun, 2017 1 commit
-
-
Christian Brauner authored
default to CentOS 7
-
- 24 Jun, 2017 5 commits
-
-
Christian Brauner authored
templates/debian: add aarch64 → arm64 mapping
-
Christian Brauner authored
use altarch mirror for CentOS on arches other than i386 and x86_64
-
Evgeni Golov authored
CentOS only has i386 and x86_64 listed in mirrorlist.centos.org, use http://mirror.centos.org/altarch/ for all other arches instead See: https://bugs.centos.org/view.php?id=11250Signed-off-by:
Evgeni Golov <evgeni@debian.org>
-
Evgeni Golov authored
Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Evgeni Golov authored
uname -m reports aarch64, but Debian calls the arch arm64 Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
- 23 Jun, 2017 11 commits
-
-
Christian Brauner authored
Use strerror(errno) instead of %m
-
Christian Brauner authored
update .gitignore
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
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
- lxc.aa_profile => lxc.apparmor.profile - lxc.aa_allow_incomplete => lxc.apparmor.allow_incomplete - lxc.se_context => lxc.selinux.context The legacy keys will be kept around until LXC 3.0 and then will be removed. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
fix memory and resource leak
-
Christian Brauner authored
Revert "Add a prefix to the lxc.pc"
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
This reverts commit 758243d8. Signed-off-by:
0x0916 <w@laoqinren.net>
-
- 21 Jun, 2017 4 commits
-
-
Serge Hallyn authored
network: new network parser part II
-
Christian Brauner authored
Fix memory leak of 'lxc_tty_state'
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 20 Jun, 2017 9 commits
-
-
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
Serge and I discussed the new network parser we've merge a couple of days ago. He pointed out that a bunch of use-cases we're currently supporting in the old network parser would be broken by the new parser. As we've pointed out many times before, we're strongly commited to backwards compatibility and not breaking existing use-cases. That's why we decided to take a new approach. Instead of trying to mangle the old parser and new parser to come up with something that allows a smooth transition we will simply deprecate the old configuration keys with LXC 3.0. In the meantime we will support the full-blown old legacy parser and the new network parser. Specifically, this means that we're deprecating: lxc.network.* in favor of lxc.net.* With LXC 2.1. defining networks using lxc.network.* keys will cause a deprecation warning to be shown/logged. We strongly suggest that users upgrade their existing configuration files to switch to the new network configuration parser. Starting with LXC 3.0 we will remove all lxc.network.* keys and will only support lxc.net.* style network configurations. Note that the new network configuration parser will only accept index based configuration keys, i.e. we are only support lxc.net.[i].* keys without an index such as lxc.net.type are not supported anymore. The advantages of this approach are vast. Not just internally, but also user-facing since it is much clearer what configuration key belongs to what network. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Update Japanese lxc.container.conf(5)
-
KATOH Yasufumi authored
Tab and white space is mixed in Japanese lxc.container.conf(5), so unify into the white space. Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Add description of new network configuration, and tweak. Update for commit b9986e43Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Serge Hallyn authored
utils: use 1LU otherwise we overflow
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Jun, 2017 2 commits
-
-
Christian Brauner authored
utils: fix the way to detect blocking signal
-
Yifeng Tan authored
Signed-off-by:Yifeng Tan <tanyifeng1@huawei.com>
-
- 18 Jun, 2017 2 commits
-
-
Serge Hallyn authored
new network config parser
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-