Age | Commit message (Expand) | Author |
2017-02-08 | systemctl: make sure that --now is carried out (#5209) | Jan Synacek |
2017-02-07 | core: when loading .wants and .requires, follow the same logic as .d conf dro... | Zbigniew Jędrzejewski-Szmek |
2017-02-03 | Merge pull request #5213 from keszybz/systemctl-root-cat | Lennart Poettering |
2017-02-02 | systemctl: 'show' don't exit with a failure status if the requested property ... | Franck Bui |
2017-02-02 | systemctl: also use chase_symlinks for dropins | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | systemctl: do not prepend arg_root twice when catting units | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | systemctl: restore --failed (#5198) | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | systemctl: ignore SIGTERM after switch root | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | systemctl: always avoid being killed when doing switch-root | Zbigniew Jędrzejewski-Szmek |
2017-01-15 | systemctl: fix alignment with units in not-found state | Zbigniew Jędrzejewski-Szmek |
2017-01-15 | systemctl: uninitalized variable | Zbigniew Jędrzejewski-Szmek |
2017-01-11 | systemctl: remove duplicate entries showed by list-dependencies (#5049) | Franck Bui |
2016-12-20 | systemctl: do not segfault when we cannot find template unit (#4915) | Zbigniew Jędrzejewski-Szmek |
2016-12-01 | fs-util: add flags parameter to chase_symlinks() | Lennart Poettering |
2016-11-30 | systemctl: fix 'is-enabled' exit status on failure when executed in chroot (#... | Franck Bui |
2016-11-24 | core: make sure initrd-switch-root command survives PID1's killing spree (#4730) | Franck Bui |
2016-11-16 | core/dbus-job, systemctl: shorten some code | Zbigniew Jędrzejewski-Szmek |
2016-11-16 | systemctl: shorter list-jobs --before/--after output a bit | Zbigniew Jędrzejewski-Szmek |
2016-11-16 | systemctl: show waiting jobs when "systemctl list-jobs --after/--before" is c... | Lennart Poettering |
2016-11-16 | systemctl: add env var to force connection to system manager via the bus | Lennart Poettering |
2016-11-11 | systemctl: resolve symlinks when finding unit paths (#4545) | Felipe Sateler |
2016-11-11 | tree-wide: make invocations of extract_first_word more uniform (#4627) | Zbigniew Jędrzejewski-Szmek |
2016-11-07 | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek |
2016-11-03 | Merge pull request #4510 from keszybz/tree-wide-cleanups | Lennart Poettering |
2016-11-02 | Merge pull request #4481 from poettering/perpetual | Zbigniew Jędrzejewski-Szmek |
2016-11-02 | systemctl: fix incorrect "need reload" on cat (#4535) | Lucas Werkmeister |
2016-11-02 | systemctl: tweak the "systemctl list-units" output a bit | Lennart Poettering |
2016-11-02 | systemctl: properly turn off color after active column | Lennart Poettering |
2016-10-27 | systemctl: warn when cat shows changed unit files (#4493) | Lucas Werkmeister |
2016-10-25 | systemctl: fix two minor memory leaks in --wait handling | Lennart Poettering |
2016-10-24 | shared, systemctl: teach is-enabled to show installation targets | Jan Synacek |
2016-10-24 | install: introduce UnitFileFlags | Jan Synacek |
2016-10-23 | tree-wide: drop NULL sentinel from strjoin | Zbigniew Jędrzejewski-Szmek |
2016-10-17 | systemctl: ditto for list-unit-files | Zbigniew Jędrzejewski-Szmek |
2016-10-17 | systemctl: use underlines to seperate unit types in listing | Zbigniew Jędrzejewski-Szmek |
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 |