Age | Commit message (Expand) | Author |
2015-10-24 | path-util: unify how we process paths specified on the command line | Lennart Poettering |
2015-10-22 | systemctl: the various list commands actually can take any number of arguments | Lennart Poettering |
2015-10-01 | systemctl: fix how we decode types and states | Lennart Poettering |
2015-10-01 | systemctl: fix memory leak in systemctl_parse_argv | reverendhomer |
2015-09-30 | Merge pull request #1422 from keszybz/sd-daemon-mq-badf | Lennart Poettering |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering |
2015-09-30 | systemctl: do not set variable to be immediately overwritten | Zbigniew Jędrzejewski-Szmek |
2015-09-30 | systemctl: when reading legacy -t argument for shutdown, don't drop following... | Lennart Poettering |
2015-09-30 | systemctl: various modernizations | Lennart Poettering |
2015-09-30 | tree-wide: use strempty() where possible | Daniel Mack |
2015-09-29 | systemctl: when a shutdown is scheduled, always go via logind | Lennart Poettering |
2015-09-29 | systemctl: minor modernizations | Lennart Poettering |
2015-09-29 | systemctl: port verb dispatching to generic verbs.[ch] code | Lennart Poettering |
2015-09-29 | systemctl: prefer shutting down through logind even as root | Lennart Poettering |
2015-09-29 | systemctl: split out code invoking SetExitCode() into function of its own | Lennart Poettering |
2015-09-29 | systemctl: don't assert on the arguments array unnecessarily | Lennart Poettering |
2015-09-29 | systemctl: make use of strv_skip() where appropriate | Lennart Poettering |
2015-09-29 | systemctl: make use of log_error_errno() where we can | Lennart Poettering |
2015-09-29 | systemctl: rework how we connect to busses | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | systemctl: rename parse_time_spec() to parse_shutdown_time_spec() | Lennart Poettering |
2015-09-29 | systemctl: conditionalize /dev/initctl fallback on HAVE_SYSV_COMPAT | Lennart Poettering |
2015-09-29 | systemctl: allocate arg_wall only on the heap | Lennart Poettering |
2015-09-29 | systemctl: add 'const' where appropriate | Lennart Poettering |
2015-09-29 | systemctl: remove client-side wall message support | Lennart Poettering |
2015-09-29 | systemctl: move strv_skip_first() out of systemctl.c | Lennart Poettering |
2015-09-29 | systemctl: split out code that schedules shutdowsn into its own function | Lennart Poettering |
2015-09-29 | systemctl: rename all logind-specific functions to logind_xyz() | Lennart Poettering |
2015-09-29 | systemctl: move shutdown cancelling code into its own function | Lennart Poettering |
2015-09-29 | systemctl: don't special case ACTION_RUNLEVEL anymore | Lennart Poettering |
2015-09-29 | systemctl: introduce a single function to set the wall message | Lennart Poettering |
2015-09-29 | systemctl: make "systemctl is-system-running" return "offline" if we are not ... | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-28 | systemctl: add --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-22 | Merge pull request #1334 from poettering/sd-bus-default-flush-close | David Herrmann |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-22 | sd-bus: introduce new sd_bus_default_flush_close() call | Lennart Poettering |
2015-09-21 | containers: systemd exits with non-zero code | Alban Crequy |
2015-09-21 | core: extend KillUnit() to return error when no unit was killed | Jan Synacek |
2015-09-10 | Merge pull request #1227 from intelfx/systemctl-legacy-tools-polkit | Lennart Poettering |
2015-09-10 | Merge pull request #1239 from poettering/cgroup-pids | Daniel Mack |
2015-09-10 | Merge pull request #1242 from poettering/no-off_t | Daniel Mack |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-10 | systemctl: add RequisiteOf* as inverses of Requisite and RequisiteOverridable | Evgeny Vereshchagin |
2015-09-10 | systemctl: improve clarity of error messages in the logind path | Ivan Shapovalov |
2015-09-10 | systemctl: relax permission checks in halt_main() | Ivan Shapovalov |
2015-09-10 | systemctl: fix logind bus call error handling in halt_main() | Ivan Shapovalov |
2015-09-10 | systemctl: minor: use IN_SET() instead of repeated equality checks. | Ivan Shapovalov |