summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2015-09-29systemctl: make use of log_error_errno() where we canLennart Poettering
2015-09-29systemctl: rework how we connect to bussesLennart Poettering
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29systemctl: rename parse_time_spec() to parse_shutdown_time_spec()Lennart Poettering
2015-09-29systemctl: conditionalize /dev/initctl fallback on HAVE_SYSV_COMPATLennart Poettering
2015-09-29systemctl: allocate arg_wall only on the heapLennart Poettering
2015-09-29systemctl: add 'const' where appropriateLennart Poettering
2015-09-29systemctl: remove client-side wall message supportLennart Poettering
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering
2015-09-29systemctl: split out code that schedules shutdowsn into its own functionLennart Poettering
2015-09-29systemctl: rename all logind-specific functions to logind_xyz()Lennart Poettering
2015-09-29systemctl: move shutdown cancelling code into its own functionLennart Poettering
2015-09-29systemctl: don't special case ACTION_RUNLEVEL anymoreLennart Poettering
2015-09-29systemctl: introduce a single function to set the wall messageLennart Poettering
2015-09-29systemctl: make "systemctl is-system-running" return "offline" if we are not ...Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-28systemctl: add --state=helpZbigniew Jędrzejewski-Szmek
2015-09-22Merge pull request #1334 from poettering/sd-bus-default-flush-closeDavid Herrmann
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-22sd-bus: introduce new sd_bus_default_flush_close() callLennart Poettering
2015-09-21containers: systemd exits with non-zero codeAlban Crequy
2015-09-21core: extend KillUnit() to return error when no unit was killedJan Synacek
2015-09-10Merge pull request #1227 from intelfx/systemctl-legacy-tools-polkitLennart Poettering
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10Merge pull request #1242 from poettering/no-off_tDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-10systemctl: add RequisiteOf* as inverses of Requisite and RequisiteOverridableEvgeny Vereshchagin
2015-09-10systemctl: improve clarity of error messages in the logind pathIvan Shapovalov
2015-09-10systemctl: relax permission checks in halt_main()Ivan Shapovalov
2015-09-10systemctl: fix logind bus call error handling in halt_main()Ivan Shapovalov
2015-09-10systemctl: minor: use IN_SET() instead of repeated equality checks.Ivan Shapovalov
2015-09-10systemctl: legacy tools shall never be interactiveIvan Shapovalov
2015-09-09systemctl: add dry-run support for scheduled shutdownsDaniel Mack
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-08systemctl: add ConsistsOf as the inverse of PartOfEvgeny Vereshchagin
2015-09-07systemctl: a number of cleanups regarding error handling in systemctlLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-08-25Revert "systemctl: properly handle empty control group paths in "status""Lennart Poettering
2015-08-25Merge pull request #1022 from poettering/machinectl-shellTom Gundersen
2015-08-25logind/systemctl: introduce SetWallMessage and --messageJan Synacek
2015-08-24systemctl: properly handle empty control group paths in "status"Lennart Poettering
2015-08-12support reboot -f for kexec kernelThomas Blume
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-06-18systemctl: fix edit when EDITOR contains argumentsJan Synacek
2015-06-16everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-14tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann