Age | Commit message (Expand) | Author |
2016-05-28 | systemctl: remove empty line between comment and action | Zbigniew Jędrzejewski-Szmek |
2016-05-28 | Merge pull request #3336 from eworm-de/systemctl-set-default | Zbigniew Jędrzejewski-Szmek |
2016-05-27 | core: add cgroup memory controller support on the unified hierarchy (#3315) | Tejun Heo |
2016-05-27 | systemctl: fix code path (and memory leak) on error | Christian Hesse |
2016-05-27 | systemctl: fix return values on success | Christian Hesse |
2016-05-27 | systemctl: remove extra comma | Christian Hesse |
2016-05-26 | {machine,system}ctl: always pass &changes and &n_changes (#3350) | Christian Hesse |
2016-05-20 | Merge pull request #3290 from htejun/cgroup2-io-compat | Lennart Poettering |
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: introduce CGroupIOLimitType enums | Tejun Heo |
2016-05-16 | Merge pull request #3193 from htejun/cgroup-io-controller | Lennart Poettering |
2016-05-09 | tree-wide: rename draw_special_char to special_glyph | Zbigniew Jędrzejewski-Szmek |
2016-05-07 | systemctl: do not print header if no units will be listed | Zbigniew Jędrzejewski-Szmek |
2016-05-07 | systemctl: rewrite code to explicitly take care of n_units==0 case | Zbigniew Jędrzejewski-Szmek |
2016-05-06 | systemctl: indentation fix | Lennart Poettering |
2016-05-05 | core: add io controller support on the unified hierarchy | Tejun Heo |
2016-05-02 | core: fix detection whether per-unit drop-ins changed | Lennart Poettering |
2016-04-29 | core: Filter by unit name behind the D-Bus, instead on the client side (#3142) | kayrus |
2016-04-22 | systemctl: add two minor assert()s | Lennart Poettering |
2016-04-22 | shared: drop kernel_thread bool from cgroups show code | Lennart Poettering |
2016-04-22 | core,systemctl: add bus API to retrieve processes of a unit | Lennart Poettering |
2016-04-21 | systemctl,pid1: do not warn about missing install info with "preset" | Zbigniew Jędrzejewski-Szmek |
2016-04-19 | systemctl: hide "following" units if '--all' is not passed (#2967) | Franck Bui |
2016-04-19 | systemctl: warning about missing install info for template units | Zbigniew Jędrzejewski-Szmek |
2016-04-19 | shared/install,systemctl,core: report offending file on installation error | Zbigniew Jędrzejewski-Szmek |
2016-04-18 | Various formatting and style fixes | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | systemctl/core: ignore masked units in preset-all | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked" | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | systemctl: make --root=/ disable dbus again | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | systemctl: fix leak | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | tree-wide: remove useless NULLs from strjoina | Zbigniew Jędrzejewski-Szmek |
2016-04-12 | systemctl: when we want to know whether there's a native unit file, don't cho... | Lennart Poettering |
2016-04-12 | core: make sure we generate a nicer error when a linked unit is attempted to ... | Lennart Poettering |
2016-04-12 | core,systemctl: add new "systemctl revert" command | Lennart Poettering |
2016-04-12 | systemctl: don't confuse sysv code with generated units | Lennart Poettering |
2016-04-12 | systemctl: add error message when we get unexpected event from waitid() | Lennart Poettering |
2016-04-12 | systemctl: fix incorrect errno for error message | Lennart Poettering |
2016-04-12 | systemctl: move check whether a service exists as native unit file to install.c | Lennart Poettering |
2016-04-12 | core: rework reboot parameter logic a bit | Lennart Poettering |
2016-04-12 | install: introduce a new unit file state "transient" | Lennart Poettering |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-04-12 | systemctl: port systemctl over to the new LookupPaths configuration directory... | Lennart Poettering |
2016-04-12 | core: when enabling a generated unit file, return a clean error | Lennart Poettering |
2016-04-12 | core: add a new unit file state "generated" | Lennart Poettering |
2016-04-12 | core: rework generator dir logic, move the dirs into LookupPaths structure | Lennart Poettering |
2016-04-06 | Merge pull request #2962 from keszybz/value-option | Lennart Poettering |
2016-04-04 | systemctl: add --value option | Zbigniew Jędrzejewski-Szmek |
2016-04-01 | systemctl: use correct printf macros for uint32 | Martin Pitt |