summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)AuthorFilesLines
2014-01-20systemctl: skip native unit file handling if sysv file handling already handl...Lennart Poettering1-0/+5
2014-01-15systemctl: introduce new "import-environment" commandLennart Poettering1-1/+67
2014-01-05strv: multiple cleanupsSimon Peeters1-10/+7
2014-01-04systemctl: improve readability on failed commandsThomas Hindoe Paaboel Andersen1-16/+42
2013-12-27systemctl: remove unused variableThomas Hindoe Paaboel Andersen1-1/+0
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-9/+9
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek1-140/+196
2013-12-26systemctl: drop uninteresting units immediatelyZbigniew Jędrzejewski-Szmek1-37/+29
2013-12-26systemctl: simplify start_unitZbigniew Jędrzejewski-Szmek1-25/+19
2013-12-22systemctl: also color filenames of drop-ins in catZbigniew Jędrzejewski-Szmek1-2/+4
2013-12-21systemctl: fix bad memory access when processing PIDs on the "systemctl statu...Lennart Poettering1-2/+10
2013-12-18systemct: add empty line between units in catZbigniew Jędrzejewski-Szmek1-7/+13
2013-12-16systemctl: highlight filenames in catZbigniew Jędrzejewski-Szmek1-1/+4
2013-12-16systemctl: fix return value from catZbigniew Jędrzejewski-Szmek1-1/+1
2013-12-16systemctl: properly initialize and free sd_bus_error in "systemctl cat"Lennart Poettering1-4/+5
2013-12-14systemctl: add the --plain option to the help messageDjalal Harouni1-1/+2
2013-12-08systemctl: fix 'is-enabled'Zbigniew Jędrzejewski-Szmek1-1/+1
2013-12-08systemctl: simplify argument parsingZbigniew Jędrzejewski-Szmek1-54/+41
2013-12-08Help output spring cleaningZbigniew Jędrzejewski-Szmek1-27/+26
2013-12-07systemctl: fix and refactor wait_for_jobsThomas Hindoe Paaboel Andersen1-36/+62
2013-12-06systemctl: allow globbing in list-<whatever> commandsZbigniew Jędrzejewski-Szmek1-32/+72
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek1-5/+5
2013-12-06systemctl: check the value from start_unit_oneThomas Hindoe Paaboel Andersen1-1/+1
2013-12-04systemctl: make an always true assert staticThomas Hindoe Paaboel Andersen1-2/+3
2013-12-04systemctl: no need to fdopen stdoutThomas Hindoe Paaboel Andersen1-3/+0
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen1-6/+6
2013-11-30systemctl: do not show SourcePath when FragmentPath cannot be foundZbigniew Jędrzejewski-Szmek1-17/+0
2013-11-30systemctl: add "systemctl cat"Shawn Landden1-0/+103
2013-11-30systemctl: refactor show()Shawn Landden1-23/+13
2013-11-26systemctl: fix enable/disable reply handlingKay Sievers1-1/+1
2013-11-26systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering1-11/+13
2013-11-25systemctl: remove debug log messageLennart Poettering1-2/+0
2013-11-25systemctl: when status is called without arguments show pagerLennart Poettering1-0/+2
2013-11-22systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering1-0/+10
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering1-2/+2
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-36/+106
2013-11-18Remove duplicate includesKarel Zak1-1/+0
2013-11-18remove unused variablesThomas Hindoe Paaboel Andersen1-3/+0
2013-11-14systemctl: honor --no-legend in 'list-jobs'Mantas Mikulėnas1-8/+11
2013-11-12bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering1-3/+3
2013-11-11systemctl: warning: ‘r’ may be used uninitialized in this functionKay Sievers1-1/+2
2013-11-11systemctl: avoid unitialized access when showing 0 timersZbigniew Jędrzejewski-Szmek1-1/+1
2013-11-11systemctl: add new "list-timers" commandLennart Poettering1-18/+240
2013-11-09systemctl: make sure daemon-reload returns successZbigniew Jędrzejewski-Szmek1-1/+1
2013-11-09systemctl: fix printing of individual propertiesZbigniew Jędrzejewski-Szmek1-2/+5
2013-11-08shutdown: unify handling of reboot() syscall a bitLennart Poettering1-21/+20
2013-11-08systemctl: properly initialize column widths for list-jobsLennart Poettering1-1/+5
2013-11-08systemctl: rename 'listen'Kay Sievers1-9/+9
2013-11-08systemctl: fix "reboot" callKay Sievers1-2/+2
2013-11-08systemctl: restore ability to directly connect to PID1 from systemctlLennart Poettering1-10/+8