summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* #15773 add --reboot-argument to systemctl rebootlaydervus2020-05-291-5/+25
* systemctl: Fix frozen state coloringMichal Koutný2020-05-191-1/+1
* systemctl: Check clean_or_freeze_unit(): Add assert if unknown methodBenjamin Robin2020-05-131-0/+2
* systemctl: fix indentation of 'Active:' field in status outputLennart Poettering2020-05-131-1/+1
* systemctl: switch to BusLocator-oriented helpersVito Caputo2020-05-071-398/+53
* systemctl: underline whole rows, gaplessLennart Poettering2020-05-061-14/+14
* systemctl: ensure underline for "list-unit-files" empty cellsLennart Poettering2020-05-061-2/+3
* systemctl: let's tweak how we synthesize a cell for activating unitLennart Poettering2020-05-061-7/+15
* systemctl: change column name in "list-sockets" out from "units" to "unit"Lennart Poettering2020-05-061-1/+1
* systemctl: show empty cells as '-'Lennart Poettering2020-05-061-0/+12
* Merge pull request #15692 from keszybz/preset-cleanupLennart Poettering2020-05-061-31/+63
|\
| * systemctl: do not show preset state for "static"/"alias"/"generated"/"transie...Zbigniew Jędrzejewski-Szmek2020-05-051-24/+46
| * systemctl: add new enablement state "alias"Zbigniew Jędrzejewski-Szmek2020-05-051-1/+4
| * shared/install: optionally cache the preset listZbigniew Jędrzejewski-Szmek2020-05-051-3/+3
| * systemctl: fix --root support in querying presetsZbigniew Jędrzejewski-Szmek2020-05-051-1/+1
| * systemctl: refuse online-only ops with --rootZbigniew Jędrzejewski-Szmek2020-05-051-0/+6
| * systemctl: mark log-level,log-target,service-watchdogs as online-onlyZbigniew Jędrzejewski-Szmek2020-05-051-3/+3
| * systemctl: fix hint when 'systemctl help' is givenZbigniew Jędrzejewski-Szmek2020-05-051-1/+2
* | systemctl: optionally output tables in JSON formatLennart Poettering2020-05-051-10/+30
* | core: introduce support for cgroup freezerMichal Sekletár2020-04-301-9/+30
|/
* sd-bus: work around ubsan warningLennart Poettering2020-04-231-1/+1
* systemctl: hide first column with --plain instead of --no-legendJouke Witteveen2020-04-171-4/+4
* systemctl: add -P as short for --value --property=Zbigniew Jędrzejewski-Szmek2020-04-031-4/+7
* systemctl: exit with 1 if no unit files foundGiedrius Statkevičius2020-03-251-0/+3
* Merge pull request #14749 from msekletar/cpu-aff-numa-v3Zbigniew Jędrzejewski-Szmek2020-03-181-0/+1
|\
| * shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár2020-03-161-0/+1
* | systemctl: print a notice when set-default is not effectiveZbigniew Jędrzejewski-Szmek2020-03-171-10/+30
* | systemctl: emit notice about some kernel commandline optionsZbigniew Jędrzejewski-Szmek2020-03-131-1/+39
|/
* systemctl: hide the 'glyph' column when --no-legend is requestedFrantisek Sumsal2020-03-111-5/+14
* systemctl: make list-dependencies take multiple argumentssystemctl-list-dependenciesZbigniew Jędrzejewski-Szmek2020-03-051-18/+27
* systemctl: do not print items twice in list-dependenciesZbigniew Jędrzejewski-Szmek2020-03-041-0/+2
* tree-wide: fix spelling of lookup and setup verbsZbigniew Jędrzejewski-Szmek2020-03-031-1/+1
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-1/+1
* cgroup: systemctl: Don't display NULL if protection was set to maxChris Down2020-02-051-2/+2
* systemctl: show logs for correct namespace of serviceLennart Poettering2020-01-311-0/+4
* systemctl: use format-table.[ch] for tablesFrantisek Sumsal2020-01-141-367/+226
* Merge pull request #14293 from keur/systemctl_with_dependenciesLennart Poettering2020-01-131-79/+148
|\
| * systemctl: Add --with-dependencies flagKevin Kuehler2020-01-091-79/+148
* | systemctl: show 'VENDOR PRESET' column in 'list-unit-files'Frantisek Sumsal2020-01-021-10/+27
* | systemctl: skip non-existent units in the 'cat' verbFrantisek Sumsal2020-01-021-4/+8
* | systemctl: show what verbs support --dry-run in the help pageBart Willems2019-12-171-0/+3
|/
* Fix typo (duplicate "or")Timo Wilken2019-12-051-1/+1
* systemctl: enhance message about kexec missing kernelZbigniew Jędrzejewski-Szmek2019-12-031-2/+8
* systemctl: fix indentation of cgroup treeLennart Poettering2019-11-271-1/+1
* systemctl: whitespace optimization of --helpZbigniew Jędrzejewski-Szmek2019-11-181-59/+54
* systemctl: add service-watchdogs commandZbigniew Jędrzejewski-Szmek2019-11-181-0/+53
* systemctl: add log-level and log-target commandsZbigniew Jędrzejewski-Szmek2019-11-181-68/+160
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-28/+37
* ask-password-agent: introduce ask_password_agent_open_if_enabled()Lennart Poettering2019-11-151-9/+3
* Merge pull request #13554 from keur/systemctl_status_timerZbigniew Jędrzejewski-Szmek2019-11-081-42/+77
|\