summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
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
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-06-03systemctl: Use /usr/bin/editor if availableMichael Biebl
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-28systemctl: Don't skip SysV init.d scripts when enabling/disabling unitsMartin Pitt
2015-05-28systemctl: drop hardcoded chkconfig invocationMartin Pitt
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-12systemctl: fix check for template unitsThomas Hindoe Paaboel Andersen