summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
Commit message (Expand)AuthorAgeFilesLines
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-1/+1
* core/systemctl: when switching root default to /sysroot/Lennart Poettering2023-04-281-2/+2
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-14/+8
* service: allow freeing the fdstore via cleaningLennart Poettering2023-04-131-1/+2
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+20
* systemctl: add option --when for scheduled shutdownMike Yuan2023-03-141-0/+28
* basic: add RuntimeScope enumLennart Poettering2023-03-101-6/+6
* Merge pull request #26491 from dtardon/list-pathsYu Watanabe2023-02-221-0/+3
|\
| * systemctl: add list-paths verbDavid Tardon2023-02-211-0/+3
* | dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* | systemctl: add --kill-value= argument to systemctlLennart Poettering2023-02-171-0/+29
|/
* systemctl: suppress warning about missing /proc/ when --no-warnYu Watanabe2023-01-121-7/+7
* systemctl: new option --drop-in for specifying drop-in filenameMike Yuan2022-12-201-0/+9
* Merge pull request #25616 from poettering/chase-symlinks-opendirZbigniew Jędrzejewski-Szmek2022-12-061-0/+8
|\
| * systemctl: print a clear warning if people invoke systemctl without /proc/Lennart Poettering2022-12-021-0/+8
* | Merge pull request #25437 from YHNdnzj/systemctl-disable-warn-statically-enab...Zbigniew Jędrzejewski-Szmek2022-12-051-0/+9
|\ \ | |/ |/|
| * systemctl: allow suppress the warning of no install info using --no-warnMike Yuan2022-12-031-0/+9
* | systemctl: deprecate passing positional argument to reboot completelyMike Yuan2022-11-271-1/+1
|/
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* shutdown: Add Xen kexec supportSamuel Thibault2022-11-021-0/+1
* install: include full type name in special UnitFilePresetMode valuesLennart Poettering2022-10-141-1/+1
* systemctl: add support for --image optionRichard Phibel2022-09-271-1/+39
* shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-231-1/+1
* 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-111-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