summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2017-02-21systemctl: suffix cmdline options that take arguments with =Lennart Poettering
2017-02-20tree-wide: add man: to manpage references (#5402)Lucas Werkmeister
2017-02-20systemctl: Fix condition in start_special() (#5399)Benjamin Robin
2017-02-20Merge pull request #5392 from keszybz/systemctl-editLennart Poettering
2017-02-19systemctl: give a hint about --force --force when communication with manager ...Zbigniew Jędrzejewski-Szmek
2017-02-19systemctl: fix hint with edit --global/--userZbigniew Jędrzejewski-Szmek
2017-02-19systemctl: fix editing of units with no fragmentZbigniew Jędrzejewski-Szmek
2017-02-19systemctl: when told to edit an instance, do not edit the templateZbigniew Jędrzejewski-Szmek
2017-02-19systemctl: fix error messages (#5389)Lucas Werkmeister
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering
2017-02-08systemctl: make sure that --now is carried out (#5209)Jan Synacek
2017-02-07core: when loading .wants and .requires, follow the same logic as .d conf dro...Zbigniew Jędrzejewski-Szmek
2017-02-03Merge pull request #5213 from keszybz/systemctl-root-catLennart Poettering
2017-02-02systemctl: 'show' don't exit with a failure status if the requested property ...Franck Bui
2017-02-02systemctl: also use chase_symlinks for dropinsZbigniew Jędrzejewski-Szmek
2017-02-02systemctl: do not prepend arg_root twice when catting unitsZbigniew Jędrzejewski-Szmek
2017-02-02systemctl: restore --failed (#5198)Zbigniew Jędrzejewski-Szmek
2017-01-31systemctl: ignore SIGTERM after switch rootZbigniew Jędrzejewski-Szmek
2017-01-31systemctl: always avoid being killed when doing switch-rootZbigniew Jędrzejewski-Szmek
2017-01-15systemctl: fix alignment with units in not-found stateZbigniew Jędrzejewski-Szmek
2017-01-15systemctl: uninitalized variableZbigniew Jędrzejewski-Szmek
2017-01-11systemctl: remove duplicate entries showed by list-dependencies (#5049)Franck Bui
2016-12-20systemctl: do not segfault when we cannot find template unit (#4915)Zbigniew Jędrzejewski-Szmek
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-11-30systemctl: fix 'is-enabled' exit status on failure when executed in chroot (#...Franck Bui
2016-11-24core: make sure initrd-switch-root command survives PID1's killing spree (#4730)Franck Bui
2016-11-16core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek
2016-11-16systemctl: shorter list-jobs --before/--after output a bitZbigniew Jędrzejewski-Szmek
2016-11-16systemctl: show waiting jobs when "systemctl list-jobs --after/--before" is c...Lennart Poettering
2016-11-16systemctl: add env var to force connection to system manager via the busLennart Poettering
2016-11-11systemctl: resolve symlinks when finding unit paths (#4545)Felipe Sateler
2016-11-11tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
2016-11-02Merge pull request #4481 from poettering/perpetualZbigniew Jędrzejewski-Szmek
2016-11-02systemctl: fix incorrect "need reload" on cat (#4535)Lucas Werkmeister
2016-11-02systemctl: tweak the "systemctl list-units" output a bitLennart Poettering
2016-11-02systemctl: properly turn off color after active columnLennart Poettering
2016-10-27systemctl: warn when cat shows changed unit files (#4493)Lucas Werkmeister
2016-10-25systemctl: fix two minor memory leaks in --wait handlingLennart Poettering
2016-10-24shared, systemctl: teach is-enabled to show installation targetsJan Synacek
2016-10-24install: introduce UnitFileFlagsJan Synacek
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-17systemctl: ditto for list-unit-filesZbigniew Jędrzejewski-Szmek
2016-10-17systemctl: use underlines to seperate unit types in listingZbigniew Jędrzejewski-Szmek
2016-10-11man: avoid using the term "loaded" for units currently in memory, since we al...Lennart Poettering
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering
2016-10-10exit-status: kill is_clean_exit_lsb(), move logic to sysv-generatorLennart Poettering
2016-10-01systemctl: Add --wait option to wait until started units terminate againMartin Pitt