summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: mask always reports the same unit names when different unknown uni...Franck Bui2018-06-201-1/+1
* tree-wide: do not assign values if not usedYu Watanabe2018-06-191-8/+7
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-2/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Merge pull request #9157 from poettering/unit-config-load-errorZbigniew Jędrzejewski-Szmek2018-06-111-4/+4
|\
| * systemctl: load_error is a string, don't compare it with 0Lennart Poettering2018-06-111-1/+1
| * core: introduce a new load state "bad-setting"Lennart Poettering2018-06-111-3/+3
* | Add counter for socket unit refuse events (#9217)xginn82018-06-111-2/+9
|/
* systemctl: when GetProcesses() doesn't work, say for which unitLennart Poettering2018-06-061-1/+1
* Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-041-15/+5
|\
| * systemctl: when removing enablement or mask symlinks, cover both /run and /etcZbigniew Jędrzejewski-Szmek2018-06-011-0/+5
| * systemctl: remove newlinesZbigniew Jędrzejewski-Szmek2018-05-311-15/+0
* | Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-311-9/+5
|/
* 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