summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: change --kill-who to --kill-whomZbigniew Jędrzejewski-Szmek2022-08-261-7/+7
* systemctl: add list-automounts verbDavid Tardon2022-07-251-0/+3
* systemctl: enable colorized logging by defaultYu Watanabe2022-07-071-2/+1
* systemctl: add `edit` verb to arguments' help textElias Probst2022-06-101-5/+6
* man/systemctl: improve grammar in description of --check-inhibitorsZbigniew Jędrzejewski-Szmek2022-06-011-2/+2
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-6/+6
* systemctl: rework daemon_reload() functionsLennart Poettering2022-02-221-2/+2
* systemctl: systematically rename verb entrypoints verb_xyz()Lennart Poettering2022-02-221-77/+77
* systemctl,man: update docs for `--timestamp=`Frantisek Sumsal2022-02-211-5/+2
* systemctl: add shutdown --show optionLudwig Nussel2021-12-091-0/+4
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user modeLennart Poettering2021-08-301-0/+5
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* Clarify help information for --globalnerdopolis2021-06-101-1/+1
* systemctl: unset const char* arguments in static destructorsZbigniew Jędrzejewski-Szmek2021-05-311-5/+10
* systemctl: put static destructor in the order of variablesZbigniew Jędrzejewski-Szmek2021-05-311-2/+2
* bus-print-property: introduce BusPrintPropertyFlagsYu Watanabe2021-04-281-4/+5
* systemctl: don't search in the full argv[0] for the invocation nameLennart Poettering2021-02-201-7/+8
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-24/+37
|\
| * systemctl: hide legends with --quiet, allow overridingZbigniew Jędrzejewski-Szmek2021-02-171-24/+37
* | systemctl: use free_and_replace on global variableZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
* | Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-161-1/+30
|\ \ | |/ |/|
| * systemctl: add "reload-or-restart --marked"Zbigniew Jędrzejewski-Szmek2021-02-151-1/+30
* | Merge pull request #18593 from keszybz/fuzz-more-systemctl-pathsLuca Boccassi2021-02-151-50/+46
|\ \
| * | systemctl: use argv[0] not program_invocation_short_name for arg dispatchZbigniew Jędrzejewski-Szmek2021-02-151-50/+46
| |/
* | Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+1
* | systemctl,loginctl,machinectl: use a shared helper for arg_signalZbigniew Jędrzejewski-Szmek2021-02-141-10/+4
* | systemctl: inline iterator declarationsZbigniew Jędrzejewski-Szmek2021-02-141-20/+8
|/
* Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argvYu Watanabe2021-02-101-10/+13
|\
| * systemctl: remove comment about --failed being deprecatedZbigniew Jędrzejewski-Szmek2021-02-091-1/+1
| * fuzz-systemctl-parse-argv: a new fuzzerZbigniew Jędrzejewski-Szmek2021-02-091-2/+4
| * systemctl: move telinit execcing out of parse_argv()Zbigniew Jędrzejewski-Szmek2021-02-081-5/+6
| * core: drop references to UpstartZbigniew Jędrzejewski-Szmek2021-02-071-2/+2
* | log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-01-311-1/+1
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+7
* systemctl: add new option to mount image inside a running service namespaceLuca Boccassi2021-01-211-1/+4
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-181-0/+20
* Added option --check-inhibitors for non-tty usageFelix Stupp2021-01-131-4/+20
* systemctl: deprecate blanket import-environmentZbigniew Jędrzejewski-Szmek2021-01-081-1/+1
* sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-8429/+98
* systemctl: move compare_unit_info() to bus-unit-util.[ch]Lennart Poettering2020-10-071-19/+2
* systemctl: drop unsused variable original_stdout_is_ttyLennart Poettering2020-10-071-7/+0
* exec: SystemCallLog= directiveTopi Miettinen2020-09-151-1/+1
* systemctl: give a nice hint about org.freedesktop.LogControl1 when applicableZbigniew Jędrzejewski-Szmek2020-09-141-13/+37
* systemctl: immediately reject invalid log levelsZbigniew Jędrzejewski-Szmek2020-09-121-0/+7
* systemctl: merge log_target(), log_level(), service_log_setting()Zbigniew Jędrzejewski-Szmek2020-09-121-87/+42
* systemctl: add service-log-{level,target} verbsZbigniew Jędrzejewski-Szmek2020-09-121-0/+96
* systemctl: list unit introspection verbs first, modification secondZbigniew Jędrzejewski-Szmek2020-09-091-11/+11