summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: remove unused variableThomas Hindoe Paaboel Andersen2013-12-271-1/+0
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-9/+9
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-140/+196
* systemctl: drop uninteresting units immediatelyZbigniew Jędrzejewski-Szmek2013-12-261-37/+29
* systemctl: simplify start_unitZbigniew Jędrzejewski-Szmek2013-12-261-25/+19
* systemctl: also color filenames of drop-ins in catZbigniew Jędrzejewski-Szmek2013-12-221-2/+4
* systemctl: fix bad memory access when processing PIDs on the "systemctl statu...Lennart Poettering2013-12-211-2/+10
* systemct: add empty line between units in catZbigniew Jędrzejewski-Szmek2013-12-181-7/+13
* systemctl: highlight filenames in catZbigniew Jędrzejewski-Szmek2013-12-161-1/+4
* systemctl: fix return value from catZbigniew Jędrzejewski-Szmek2013-12-161-1/+1
* systemctl: properly initialize and free sd_bus_error in "systemctl cat"Lennart Poettering2013-12-161-4/+5
* systemctl: add the --plain option to the help messageDjalal Harouni2013-12-141-1/+2
* systemctl: fix 'is-enabled'Zbigniew Jędrzejewski-Szmek2013-12-081-1/+1
* systemctl: simplify argument parsingZbigniew Jędrzejewski-Szmek2013-12-081-54/+41
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-081-27/+26
* systemctl: fix and refactor wait_for_jobsThomas Hindoe Paaboel Andersen2013-12-071-36/+62
* systemctl: allow globbing in list-<whatever> commandsZbigniew Jędrzejewski-Szmek2013-12-061-32/+72
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-5/+5
* systemctl: check the value from start_unit_oneThomas Hindoe Paaboel Andersen2013-12-061-1/+1
* systemctl: make an always true assert staticThomas Hindoe Paaboel Andersen2013-12-041-2/+3
* systemctl: no need to fdopen stdoutThomas Hindoe Paaboel Andersen2013-12-041-3/+0
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-6/+6
* systemctl: do not show SourcePath when FragmentPath cannot be foundZbigniew Jędrzejewski-Szmek2013-11-301-17/+0
* systemctl: add "systemctl cat"Shawn Landden2013-11-301-0/+103
* systemctl: refactor show()Shawn Landden2013-11-301-23/+13
* systemctl: fix enable/disable reply handlingKay Sievers2013-11-261-1/+1
* systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering2013-11-261-11/+13
* systemctl: remove debug log messageLennart Poettering2013-11-251-2/+0
* systemctl: when status is called without arguments show pagerLennart Poettering2013-11-251-0/+2
* systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering2013-11-221-0/+10
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-2/+2
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-36/+106
* Remove duplicate includesKarel Zak2013-11-181-1/+0
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-181-3/+0
* systemctl: honor --no-legend in 'list-jobs'Mantas Mikulėnas2013-11-141-8/+11
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-3/+3
* systemctl: warning: ‘r’ may be used uninitialized in this functionKay Sievers2013-11-111-1/+2
* systemctl: avoid unitialized access when showing 0 timersZbigniew Jędrzejewski-Szmek2013-11-111-1/+1
* systemctl: add new "list-timers" commandLennart Poettering2013-11-111-18/+240
* systemctl: make sure daemon-reload returns successZbigniew Jędrzejewski-Szmek2013-11-091-1/+1
* systemctl: fix printing of individual propertiesZbigniew Jędrzejewski-Szmek2013-11-091-2/+5
* shutdown: unify handling of reboot() syscall a bitLennart Poettering2013-11-081-21/+20
* systemctl: properly initialize column widths for list-jobsLennart Poettering2013-11-081-1/+5
* systemctl: rename 'listen'Kay Sievers2013-11-081-9/+9
* systemctl: fix "reboot" callKay Sievers2013-11-081-2/+2
* systemctl: restore ability to directly connect to PID1 from systemctlLennart Poettering2013-11-081-10/+8
* systemctl: initialize variablesKay Sievers2013-11-081-0/+1
* systemctl: allow listing cgroups of containersLennart Poettering2013-11-081-1/+1
* systemctl: various cleanupsLennart Poettering2013-11-081-33/+70
* systemctl: port to libsystemd-busMarc-Antoine Perennou2013-11-081-1612/+1207