summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* systemctl: pretty-print ExtensionImages propertyLuca Boccassi2021-10-271-0/+56
* core: add RestrictFileSystems= fragment parserIago López Galeiras2021-10-061-1/+1
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* variuos: add missing includesZbigniew Jędrzejewski-Szmek2021-09-221-0/+2
* shared: Extract common LogControl CLI code to verb-log-control.hDaan De Meyer2021-09-101-55/+7
* run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user modeLennart Poettering2021-08-301-0/+5
* Merge pull request #18385 from kinvolk/mauricio/restrict-network-interfacesLennart Poettering2021-08-201-1/+1
|\
| * systemctl: show RestrictNetworkInterfaces= in systemctl showMauricio Vásquez2021-08-191-1/+1
* | tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-6/+2
|/
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-0310-12/+12
* systemctl: allow set-property to be called with a glob patternZbigniew Jędrzejewski-Szmek2021-07-291-20/+33
* tree-wide: FORMAT_TIMESTAMP() or friends must be used as a function argumentYu Watanabe2021-07-151-22/+15
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-142-76/+51
|\
| * Replace format_bytes_cgroup_protection with FORMAT_BYTES_CGROUP_PROTECTIONZbigniew Jędrzejewski-Szmek2021-07-091-3/+2
| * tree-wide: add FORMAT_BYTES()Zbigniew Jędrzejewski-Szmek2021-07-091-20/+13
| * tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-092-37/+27
| * tree-wide: add FORMAT_TIMESTAMP_RELATIVE()Zbigniew Jędrzejewski-Szmek2021-07-091-9/+8
| * tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-14/+8