summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | systemctl: show error when help for unknown unit is requestedZbigniew Jędrzejewski-Szmek2021-07-121-1/+1
* | docs: improve wording when mentioning the acronym "ESP"nl67202021-07-091-1/+1
|/
* dbus: extend SocketBind{Allow|Deny}= with ip protoJulia Kartseva2021-06-301-5/+14
* dbus: extend SocktBind{Allow|Deny}= with ip protoJulia Kartseva2021-06-151-3/+3
* Clarify help information for --globalnerdopolis2021-06-101-1/+1
* core: add MemoryAvailable unit propertyLuca Boccassi2021-06-081-0/+8
* Merge pull request #19766 from keszybz/fuzz-fixesYu Watanabe2021-06-014-10/+19
|\
| * systemctl: unset const char* arguments in static destructorsZbigniew Jędrzejewski-Szmek2021-05-314-8/+17
| * systemctl: put static destructor in the order of variablesZbigniew Jędrzejewski-Szmek2021-05-311-2/+2
* | systemctl: avoid crash when pattern expands to empty unit listZbigniew Jędrzejewski-Szmek2021-05-251-0/+2
|/
* systemctl: use strextend_with_separator()Yu Watanabe2021-05-201-7/+2
* Merge pull request #19653 from poettering/greedy-realloc-moreLennart Poettering2021-05-195-16/+9
|\
| * alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-195-16/+9