summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-05-221-32/+29
* Merge pull request #8824 from keszybz/analyze-show-configLennart Poettering2018-05-101-29/+3
|\
| * analyze: add 'cat-config' verbZbigniew Jędrzejewski-Szmek2018-04-271-1/+1
| * Move function to cat file & dropins into basic/Zbigniew Jędrzejewski-Szmek2018-04-261-29/+3
* | bus-util: print a friendly message when PID1 is not systemdYu Watanabe2018-05-091-6/+0
* | util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe2018-05-031-1/+1
* | systemctl: make sure legacy "reboot", "suspend" and friends are always asynch...Guillem Jover2018-04-301-0/+5
* | tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-7/+7
|/
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-4/+4
* systemctl: format unit file and dropin paths as clickable links in status outputLennart Poettering2018-04-191-5/+15
* systemctl: format documentation links in status output as clickable linksLennart Poettering2018-04-191-2/+11
* systemctl: fix indentation in output of "systemcl status" if there are multip...Lennart Poettering2018-04-131-3/+5
* Merge pull request #8700 from keszybz/hibernationLennart Poettering2018-04-111-15/+3
|\
| * Move utility function to query unit state from systemctl to shared/Zbigniew Jędrzejewski-Szmek2018-04-101-15/+3
* | Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering2018-04-101-13/+0
|\ \ | |/ |/|
| * tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* | systemctl: pass BUS_MAP_STRDUP when needed (#8682)Zbigniew Jędrzejewski-Szmek2018-04-081-1/+1
|/
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-19/+9
* systemctl: try opening /run/initctl before /dev/initctlMike Gilbert2018-03-301-3/+8
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-03-281-23/+23
* systemctl: refuse to edit masked units (#8602)Zbigniew Jędrzejewski-Szmek2018-03-281-19/+40
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-3/+21
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-18/+11
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-8/+9
* bus-util: introduce bus_message_print_all_properties()Yu Watanabe2018-03-201-98/+43
* systemctl: use bus_map_all_properties() in status commandYu Watanabe2018-03-201-361/+229
* systemctl: use string table for show()Yu Watanabe2018-03-201-27/+42
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-201-23/+10
* systemctl: use bus_map_all_properties() in list-dependencies commandYu Watanabe2018-03-191-64/+45
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-13/+13
* Merge pull request #8399 from keszybz/systemctl-kexecYu Watanabe2018-03-191-8/+29
|\
| * systemctl: honour --dry-run also on logind callsZbigniew Jędrzejewski-Szmek2018-03-091-2/+10
| * systemctl: if kexec fails with --force, continue to reboot normallyZbigniew Jędrzejewski-Szmek2018-03-091-1/+3
| * systemctl: if kexec is missing, do not try to kexecZbigniew Jędrzejewski-Szmek2018-03-091-0/+3
| * systemctl: propagate the error from kexecZbigniew Jędrzejewski-Szmek2018-03-091-2/+7
| * systemctl: raise level of log line about kernel loadingZbigniew Jędrzejewski-Szmek2018-03-091-3/+6
* | Introduce suspend-to-hibernate (#8274)Mario Limonciello2018-03-081-17/+29
|/
* systemctl: document telinit/init matching a bit (#8339)Lennart Poettering2018-03-021-4/+19
* systemctl: remove redundant option parsing codeDouglas Christman2018-03-011-6/+1
* systemd-sysv-install: unset ROOT rather than setting it to ""Lennart Poettering2018-02-271-1/+1
* systemd-sysv-install: avoid using ROOT variable from the environmentZbigniew Jędrzejewski-Szmek2018-02-231-0/+2
* Merge pull request #8258 from keszybz/log-issuesLennart Poettering2018-02-231-1/+2
|\
| * systemctl: do not hint logs when a unit cannot be reloadedZbigniew Jędrzejewski-Szmek2018-02-231-1/+2
* | systemctl: use VARIABLE as the placeholder for a variable nameZbigniew Jędrzejewski-Szmek2018-02-221-3/+3
* | systemctl,man: use PROPERTY as the placeholder for a property nameZbigniew Jędrzejewski-Szmek2018-02-221-73/+73
* | systemctl,man: use UNIT as the placeholder for a unit nameZbigniew Jędrzejewski-Szmek2018-02-221-23/+23
|/
* reboot-util: unify reboot with parameter in a single implementationLennart Poettering2018-02-221-28/+6
* basic: split out update_reboot_parameter_and_warn() into its own .c/.h filesLennart Poettering2018-02-221-0/+1
* basic: add a common syscall wrapper around reboot()Lennart Poettering2018-02-221-4/+3