Age | Commit message (Expand) | Author |
2016-05-28 | login: Fix policy for org.freedesktop.login1.set-self-linger (#3365) (#3373) | Michael Biebl |
2016-05-27 | core: add cgroup memory controller support on the unified hierarchy (#3315) | Tejun Heo |
2016-05-27 | Merge pull request #3329 from htejun/dbus-cgroup-fixes | Lennart Poettering |
2016-05-27 | core: fix missing newline when writing drop-in for WorkingDirectory (#3337) | Tejun Heo |
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-26 | {machine,system}ctl: always pass &changes and &n_changes (#3350) | Christian Hesse |
2016-05-24 | Merge pull request #3247 from fbuihuu/ask-passowrd-on-all-consoles | Lennart Poettering |
2016-05-24 | Udevadm trivial cleanups (#3331) | Zbigniew Jędrzejewski-Szmek |
2016-05-24 | ask-password: ask for passphrases not only on the first console of /dev/console | Werner Fink |
2016-05-24 | Revert "rules: allow users to access frame buffer devices" (#3333) | Zbigniew Jędrzejewski-Szmek |
2016-05-23 | sd-device: udev-db - handle properties with empty value (#3330) | Tom Gundersen |
2016-05-23 | core: fix missing newlines when writing out drop-ins for cgroup settings | Tejun Heo |
2016-05-23 | core: fix the reversed sanity check when setting StartupBlockIOWeight over dbus | Tejun Heo |
2016-05-23 | networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294) | Susant Sahani |
2016-05-23 | resolved: don't stop handle messages after receiving a zero length UDP packet... | Evgeny Vereshchagin |
2016-05-22 | ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM sockets | Lennart Poettering |
2016-05-22 | sd-ipv4acd: do not define ether_addr_is_nul() redundantly | Lennart Poettering |
2016-05-22 | sd-ipv4acd: drop HASH_KEY definition, as it is unused | Lennart Poettering |
2016-05-22 | nspawn: remove unreachable return statement (#3320) | Zbigniew Jędrzejewski-Szmek |
2016-05-21 | networkd-ndisc: do not return value from void functionsystemd/v230 | Zbigniew Jędrzejewski-Szmek |
2016-05-21 | run: do not try to use reply after freeing it (#3318) | Zbigniew Jędrzejewski-Szmek |
2016-05-22 | libsystemd-network: use recv(..., 0) instead of read(...) (#3317) | Tom Gundersen |
2016-05-21 | core: set all log fds to -1 when freezing (#3314) | Evgeny Vereshchagin |
2016-05-20 | core: put opening curly braces on the same line as function names (#3313) | Tejun Heo |
2016-05-20 | Revert "core/dbus: further simplify branch code" (#3307) | Lennart Poettering |
2016-05-20 | Merge pull request #3304 from tomty89/master | Tom Gundersen |
2016-05-20 | Merge pull request #3276 from ssahani/issue-3264 | Tom Gundersen |
2016-05-20 | Merge pull request #3290 from htejun/cgroup2-io-compat | Lennart Poettering |
2016-05-20 | Merge pull request #3235 from dkg/hwaddr-cleanup | Tom Gundersen |
2016-05-20 | core/dbus: revert oversimplification (#3309) | Jonathan Boulle |
2016-05-20 | Make the fix for net/if.h fuckup even worse (#3287) | Zbigniew Jędrzejewski-Szmek |
2016-05-20 | resolved: fix accounting of dns serves on a link (#3291) | Zbigniew Jędrzejewski-Szmek |
2016-05-20 | core/dbus: expose SELinuxContext property (#3284) | Jonathan Boulle |
2016-05-20 | basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical... | Evgeny Vereshchagin |
2016-05-20 | sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299) | sadag |
2016-05-20 | [networkd-dhcp6] do not call sd_dhcp6_client_start() from dhcp6_request_addre... | tomty89 |
2016-05-20 | [networkd-ndisc] set IPv6LL address in DHCP client | tomty89 |
2016-05-19 | systemctl: suppress no-[Install] hint when --quiet is used (#3295) | Zbigniew Jędrzejewski-Szmek |
2016-05-19 | systemctl: reload configuration when enabling sysv units too (#3297) | Franck Bui |
2016-05-19 | systemctl: restore the no-sync option for legacy halt (#3249) | tblume |
2016-05-18 | core/dbus: further simplify branch code (#3283) | Jonathan Boulle |
2016-05-18 | core: translate between IO and BlockIO settings to ease transition | Tejun Heo |
2016-05-18 | core: factor out io and blkio helper functions from cgroup_context_apply() | Tejun Heo |
2016-05-18 | core: update CGroupBlockIODeviceBandwidth to record both rbps and wbps | Tejun Heo |
2016-05-18 | core: add support for IOReadIOPSMax and IOWriteIOPSMax | Tejun Heo |
2016-05-18 | core: introduce CGroupIOLimitType enums | Tejun Heo |
2016-05-18 | networkd: Drop IPv6LL address when link is down | Susant Sahani |