summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)AuthorFilesLines
2014-03-24timer: support timers that can resume the system from suspendLennart Poettering1-1/+1
2014-03-24systemctl: show last trigger time in "systemctl list-timers"Lennart Poettering1-11/+63
2014-03-18systemctl: sort local host entry before container in list-machines outputLennart Poettering1-1/+1
2014-03-18systemctl: prefix list-units and list-machines output with a circle indicatin...Lennart Poettering1-20/+49
2014-03-17systemctl: introduce -r switch to show units running in local containers in a...Lennart Poettering1-30/+159
2014-03-16Use strlen even for constant stringsJosh Triplett1-20/+20
2014-03-14utmp-wtmp: allow overriding username on wallSebastian Thorarensen1-2/+2
2014-03-13systemctl: autopage always if systemctl status is invoked without argsLennart Poettering1-3/+1
2014-03-13systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering1-2/+1
2014-03-13systemctl: reorder verbsLennart Poettering1-94/+94
2014-03-13systemctl: make sure status -a doesn't terminate too soonLennart Poettering1-1/+1
2014-03-13systemctl: show a colored red dot in "status" output indicating the state of ...Lennart Poettering1-16/+15
2014-03-12systemctl: when "systemctl status" is called without arguments show a short o...Lennart Poettering1-17/+95
2014-03-12systemctl: add new "list-machines" commandLennart Poettering1-12/+231
2014-03-11systemctl: for switch-root check, if we switch to a systemd initHarald Hoyer1-11/+24
2014-03-05systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering1-158/+1
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek1-11/+5
2014-02-25Replace /var/run with /run in remaining placesZbigniew Jędrzejewski-Szmek1-2/+2
2014-02-23systemctl: move next elapse calculation to its own functionDjalal Harouni1-15/+27
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering1-2/+2
2014-02-21systemctl: fix compiler warning in list_timers()Daniel Mack1-1/+1
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-8/+8
2014-02-19systemctl: remove erroneous return in runlevel_parse_argv()Maciej Wereski1-1/+0
2014-02-13systemctl: fix exit statuses from is-active/is-failedDave Reisner1-4/+6
2014-02-13core: add SystemCallArchitectures= unit setting to allow disabling of non-nativeLennart Poettering1-0/+42
2014-02-10includes: remove duplicate includesTom Gundersen1-1/+0
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