Age | Commit message (Expand) | Author |
2016-10-11 | man: avoid using the term "loaded" for units currently in memory, since we al... | Lennart Poettering |
2016-10-10 | core: when determining whether a process exit status is clean, consider wheth... | Lennart Poettering |
2016-10-10 | exit-status: kill is_clean_exit_lsb(), move logic to sysv-generator | Lennart Poettering |
2016-10-01 | systemctl: Add --wait option to wait until started units terminate again | Martin Pitt |
2016-09-24 | systemctl: suppress errors with "show" for nonexistent units and properties | Zbigniew Jędrzejewski-Szmek |
2016-09-24 | systemctl,networkctl,busctl,backlight: use STRPTR_IN_SET | Zbigniew Jędrzejewski-Szmek |
2016-09-24 | systemctl: use STR_IN_SET | Zbigniew Jędrzejewski-Szmek |
2016-09-01 | systemctl: usable status command for special units (#4072) | Cireo |
2016-08-30 | core: introduce MemorySwapMax= | WaLyong Cho |
2016-08-20 | systemctl: kill all units specified on the command line, not just the first one. | Clinton Roy |
2016-08-18 | bus-util: unify loop around bus_append_unit_property_assignment() | Lennart Poettering |
2016-08-04 | journalctl,systemctl: add "short-full", "short-unix" mode to --help | Zbigniew Jędrzejewski-Szmek |
2016-08-03 | systemctl: consider service running only when it is in active or reloading st... | Lukáš Nykrýn |
2016-07-27 | systemctl: be sure to be quiet with 'systemctl is-enabled --quiet' (#3819) | Christian Rebischke |
2016-07-26 | systemctl: allow disable on the unit file path, but warn about it (#3806) | Michal Sekletar |
2016-07-25 | systemctl: use _cleanup_ for UnitCondition | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: simplify machine_info_clear | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: avoid "leaking" some strings in UnitStatusInfo | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: use cleanup function for UnitStatusInfo | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3681 from walyong/systemctl_condition | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: style tweaks for the new condition code | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | man: update systemctl man page for unit file commands, in particular "systemc... | Lennart Poettering |
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 | systemctl: never check inhibitors if -H or -M are used (#3781) | Lennart Poettering |
2016-07-22 | systemctl: fix format string for uint64_t field | Lennart Poettering |
2016-07-22 | systemctl: fix output alignment in "systemctl status" | Lennart Poettering |
2016-07-18 | treewide: remove unused variables | Thomas Hindoe Paaboel Andersen |
2016-07-11 | systemctl: show failed condition list | WaLyong Cho |
2016-06-28 | systemctl mask of an non-existent unit should print a warning (#3521) | Susant Sahani |
2016-06-28 | Remove blank line in the output of “systemctl show” (#3614) | Lénaïc Huard |
2016-06-24 | systemctl: fix an error condition from "-1" to something meaningful | Lennart Poettering |
2016-06-24 | systemctl: Create new unit files with "edit --force" (#3584) | Doug Christman |
2016-06-22 | systemctl: Add missing "/" to files created by 'edit --runtime' | Douglas Christman |
2016-06-16 | Merge pull request #3546 from keszybz/systemctl-fixes | Lennart Poettering |
2016-06-16 | systemctl: delay pager/polkit agent opening as much as possible | Zbigniew Jędrzejewski-Szmek |
2016-06-16 | systemctl: make sure we terminate the bus connection first, and then close th... | Lennart Poettering |
2016-06-15 | systemctl: also fall back to ListUnitsFiltered on access denied | Zbigniew Jędrzejewski-Szmek |
2016-06-15 | systemctl: do not open pager twice | Zbigniew Jędrzejewski-Szmek |
2016-06-13 | systemctl: rework "systemctl status" a bit | Lennart Poettering |
2016-06-13 | systemctl: fix assertion hit when showing state of a unit without control group | Lennart Poettering |
2016-06-13 | systemctl: disallow systemctl --user reboot (#3519) | Zbigniew Jędrzejewski-Szmek |
2016-06-10 | systemctl: prolong timeout of "systemctl daemon-reload" | Lennart Poettering |
2016-06-10 | systemctl: don't suppress error code when handling legacy commands | Lennart Poettering |
2016-06-04 | systemctl: install sigbus handler (#3435) | Evgeny Vereshchagin |
2016-06-04 | Merge pull request #3392 from poettering/assorted-stuff | Zbigniew Jędrzejewski-Szmek |
2016-05-31 | systemctl: systemctl show --property' needs verification of property (#3364) | Susant Sahani |
2016-05-31 | systemctl: Replace init script error codes with enum (#3400) | Susant Sahani |
2016-05-30 | util-lib: make localed's nonempty() generic, rename it to empty_to_null() and... | Lennart Poettering |
2016-05-30 | systemctl: return diffrent error code if service exist or not (#3385) | Susant Sahani |