Age | Commit message (Expand) | Author |
2017-06-17 | fnotsystemd/wip/nspawn | Luke Shumaker |
2017-06-16 | a | Luke Shumaker |
2017-06-16 | nspawn: Add a special "INHERIT" cgroup mode | Luke Shumaker |
2017-06-16 | nspawn: Divorce the code deciding the cgroup mounts from the code performing ... | Luke Shumaker |
2017-06-16 | nspawn: Don't expect the outer child die until after the inner is cgroupified | Luke Shumaker |
2017-06-16 | nspawn: Track the inner child and outer child PIDs separately | Luke Shumaker |
2017-06-16 | nspawn: Be more robust when deciding to create subcgroups or chown cgroups | Luke Shumaker |
2017-06-16 | nspawn: Improve error messages | Luke Shumaker |
2017-06-16 | nspawn: Clarify sync_cgroup(); tmp dirname, error message | Luke Shumaker |
2017-06-16 | nspawn: mount_legacy_cgns_supported(): Rename variables to not lie | Luke Shumaker |
2017-06-16 | nspawn: Merge chown_cgroup(), sync_cgroup(), and create_subcgroup() into one ... | Luke Shumaker |
2017-06-16 | nspawn: Detect the outer_cgver once, and pass that around | Luke Shumaker |
2017-06-16 | nspawn: nspawn-cgroup.{c,h}: s/unified_requested/inner_cgver/ | Luke Shumaker |
2017-06-16 | nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.c | Luke Shumaker |
2017-06-16 | nspawn: Parse UNIFIED_CGROUP_HIERARCHY similarly to any other arg | Luke Shumaker |
2017-06-16 | nspawn: Clarify detect_unified_cgroup_hierarchy() | Luke Shumaker |
2017-06-16 | nspawn: Rename arg_uid_shift -> uid_shift | Luke Shumaker |
2017-06-16 | nspawn: Improve --help text | Luke Shumaker |
2017-06-16 | nspawn: Simplify tmpfs_patch_options() usage, and trickle that up | Luke Shumaker |
2017-06-16 | nspawn: mount_sysfs(): Reword the comment about /sys/fs/cgroup | Luke Shumaker |
2017-06-16 | nspawn: if !cg_ns_supported() then force arg_use_cgns = false | Luke Shumaker |
2017-06-16 | nspawn: send_one_fd() uses the "return -errno" convention, not errno | Luke Shumaker |
2017-06-16 | nspawn: fix clobbering of selinux context arg | Zbigniew Jędrzejewski-Szmek |
2017-06-16 | tree-wide: adjust fall through comments so that gcc is happy | Zbigniew Jędrzejewski-Szmek |
2017-06-16 | nspawn: add missing -E to getopt_long (#4860) | Wim de With |
2017-06-16 | nspawn: fix cgroup mode detection | Tejun Heo |
2017-05-06 | Merge tag 'systemd/v232-6.parabola1'systemd/v232-8.parabola2 | Luke Shumaker |
2017-05-06 | build-sys: add check for gperf lookup function signature (#5055) | Mike Gilbert |
2016-12-17 | Merge tag 'systemd/v232-4'systemd/v232-6 | Luke Shumaker |
2016-12-17 | nspawn: don't hide --bind=/tmp/* mounts | Dave Reisner |
2016-12-17 | nspawn: fix exit code for --help and --version (#4609) | Martin Pitt |
2016-12-17 | Revert "nspawn: try to bind mount resolved's resolv.conf snippet into the con...systemd/v232-4 | Dave Reisner |
2016-11-02 | nspawn: if we set up a loopback device, try to mount it with "discard" | Lennart Poettering |
2016-10-24 | seccomp: add new seccomp_init_conservative() helper | Lennart Poettering |
2016-10-23 | nspawn: become a new root early | Evgeny Vereshchagin |
2016-10-23 | nspawn: really lchown(uid/gid) | Evgeny Vereshchagin |
2016-10-21 | nspawn, NEWS: add missing "s" in --private-users-chown (#4438) | Zbigniew Jędrzejewski-Szmek |
2016-10-16 | tree-wide: use mfree more | Zbigniew Jędrzejewski-Szmek |
2016-10-14 | nspawn: remove unused variable (#4369) | Thomas H. P. Andersen |
2016-10-13 | nspawn: cleanup and chown the synced cgroup hierarchy (#4223) | Evgeny Vereshchagin |
2016-10-12 | Merge pull request #4351 from keszybz/nspawn-debugging | Lennart Poettering |
2016-10-11 | nspawn: let's mount(/tmp) inside the user namespace (#4340) | Evgeny Vereshchagin |
2016-10-11 | nspawn,mount-util: add [u]mount_verbose and use it in nspawn | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | nspawn: small cleanups in get_controllers() | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | nspawn: simplify arg_us_cgns passing | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | Merge pull request #4332 from keszybz/nspawn-arguments-3 | Lennart Poettering |
2016-10-10 | Merge pull request #4310 from keszybz/nspawn-autodetect | Evgeny Vereshchagin |
2016-10-10 | nspawn: better error messages for parsing errors | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | nspawn,man: fix parsing of numeric args for --private-users, accept any boolean | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | Revert "nspawn: fix parsing of numeric arguments for --private-users" | Zbigniew Jędrzejewski-Szmek |