- 29 May, 2017 3 commits
-
-
Christian Brauner authored
Suggested-by:
Serge Hallyn <serge@hallyn.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Serge Hallyn authored
repo: add new README
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 May, 2017 1 commit
-
-
Christian Brauner authored
DO NOT add the handles of adjust winsize when the 'stdin' is not a tty
-
- 23 May, 2017 2 commits
-
-
Christian Brauner authored
doc: Add console behavior to Japanese lxc.container.conf(5)
-
KATOH Yasufumi authored
Update for commit 6e3bb289Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 22 May, 2017 2 commits
-
-
Stéphane Graber authored
conf: non-functional changes
-
Stéphane Graber authored
utils: fix ppc64le builds
-
- 20 May, 2017 2 commits
-
-
Christian Brauner authored
Improve setting up /dev/tty<N> devices. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 19 May, 2017 2 commits
-
-
Christian Brauner authored
Fix the bug of 'ts->stdoutfd' did not fill with parameters 'stdoutfd'
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 18 May, 2017 3 commits
-
-
Serge Hallyn authored
utils: fix lxc_mount_proc_if_needed()
-
Christian Brauner authored
- check for buffer overflow - only call INFO() after we ensured that readlink() was successful - simplify logic Reported-by: Benedikt Rosenkranz beluro@web.de Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
I suspect that there's a glibc bug on ppc64le. Both clang and gcc a very unhappy when you return -errno from these functions. Instead, let's return concrete errno numbers, e.g. -EINVAL. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 17 May, 2017 6 commits
-
-
Stéphane Graber authored
Add cronie to the pkg list
-
mgariepy authored
Add cronie to have crond running in the containers. Signed-off-by:Marc Gariepy <gariepy.marc@gmail.com>
-
Serge Hallyn authored
[lxc-top] Fix memory+swap output in batch mode
-
Christian Brauner authored
cgfsng: log when we defer to cgfsng
-
Nevenchanniy Aleksandr authored
This is patch fix output of memory+swap in batch mode, that was forgotten in 6b6e702a Signed-off-by: Alexandr Nevenchanniy <a.nevenchannyy@gmail.com
-
Serge Hallyn authored
Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
- 16 May, 2017 4 commits
-
-
Christian Brauner authored
[lxc-top] Add memory+swap monitoring
-
Nevenchanniy Aleksandr authored
This is patch add memory + swap monitoring from lxc-top tool Signed-off-by:Alexandr Nevenchanniy <a.nevenchannyy@gmail.com>
-
Serge Hallyn authored
conf{,ile}: allow to clear all config items -
Serge Hallyn authored
start: pin rootfs when privileged
-
- 15 May, 2017 10 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Seccomp: update comment, print action name etc
-
Christian Brauner authored
Closes #1561. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
0x0916 authored
This patch add function `get_action_name`, so we can print action name in the log file. for example: ``` lxc-start ubuntu 20170515095416.561 INFO lxc_seccomp - seccomp.c:parse_config_v2:613 - Adding compat rule for reject_force_umount action 0(kill). lxc-start ubuntu 20170515095416.562 INFO lxc_seccomp - seccomp.c:parse_config_v2:613 - Adding compat rule for kexec_load action 327681(errno). ``` Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
Christian Brauner authored
add more detail for blkio
-
Christian Brauner authored
monitor: delete unnecessary include file
-
0x0916 authored
we want to export `monitor.h`, `#include "conf.h"` will cause error and it is unneccessory so just delete it. Signed-off-by:0x0916 <w@laoqinren.net>
-
0x0916 authored
This patch add Read and Write information for blkio bytes. Signed-off-by:0x0916 <w@laoqinren.net>
-
- 14 May, 2017 2 commits
-
-
Christian Brauner authored
conf: fix build without libcap
-
Dima Krasner authored
Signed-off-by:Dima Krasner <samdima@securingsam.com>
-
- 13 May, 2017 3 commits
-
-
Stéphane Graber authored
lxc-attach: allow for situations without /dev/tty
-
Serge Hallyn authored
utils: fix num parsing functions
-
Serge Hallyn authored
start: don't call lxc_map_ids() without id map
-