summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2016-07-25systemctl: simplify machine_info_clearZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: avoid "leaking" some strings in UnitStatusInfoZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: use cleanup function for UnitStatusInfoZbigniew Jędrzejewski-Szmek
2016-07-25Merge pull request #3681 from walyong/systemctl_conditionZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: style tweaks for the new condition codeZbigniew Jędrzejewski-Szmek
2016-07-25man: update systemctl man page for unit file commands, in particular "systemc...Lennart Poettering
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek
2016-07-22systemctl: never check inhibitors if -H or -M are used (#3781)Lennart Poettering
2016-07-22systemctl: fix format string for uint64_t fieldLennart Poettering
2016-07-22systemctl: fix output alignment in "systemctl status"Lennart Poettering
2016-07-18treewide: remove unused variablesThomas Hindoe Paaboel Andersen
2016-07-11systemctl: show failed condition listWaLyong Cho
2016-06-28systemctl mask of an non-existent unit should print a warning (#3521)Susant Sahani
2016-06-28Remove blank line in the output of “systemctl show” (#3614)Lénaïc Huard
2016-06-24systemctl: fix an error condition from "-1" to something meaningfulLennart Poettering
2016-06-24systemctl: Create new unit files with "edit --force" (#3584)Doug Christman
2016-06-22systemctl: Add missing "/" to files created by 'edit --runtime'Douglas Christman
2016-06-16Merge pull request #3546 from keszybz/systemctl-fixesLennart Poettering
2016-06-16systemctl: delay pager/polkit agent opening as much as possibleZbigniew Jędrzejewski-Szmek
2016-06-16systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering
2016-06-15systemctl: also fall back to ListUnitsFiltered on access deniedZbigniew Jędrzejewski-Szmek
2016-06-15systemctl: do not open pager twiceZbigniew Jędrzejewski-Szmek
2016-06-13systemctl: rework "systemctl status" a bitLennart Poettering
2016-06-13systemctl: fix assertion hit when showing state of a unit without control groupLennart Poettering
2016-06-13systemctl: disallow systemctl --user reboot (#3519)Zbigniew Jędrzejewski-Szmek
2016-06-10systemctl: prolong timeout of "systemctl daemon-reload"Lennart Poettering
2016-06-10systemctl: don't suppress error code when handling legacy commandsLennart Poettering
2016-06-04systemctl: install sigbus handler (#3435)Evgeny Vereshchagin
2016-06-04Merge pull request #3392 from poettering/assorted-stuffZbigniew Jędrzejewski-Szmek
2016-05-31systemctl: systemctl show --property' needs verification of property (#3364)Susant Sahani
2016-05-31systemctl: Replace init script error codes with enum (#3400)Susant Sahani
2016-05-30util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering
2016-05-30systemctl: return diffrent error code if service exist or not (#3385)Susant Sahani
2016-05-28systemctl: remove empty line between comment and actionZbigniew Jędrzejewski-Szmek
2016-05-28Merge pull request #3336 from eworm-de/systemctl-set-defaultZbigniew Jędrzejewski-Szmek
2016-05-27core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo
2016-05-27systemctl: fix code path (and memory leak) on errorChristian Hesse
2016-05-27systemctl: fix return values on successChristian Hesse
2016-05-27systemctl: remove extra commaChristian Hesse
2016-05-26{machine,system}ctl: always pass &changes and &n_changes (#3350)Christian Hesse
2016-05-20Merge pull request #3290 from htejun/cgroup2-io-compatLennart Poettering
2016-05-19systemctl: suppress no-[Install] hint when --quiet is used (#3295)Zbigniew Jędrzejewski-Szmek
2016-05-19systemctl: reload configuration when enabling sysv units too (#3297)Franck Bui
2016-05-19systemctl: restore the no-sync option for legacy halt (#3249)tblume
2016-05-18core: introduce CGroupIOLimitType enumsTejun Heo
2016-05-16Merge pull request #3193 from htejun/cgroup-io-controllerLennart Poettering
2016-05-09tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek
2016-05-07systemctl: do not print header if no units will be listedZbigniew Jędrzejewski-Szmek
2016-05-07systemctl: rewrite code to explicitly take care of n_units==0 caseZbigniew Jędrzejewski-Szmek