]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2018-02-08 Serge HallynRestore most cases of am_guest_unpriv
2018-02-08 Serge Hallyndefine am_guest_unpriv
2018-02-08 Stéphane GraberMerge pull request #2125 from brauner/2018-02-02/add_na...
2018-02-08 Stéphane GraberMerge pull request #2137 from brauner/2018-02-07/fix_un...
2018-02-08 Stéphane GraberMerge pull request #2140 from brauner/2018-02-08/cgfsng...
2018-02-08 Christian Braunercgfsng: add required remount flags
2018-02-08 Christian BraunerMerge branch 'marcosps-selinux_simplification' into...
2018-02-08 Marcos Paulo... lsm: fix missing @ in function documentation
2018-02-08 Marcos Paulo... selinux: simplify check for default label
2018-02-08 Christian BraunerMerge branch 'marcosps-issue_870' into lxc/master
2018-02-08 Marcos Paulo... cgroups: add check for lxc.cgroup.use
2018-02-07 Christian Braunertools/lxc-ls: fix logic for unpriv containers
2018-02-07 Christian Braunertemplates: CentOS fixes
2018-02-07 Christian BraunerMerge branch 'lifeng68-remount_cgroup' into lxc/master
2018-02-07 Christian Braunercgfsng: non-functional changes
2018-02-07 LiFengcgfsng: do MS_REMOUNT
2018-02-07 Christian BraunerMerge branch 'lifeng68-use_env_vars_in_container' into...
2018-02-07 Christian Braunerattach: non-functional changes
2018-02-07 l00415420attach: set the container's environment variables
2018-02-06 Christian Braunerdoc: add lxc.namespace.clone + lxc.namespace.keep
2018-02-06 Christian Braunerstart: resolve clone flags
2018-02-06 Christian Braunerconfile: add lxc.namespace.keep
2018-02-06 Christian Braunerconfile: add lxc.namespace.clone
2018-02-06 Christian Braunerconfile: lxc.namespace.* -> lxc.namespace.share.*
2018-02-06 Serge HallynMerge pull request #2117 from brauner/2018-01-26/cgroup...
2018-02-06 Serge HallynMerge pull request #2044 from brauner/2017-12-16/lxc_ls...
2018-02-05 Serge HallynMerge pull request #2130 from tych0/sigterm-handling
2018-02-05 Christian BraunerMerge pull request #2129 from tych0/sigterm-sigkill
2018-02-05 Tycho Andersenlxc.init: ignore SIGHUP
2018-02-05 Tycho Andersenmonitor: send SIGTERM to the container when SIGHUP...
2018-02-05 Tycho Andersenlxc-init: use SIGKILL after alarm timeout
2018-02-02 Christian BraunerMerge pull request #2126 from flx42/nvidia-visible...
2018-02-02 Felix Abecassishooks: change the semantic of NVIDIA_VISIBLE_DEVICES=""
2018-02-01 Christian BraunerMerge pull request #2120 from stgraber/master
2018-02-01 Stéphane Graberdebian: We must use iproute on wheezy
2018-02-01 Stéphane GraberMerge pull request #2119 from brauner/2018-02-01/fix_an...
2018-02-01 Christian Braunerlsm: do not #ifdefine
2018-02-01 Serge HallynMerge pull request #2114 from brauner/2018-01-27/make_n...
2018-01-31 Christian Braunercgroups: more consistent naming
2018-01-31 Christian Braunercgroups: handle limits on the unified hierarchy
2018-01-31 Christian Braunerconfile: add lxc.cgroup2.[controller].[property]
2018-01-31 Christian Braunercgroups: cgfsng_set: handle unified hierarchy
2018-01-31 Christian Braunercgroups: cgfsng_get: handle unified hierarchy
2018-01-31 Christian Braunercgroups: cgfsng_attach: handle unified hierarchy
2018-01-31 Christian Braunercgroups: cgfsng_create: handle unified hierarchy
2018-01-31 Christian Braunercgroups: get controllers on the unified hierarchy
2018-01-30 Stéphane GraberMerge pull request #2116 from brauner/2018-01-29/legacy...
2018-01-30 Christian Braunerconfile_legacy: fix legacy network parser
2018-01-29 Serge HallynMerge pull request #2102 from brauner/2018-01-22/lsm_si...
2018-01-27 Christian Braunertools: make "-n" optional
2018-01-27 Christian BraunerMerge pull request #2113 from marcosps/seccomp_return
2018-01-27 Marcos Paulo... seccomp.c: Use return instead of attribution and return
2018-01-27 Christian BraunerMerge pull request #2112 from stgraber/master
2018-01-27 Stéphane Graberdebian: Use iproute2 instead of iproute
2018-01-26 Christian BraunerMerge pull request #2111 from tych0/unpriv-fixups
2018-01-26 Tycho Andersenrename am_unpriv to am_host_unpriv
2018-01-26 Tycho Andersenbetter unprivileged detection
2018-01-26 Tycho Andersenbetter check for lock dir
2018-01-26 Christian BraunerMerge pull request #2109 from duguhaotian/new
2018-01-26 duguhaotian[cgfsng] show wrong errno
2018-01-24 Stéphane GraberMerge pull request #2099 from brauner/2018-01-20/attach...
2018-01-23 Christian BraunerMerge pull request #2103 from marcosps/forward_not_used
2018-01-23 Marcos Paulo... network.c: Remove ip_forward_set and callers
2018-01-22 Christian Braunerautotools: do not link against libapparmor
2018-01-22 Christian Braunerapparmor: do not call aa_change_profile()
2018-01-22 Christian Braunerlsm: add lsm_process_label_set_at()
2018-01-22 Christian Braunerlsm: add lsm_process_label_fd_get()
2018-01-22 Christian Braunerlsm: non-functional changes
2018-01-22 Christian BraunerMerge pull request #2092 from lifeng68/modify_console_c...
2018-01-22 LiFengFix comments and add check in lxc_poll.
2018-01-22 Christian BraunerMerge pull request #2100 from lifeng68/Modify_git_ignore
2018-01-22 LiFengModify .gitignore
2018-01-22 Christian BraunerMerge pull request #2101 from tenforward/japanese
2018-01-22 KATOH Yasufumidoc: Update Japanese lxc-attach(1) and lxc.container...
2018-01-21 Christian Braunerattach: non-functional changes
2018-01-21 Christian Braunerattach: setup /proc limits
2018-01-21 Christian Braunerstart: fix mainloop cleanup goto statements
2018-01-21 Christian Braunercoverity: #1426694
2018-01-21 Christian Braunercoverity: #1426734
2018-01-20 Christian Braunercoverity: #1427190
2018-01-20 Christian Braunercoverity: #1427191
2018-01-20 Christian Braunercoverity: #1427638
2018-01-20 Christian Braunercoverity: #1427639
2018-01-20 Christian Braunercoverity: #1427668
2018-01-20 Christian Braunertools: fix android
2018-01-20 Christian Braunertools: non-functional changes
2018-01-20 Christian Braunerattach: init struct
2018-01-20 Christian BraunerMerge pull request #2097 from mikemccracken/2018-01...
2018-01-19 Christian BraunerMerge pull request #2096 from mikemccracken/patch-1
2018-01-19 Christian BraunerMerge pull request #2095 from tych0/remove-lxc-init
2018-01-19 Michael McCrackenstorage: treat return value from ops->destroy as int
2018-01-19 Tycho Andersenunlink lxc-init
2018-01-19 LiFeng Adapt lxc_setup_console() to bind mount 'console'
2018-01-19 Michael McCrackenmanpage: correct lxc.log.file conf option
2018-01-19 Serge HallynMerge pull request #2094 from tych0/propagate-exit...
2018-01-19 Tycho Andersenset exit status to 1 in the unknown si_code case
2018-01-19 Tycho Andersenlxc-execute: actually exit with the status of the spawn...
2018-01-19 Tycho Andersenstart: don't return false when the container's init...
2018-01-19 Tycho Andersenremember the exit code from the init process
2018-01-19 Tycho Andersenlxc.init: correctly exit with the app's error code
next