summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
Commit message (Expand)AuthorAgeFilesLines
* Add short-iso-precise for journalctl output (#5884)Ian Wienand2017-05-071-1/+2
* build-sys: use a single ENABLE_LOGIND conditionalZbigniew Jędrzejewski-Szmek2017-04-041-8/+7
* systemctl: fix broken vertical lines in list-dependencies --all (#5608)Felix Zhang2017-03-201-0/+1
* systemctl: fix bad memory access when mangle_names() fails (#5485)Lennart Poettering2017-02-281-0/+1
* systemctl: suffix cmdline options that take arguments with =Lennart Poettering2017-02-211-2/+2
* tree-wide: add man: to manpage references (#5402)Lucas Werkmeister2017-02-201-1/+1
* systemctl: Fix condition in start_special() (#5399)Benjamin Robin2017-02-201-1/+1
* Merge pull request #5392 from keszybz/systemctl-editLennart Poettering2017-02-201-41/+71
|\
| * systemctl: give a hint about --force --force when communication with manager ...Zbigniew Jędrzejewski-Szmek2017-02-191-27/+32
| * systemctl: fix hint with edit --global/--userZbigniew Jędrzejewski-Szmek2017-02-191-1/+4
| * systemctl: fix editing of units with no fragmentZbigniew Jędrzejewski-Szmek2017-02-191-23/+27
| * systemctl: when told to edit an instance, do not edit the templateZbigniew Jędrzejewski-Szmek2017-02-191-3/+21
* | systemctl: fix error messages (#5389)Lucas Werkmeister2017-02-191-2/+2
|/
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-2/+2
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-8/+9
* systemctl: make sure that --now is carried out (#5209)Jan Synacek2017-02-081-8/+12
* core: when loading .wants and .requires, follow the same logic as .d conf dro...Zbigniew Jędrzejewski-Szmek2017-02-071-1/+2
* Merge pull request #5213 from keszybz/systemctl-root-catLennart Poettering2017-02-031-2/+2
|\
| * systemctl: also use chase_symlinks for dropinsZbigniew Jędrzejewski-Szmek2017-02-021-1/+1
| * systemctl: do not prepend arg_root twice when catting unitsZbigniew Jędrzejewski-Szmek2017-02-021-1/+1
* | systemctl: 'show' don't exit with a failure status if the requested property ...Franck Bui2017-02-021-5/+2
|/
* systemctl: restore --failed (#5198)Zbigniew Jędrzejewski-Szmek2017-02-021-0/+1
* systemctl: ignore SIGTERM after switch rootZbigniew Jędrzejewski-Szmek2017-01-311-1/+12
* systemctl: always avoid being killed when doing switch-rootZbigniew Jędrzejewski-Szmek2017-01-311-5/+3
* systemctl: fix alignment with units in not-found stateZbigniew Jędrzejewski-Szmek2017-01-151-1/+1
* systemctl: uninitalized variableZbigniew Jędrzejewski-Szmek2017-01-151-1/+2
* systemctl: remove duplicate entries showed by list-dependencies (#5049)Franck Bui2017-01-111-1/+1
* systemctl: do not segfault when we cannot find template unit (#4915)Zbigniew Jędrzejewski-Szmek2016-12-201-4/+18
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-011-1/+1
* systemctl: fix 'is-enabled' exit status on failure when executed in chroot (#...Franck Bui2016-11-301-1/+1
* core: make sure initrd-switch-root command survives PID1's killing spree (#4730)Franck Bui2016-11-241-0/+10
* core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek2016-11-161-17/+11
* systemctl: shorter list-jobs --before/--after output a bitZbigniew Jędrzejewski-Szmek2016-11-161-3/+3
* systemctl: show waiting jobs when "systemctl list-jobs --after/--before" is c...Lennart Poettering2016-11-161-2/+54
* systemctl: add env var to force connection to system manager via the busLennart Poettering2016-11-161-0/+3
* systemctl: resolve symlinks when finding unit paths (#4545)Felipe Sateler2016-11-111-12/+19
* tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek2016-11-111-11/+4
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-5/+5
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-5/+5
* | Merge pull request #4481 from poettering/perpetualZbigniew Jędrzejewski-Szmek2016-11-021-16/+21
|\ \
| * | systemctl: tweak the "systemctl list-units" output a bitLennart Poettering2016-11-021-14/+19
| * | systemctl: properly turn off color after active columnLennart Poettering2016-11-021-2/+2
* | | systemctl: fix incorrect "need reload" on cat (#4535)Lucas Werkmeister2016-11-021-1/+1
|/ /
* | systemctl: warn when cat shows changed unit files (#4493)Lucas Werkmeister2016-10-271-0/+14
* | systemctl: fix two minor memory leaks in --wait handlingLennart Poettering2016-10-251-4/+10
* | shared, systemctl: teach is-enabled to show installation targetsJan Synacek2016-10-241-3/+71
* | install: introduce UnitFileFlagsJan Synacek2016-10-241-10/+18
|/
* systemctl: ditto for list-unit-filesZbigniew Jędrzejewski-Szmek2016-10-171-13/+24
* systemctl: use underlines to seperate unit types in listingZbigniew Jędrzejewski-Szmek2016-10-171-27/+42