summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-3/+3
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers1-2/+2
2014-07-26Add utility function to append root to pathZbigniew Jędrzejewski-Szmek1-10/+4
2014-07-26systemctl: do not bother to mutate state on errorZbigniew Jędrzejewski-Szmek1-25/+12
2014-07-26Always check asprintf return codeKarel Zak1-7/+6
2014-07-20systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek1-43/+4
2014-07-08systemctl: fix visual alignment for lines prefixed with color dotsMichal Schmidt1-1/+1
2014-07-07systemctl: show StatusErrno value in "systemctl status"Lennart Poettering1-0/+5
2014-06-25systemctl: add new "is-system-running" command to check whether system is ful...Lennart Poettering1-0/+26
2014-06-16systemctl: reverse order of args when verbosely creating symlinksDave Reisner1-2/+2
2014-06-17systemctl: output human readable strings in "systemctl enable" and "systemctl...Lennart Poettering1-4/+4
2014-06-17install: beef up preset logic to limit to only enable or only disable, and do...Lennart Poettering1-4/+89
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