summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-1/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-3/+6
* systemctl: the various list commands actually can take any number of argumentsLennart Poettering2015-10-221-6/+6
* systemctl: fix how we decode types and statesLennart Poettering2015-10-011-3/+5
* systemctl: fix memory leak in systemctl_parse_argvreverendhomer2015-10-011-1/+1
* Merge pull request #1422 from keszybz/sd-daemon-mq-badfLennart Poettering2015-09-301-1/+1
|\
| * systemctl: do not set variable to be immediately overwrittenZbigniew Jędrzejewski-Szmek2015-09-301-1/+1
* | Merge pull request #1419 from keszybz/shell-completionLennart Poettering2015-09-301-6/+86
|\ \ | |/ |/|
| * Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-0/+65
| * systemctl: add --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-6/+21
* | systemctl: when reading legacy -t argument for shutdown, don't drop following...Lennart Poettering2015-09-301-1/+5
* | systemctl: various modernizationsLennart Poettering2015-09-301-24/+23
* | tree-wide: use strempty() where possibleDaniel Mack2015-09-301-2/+2
* | systemctl: when a shutdown is scheduled, always go via logindLennart Poettering2015-09-291-14/+8
* | systemctl: minor modernizationsLennart Poettering2015-09-291-6/+6
* | systemctl: port verb dispatching to generic verbs.[ch] codeLennart Poettering2015-09-291-257/+203
* | systemctl: prefer shutting down through logind even as rootLennart Poettering2015-09-291-4/+4
* | systemctl: split out code invoking SetExitCode() into function of its ownLennart Poettering2015-09-291-23/+33
* | systemctl: don't assert on the arguments array unnecessarilyLennart Poettering2015-09-291-14/+0
* | systemctl: make use of strv_skip() where appropriateLennart Poettering2015-09-291-5/+5
* | systemctl: make use of log_error_errno() where we canLennart Poettering2015-09-291-139/+86
* | systemctl: rework how we connect to bussesLennart Poettering2015-09-291-233/+394
* | bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* | systemctl: rename parse_time_spec() to parse_shutdown_time_spec()Lennart Poettering2015-09-291-2/+2
* | systemctl: conditionalize /dev/initctl fallback on HAVE_SYSV_COMPATLennart Poettering2015-09-291-3/+5
* | systemctl: allocate arg_wall only on the heapLennart Poettering2015-09-291-2/+11
* | systemctl: add 'const' where appropriateLennart Poettering2015-09-291-1/+1
* | systemctl: remove client-side wall message supportLennart Poettering2015-09-291-46/+3
* | systemctl: move strv_skip_first() out of systemctl.cLennart Poettering2015-09-291-13/+7
* | systemctl: split out code that schedules shutdowsn into its own functionLennart Poettering2015-09-291-56/+65
* | systemctl: rename all logind-specific functions to logind_xyz()Lennart Poettering2015-09-291-11/+16
* | systemctl: move shutdown cancelling code into its own functionLennart Poettering2015-09-291-27/+32
* | systemctl: don't special case ACTION_RUNLEVEL anymoreLennart Poettering2015-09-291-7/+8
* | systemctl: introduce a single function to set the wall messageLennart Poettering2015-09-291-75/+35
* | systemctl: make "systemctl is-system-running" return "offline" if we are not ...Lennart Poettering2015-09-291-0/+6
* | util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-4/+1
|/
* Merge pull request #1334 from poettering/sd-bus-default-flush-closeDavid Herrmann2015-09-221-0/+2
|\
| * sd-bus: introduce new sd_bus_default_flush_close() callLennart Poettering2015-09-221-0/+2
* | cgtop: underline table headerLennart Poettering2015-09-221-27/+27
|/
* containers: systemd exits with non-zero codeAlban Crequy2015-09-211-2/+28
* core: extend KillUnit() to return error when no unit was killedJan Synacek2015-09-211-2/+6
* Merge pull request #1227 from intelfx/systemctl-legacy-tools-polkitLennart Poettering2015-09-101-43/+76
|\
| * systemctl: improve clarity of error messages in the logind pathIvan Shapovalov2015-09-101-2/+7