summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: comment that the verb 'check' is deprecatedYu Watanabe2018-01-151-1/+1
* tree-wide: make the Subscribe() method calls asynchronous tooLennart Poettering2018-01-051-6/+5
* tree-wide: install matches asynchronouslyLennart Poettering2018-01-051-7/+8
* tree-wide: use EXIT_SUCCESS when comparing child process exit statusesLennart Poettering2018-01-041-2/+2
* tree-wide: unify the process name we pass to wait_for_terminate_and_check() w...Lennart Poettering2018-01-041-1/+1
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-20/+13
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-01-041-6/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-3/+3
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-6/+6
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-27/+15
* systemctl: don't show vendor preset state for generated/transient units (#7711)Lennart Poettering2017-12-241-1/+2
* bus-unit-util: add socket unit related optionsYu Watanabe2017-12-231-1/+9
* Merge pull request #7631 from cgwalters/systemctl-offlineLennart Poettering2017-12-151-67/+67
|\
| * verbs: Rename VERB_OFFLINE to VERB_ONLINE_ONLY, expand MUSTBEROOTColin Walters2017-12-141-66/+66
| * systemctl,verbs: Introduce SYSTEMD_OFFLINE environment variableColin Walters2017-12-141-1/+1
* | tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-29/+31
|/
* verbs: add a new VERB_MUSTBEROOT flagLennart Poettering2017-12-111-5/+1
* tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-8/+8
* efi: rework find_esp() error propagation/logging a bitLennart Poettering2017-12-111-9/+10
* *: fix some inconsistent control statement styleVito Caputo2017-12-011-1/+1
* systemctl: don't use get_process_comm() on non-local PIDs (#7518)Lennart Poettering2017-12-011-7/+14
* systemctl: reword "needs-reload" message a bitLennart Poettering2017-11-291-1/+1
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-6/+1
* systemctl: ignore shutdown's "-t" argument (#7459)Lennart Poettering2017-11-241-2/+2
* Merge pull request #7154 from keszybz/bootspecLennart Poettering2017-11-201-14/+118
|\
| * systemctl: make sure the kernel is loaded before kexec'ingZbigniew Jędrzejewski-Szmek2017-11-191-0/+78
| * systemctl: add --dry-run argumentZbigniew Jędrzejewski-Szmek2017-11-071-14/+40
* | systemctl: elapsation → elapseLennart Poettering2017-11-201-2/+2
* | Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-0/+19
|\ \
| * | core: add two new unit file settings: StandardInputData= + StandardInputText=Lennart Poettering2017-11-171-0/+19
* | | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/ /
* | systemctl: other wayland sessions should inhibit shutdown, like x11 sessions ...Alan Jenkins2017-11-161-1/+1
* | systemctl: print a friendly message when systemctl is invoked, but PID 1 is n...Lennart Poettering2017-11-131-0/+6
* | merge two lines in our get_output_flags() functionsLennart Poettering2017-11-101-2/+1
* | treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-23/+16
|/
* Display the systemctl status in green if state is "running" (#7094)Boucman2017-10-151-3/+5
* systemctl: clarify --global, --root and --runtime options (#7071)Lubomir Rintel2017-10-121-3/+5
* Merge pull request #6944 from poettering/suspend-fixZbigniew Jędrzejewski-Szmek2017-10-051-6/+20
|\
| * systemctl: make sure "reboot", "suspend" and friends are always asynchronousLennart Poettering2017-10-041-2/+10
| * logind: add Halt() and CanHalt() APIsLennart Poettering2017-10-041-4/+10
* | Merge pull request #6975 from sourcejedi/logind_pid_0_v2Zbigniew Jędrzejewski-Szmek2017-10-041-1/+1
|\ \ | |/ |/|
| * systemctl: use pid_is_valid() where appropriateAlan Jenkins2017-10-041-2/+4
| * Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-031-4/+2
* | Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-9/+9
|\ \
| * | build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-9/+9
| |/
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
|/
* systemctl: report accounted network traffic in "systemctl status"Daniel Mack2017-09-221-0/+17
* systemctl: make sure we properly turn off color at the end of each line of "l...Lennart Poettering2017-09-051-17/+14
* Merge pull request #6741 from keszybz/template-loading-fixLennart Poettering2017-09-041-21/+55
|\
| * systemctl: fix masking of template unitsZbigniew Jędrzejewski-Szmek2017-09-031-19/+49