summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2015-10-27util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-22systemctl: the various list commands actually can take any number of argumentsLennart Poettering
2015-10-01systemctl: fix how we decode types and statesLennart Poettering
2015-10-01systemctl: fix memory leak in systemctl_parse_argvreverendhomer
2015-09-30Merge pull request #1422 from keszybz/sd-daemon-mq-badfLennart Poettering
2015-09-30Merge pull request #1419 from keszybz/shell-completionLennart Poettering
2015-09-30systemctl: do not set variable to be immediately overwrittenZbigniew Jędrzejewski-Szmek
2015-09-30systemctl: when reading legacy -t argument for shutdown, don't drop following...Lennart Poettering
2015-09-30systemctl: various modernizationsLennart Poettering
2015-09-30tree-wide: use strempty() where possibleDaniel Mack
2015-09-29systemctl: when a shutdown is scheduled, always go via logindLennart Poettering
2015-09-29systemctl: minor modernizationsLennart Poettering
2015-09-29systemctl: port verb dispatching to generic verbs.[ch] codeLennart Poettering
2015-09-29systemctl: prefer shutting down through logind even as rootLennart Poettering
2015-09-29systemctl: split out code invoking SetExitCode() into function of its ownLennart Poettering
2015-09-29systemctl: don't assert on the arguments array unnecessarilyLennart Poettering
2015-09-29systemctl: make use of strv_skip() where appropriateLennart Poettering
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