summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* systemctl: add list-automounts verbDavid Tardon2022-07-253-0/+188
* systemctl: simplify var. definition a bitDavid Tardon2022-07-251-5/+3
* systemctl: extract output of legend to a functionDavid Tardon2022-07-251-20/+17
* systemctl: drop unneeded conditionDavid Tardon2022-07-251-32/+32
* systemctl: reduce var. scope and shorten the code a bitDavid Tardon2022-07-251-17/+10
* systemctl: fix type used for array sizes to size_tLennart Poettering2022-07-251-10/+10
* systemctl: include upheld units in dependenciesDavid Tardon2022-07-171-1/+3
* Merge pull request #23731 from bluca/bootctl_imageLuca Boccassi2022-07-081-1/+1
|\
| * bootctl: add --root and --imageLuca Boccassi2022-07-081-1/+1
* | systemctl: drop color settings in log messageYu Watanabe2022-07-071-3/+1
* | systemctl: enable colorized logging by defaultYu Watanabe2022-07-071-2/+1
|/
* Merge pull request #15205 from jlebon/pr/preset-all-firstbootZbigniew Jędrzejewski-Szmek2022-07-062-5/+5
|\
| * systemctl: stop saying "vendor preset"Zbigniew Jędrzejewski-Szmek2022-05-042-5/+5
* | systemctl: rename field for clarityZbigniew Jędrzejewski-Szmek2022-07-021-7/+7
* | systemctl: add `edit` verb to arguments' help textElias Probst2022-06-101-5/+6
* | systemctl: simplify code a bitZbigniew Jędrzejewski-Szmek2022-06-091-4/+5
* | basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-5/+2
* | man/systemctl: improve grammar in description of --check-inhibitorsZbigniew Jędrzejewski-Szmek2022-06-011-2/+2
* | systemctl: drop translation of method names to descriptions in error messageZbigniew Jędrzejewski-Szmek2022-06-011-22/+19
* | systemctl: make function staticZbigniew Jędrzejewski-Szmek2022-06-012-11/+4
* | 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