summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)AuthorFilesLines
2014-05-19core: Filter by state behind the D-Bus API, not in the systemctl client.David Strauss1-11/+13
2014-05-19fix spelling of privilegeNis Martensen1-1/+1
2014-05-17systemctl: more cleanupThomas Hindoe Paaboel Andersen1-4/+4
2014-05-15systemctl: small cleanupZbigniew Jędrzejewski-Szmek1-8/+5
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-3/+3
2014-05-15Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek1-1/+1
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering1-5/+3
2014-05-10systemctl: return an error code is status failsZbigniew Jędrzejewski-Szmek1-4/+16
2014-04-23delta: draw arrows with draw_special_char()Lennart Poettering1-6/+6
2014-04-21systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich1-6/+3
2014-04-16systemctl: allow to change the default target without the --force switchDjalal Harouni1-2/+2
2014-04-16systemctl: add --recursive for list-timersThomas Hindoe Paaboel Andersen1-5/+29
2014-04-16systemctl: add --recursive for list-socketsThomas Hindoe Paaboel Andersen1-5/+28
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek1-3/+1
2014-04-05systemctl: update NAME to PATTERN in help()Zbigniew Jędrzejewski-Szmek1-7/+7
2014-03-27systemctl: fix spelling in commentBrandon Philips1-2/+2
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