Age | Commit message (Expand) | Author |
2016-08-15 | core: rename cg_unified() to cg_all_unified() | Tejun Heo |
2016-08-04 | Merge pull request #3885 from keszybz/help-output | Lennart Poettering |
2016-08-04 | nspawn,resolve: short --help output to fit within 80 columns | Zbigniew Jędrzejewski-Szmek |
2016-08-03 | nspawn: if we can't mark the boot ID RO let's fail | Lennart Poettering |
2016-08-03 | nspawn: deprecate --share-system support | Lennart Poettering |
2016-08-03 | nspawn: try to bind mount resolved's resolv.conf snippet into the container | Lennart Poettering |
2016-07-26 | nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809) | Christian Brauner |
2016-07-25 | Merge pull request #3757 from poettering/efi-search | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3589 from brauner/cgroup_namespace | Lennart Poettering |
2016-07-22 | nspawn: don't skip cleanup on locking error | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | Use "return log_error_errno" in more places" | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | Merge pull request #3777 from poettering/id128-rework | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | nspawn: set DevicesPolicy closed and clean up duplicated devices | Alessandro Puccetti |
2016-07-22 | machine-id-setup: port machine_id_commit() to new id128-util.c APIs | Lennart Poettering |
2016-07-22 | nspawn: rework /etc/machine-id handling | Lennart Poettering |
2016-07-22 | nspawn: rework machine/boot ID handling code to use new calls from id128-util... | Lennart Poettering |
2016-07-22 | sd-id128: split UUID file read/write code into new id128-util.[ch] | Lennart Poettering |
2016-07-22 | tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate | Lennart Poettering |
2016-07-22 | Merge pull request #3764 from poettering/assorted-stuff-2 | Martin Pitt |
2016-07-21 | nspawn: enable major=0/minor=0 devices inside the container (#3773) | Alessandro Puccetti |
2016-07-21 | nspawn: if an ESP is part of the disk image to operate on, mount it to /efi o... | Lennart Poettering |
2016-07-20 | nspawn: when netns is on, mount /proc/sys/net writable | Lennart Poettering |
2016-07-20 | nspawn: document why the uid shift range is the way it is | Lennart Poettering |
2016-07-18 | treewide: remove unused variables | Thomas Hindoe Paaboel Andersen |
2016-07-18 | nspawn: decrease mkdir error logging in /sys to debug priority (#3748) | tblume |
2016-07-15 | tree-wide: get rid of selinux_context_t (#3732) | Zbigniew Jędrzejewski-Szmek |
2016-07-12 | Various fixes for typos found by lintian (#3705) | Michael Biebl |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-07-09 | nspawn: handle cgroup namespaces | Christian Brauner |
2016-07-04 | treewide: fix typos | Torstein Husebø |
2016-06-25 | nspawn: fix uid patching logic (#3599) | Lennart Poettering |
2016-06-13 | nspawn: lock down system call filter a bit | Lennart Poettering |
2016-06-13 | nspawn: order caps to retain alphabetically | Lennart Poettering |
2016-06-10 | nspawn: introduce --notify-ready=[no|yes] (#3474) | Alessandro Puccetti |
2016-05-29 | util-lib: Add sparc64 support for process creation (#3348) | Michael Karcher |
2016-05-26 | nspawn: rename arg_retain to arg_caps_retain | Djalal Harouni |
2016-05-26 | nspawn: split out seccomp call into nspawn-seccomp.[ch] | Djalal Harouni |
2016-05-26 | nspawn: rename is_procfs_sysfs_or_suchlike() to is_fs_fully_userns_compatible() | Djalal Harouni |
2016-05-26 | nspawn: a bench of special fileystems that should not be shifted | Djalal Harouni |
2016-05-22 | nspawn: remove unreachable return statement (#3320) | Zbigniew Jędrzejewski-Szmek |
2016-05-12 | nspawn: drop spurious newline | Lennart Poettering |
2016-05-09 | nspawn: only remove veth links we created ourselves | Lennart Poettering |
2016-05-09 | tree-wide: port more code to use ifname_valid() | Lennart Poettering |
2016-05-09 | nspawn: add new --network-zone= switch for automatically managed bridge devices | Lennart Poettering |
2016-05-09 | util-lib: add new ifname_valid() call that validates interface names | Lennart Poettering |
2016-05-03 | Merge pull request #3111 from poettering/nspawn-remove-veth | Zbigniew Jędrzejewski-Szmek |
2016-05-03 | Revert "nspawn: explicitly remove veth links after use (#3111)" | Zbigniew Jędrzejewski-Szmek |
2016-04-29 | nspawn: convert uuid to string (#3146) | Evgeny Vereshchagin |
2016-04-28 | nspawn: initialize the veth_name (#3141) | Evgeny Vereshchagin |
2016-04-26 | Merge pull request #3093 from poettering/nspawn-userns-magic | Lennart Poettering |