summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: make show/status honour --state and --typeZbigniew Jędrzejewski-Szmek2022-05-261-10/+22
* fuzz-systemctl-parse-argv: refuse commandlines above 1k entriesZbigniew Jędrzejewski-Szmek2022-05-081-0/+6
* systemctl: colorize "enabled" in 'systemctl status ...'amarjargal2022-04-171-3/+20
* systemctl: show tainted stateLennart Poettering2022-03-313-7/+22
* Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...Zbigniew Jędrzejewski-Szmek2022-03-2910-29/+29
|\
| * Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-299-23/+23
| * systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-293-6/+6
* | bootspec: normalize function names/parameter listsLennart Poettering2022-03-281-1/+1
* | bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering2022-03-281-1/+5
|/
* systemctl: use the right name in error messageZbigniew Jędrzejewski-Szmek2022-03-231-1/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-232-17/+16
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-1917-42/+5
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-2/+0
* systemctl: fix operations on relative pathsZbigniew Jędrzejewski-Szmek2022-03-181-9/+6
* systemctl: remove unused parameterZbigniew Jędrzejewski-Szmek2022-03-181-3/+3
* systemctl: drop left-over parensZbigniew Jędrzejewski-Szmek2022-03-181-2/+2
* tree-wide: use strv_contains() in more placesZbigniew Jędrzejewski-Szmek2022-03-182-3/+3
* systemctl: use action_table for scheduling shutdownLudwig Nussel2022-02-281-18/+3
* systemctl: Show how long a service ran for after it exited in status outputDaan De Meyer2022-02-231-0/+12
* tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-221-2/+2
* systemctl: rework daemon_reload() functionsLennart Poettering2022-02-229-32/+67
* systemctl: systematically rename verb entrypoints verb_xyz()Lennart Poettering2022-02-2258-167/+167
* systemctl: improve error messages related to halt failuresLudwig Nussel2022-02-222-4/+7
* systemctl,man: update docs for `--timestamp=`Frantisek Sumsal2022-02-211-5/+2
* systemctl: make `--timestamp=` affect the `show` verb as wellFrantisek Sumsal2022-02-191-0/+14
* systemctl: expand error messageZbigniew Jędrzejewski-Szmek2022-02-151-1/+1
* systemctl: fix halt -fLudwig Nussel2022-02-141-21/+24
* systemctl: use STR_IN_SET() where appropriateLennart Poettering2022-02-031-1/+3
* systemctl: strings returned by sd_bus_message_read_basic() are immutableLennart Poettering2022-02-021-13/+12
* systemctl: shutdown don't fallback on auth failLudwig Nussel2022-01-253-5/+5
* systemctl: simplify halt_main()Ludwig Nussel2022-01-251-28/+19
* meson: Use files() for fuzzersJan Janssen2022-01-111-3/+4
* systemctl: consistent output for scheduled shutdownsLudwig Nussel2022-01-101-9/+9
* systemctl: Fix --show timestampLudwig Nussel2022-01-051-1/+1
* systemctl: add shutdown --show optionLudwig Nussel2021-12-095-1/+49
* systemctl: support JSON output for "show-environment"Joris Hartog2021-12-061-4/+49
* systemctl: display how long a systemd service will run (#21494)Amir Omidi2021-11-301-2/+13
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-059-13/+13
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-039-13/+13
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
|/
* Merge pull request #21172 from poettering/fix-systemctl-cgroup-treeLennart Poettering2021-10-291-19/+13
|\
| * systemctl: make sure "systemctl -M status" shows cgroup tree of container not...Lennart Poettering2021-10-281-7/+9
| * systemctl: only fall back to local cgroup display if we talk to local systemdLennart Poettering2021-10-281-1/+1
| * systemctl: use LESS_BY where appropriateLennart Poettering2021-10-281-10/+2
| * systemctl: use empty_to_root() where appropriateLennart Poettering2021-10-281-1/+1
| * systemctl: suppress second argument of ternary op where we canLennart Poettering2021-10-281-1/+1
* | core: add [State|Runtime|Cache|Logs]Directory symlink as second parameterLuca Boccassi2021-10-281-0/+18
|/
* systemctl: drop redundant "else"Yu Watanabe2021-10-281-4/+4
* systemctl: small fixes for MountImages pretty printingLuca Boccassi2021-10-271-10/+10