summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* pager: introduce "jump to end" optionHarald Hoyer2013-03-071-1/+1
* systemctl: mangle unit name in is-enabledLukas Nykryn2013-03-071-2/+17
* systemctl: check if iterator was initialized succesfullyLukas Nykryn2013-03-011-1/+5
* Revert "systemctl: try to reload daemon after enable/disable only when not ru...Lennart Poettering2013-03-011-1/+1
* systemctl: try to reload daemon after enable/disable only when not running in...Lennart Poettering2013-03-011-1/+1
* systemctl: fix minimal number of params for new cgroup commandsLennart Poettering2013-02-271-5/+5
* unit: rework resource management APILennart Poettering2013-02-271-92/+63
* systemctl: fix indentationLennart Poettering2013-02-271-11/+10
* systemctl: generalize action table to be usable in more action<->verb mappingsMichal Schmidt2013-02-221-75/+38
* systemctl: make shutdown operations use irreversible jobsMichal Schmidt2013-02-221-6/+17
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-221-0/+6
* systemctl: make "systemctl default" use "isolate" job modeMichal Schmidt2013-02-221-1/+2
* systemctl: allow comma sepearted property listsZbigniew Jędrzejewski-Szmek2013-02-161-5/+20
* systemctl: Don't give re-activation warning if unit is maskedJan Janssen2013-02-161-1/+38
* systemctl: allow status with no unitsZbigniew Jędrzejewski-Szmek2013-02-161-18/+70
* systemctl: print wall message only if successfulZbigniew Jędrzejewski-Szmek2013-02-141-1/+1
* systemctl: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-02-141-120/+48
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* Move systemctl dot to systemd-analyze dotSimon Peeters2013-02-131-191/+0
* systemctl: use parse_unit_infoMarc-Antoine Perennou2013-02-131-42/+12
* dbus: import struct unit_info from systemctlMarc-Antoine Perennou2013-02-131-13/+0
* systemctl: Fix wrong assertion testMauro Dreissig2013-01-311-1/+1
* unit: optionally allow making cgroup attribute changes persistentLennart Poettering2013-01-191-3/+11
* systemctl: print the user session journal for user session units.Mirco Tischler2013-01-181-7/+17
* systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering2013-01-181-2/+63
* systemctl: it's probably a good idea not to alter return parameters if we failLennart Poettering2013-01-181-2/+3
* systemctl: no need to check this explicitly, we already checked it a few line...Lennart Poettering2013-01-181-6/+1
* systemctl: we can make this faster and shorten it a bit with strv_extend()Lennart Poettering2013-01-181-6/+5
* systemctl: make list-dependencies default to default.targetLennart Poettering2013-01-181-9/+13
* systemctl: we can use nulstr_contains() for this lookupLennart Poettering2013-01-181-16/+7
* systemctl add command list-dependenciesLukas Nykryn2013-01-171-2/+225
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-161-7/+7
* systemctl: fix assertion hit by incorrect comparisonDave Reisner2013-01-161-1/+1
* Typo fixOleksii Shevchuk2013-01-151-1/+1
* systemctl: when inhibiting shutdown/suspend also check for other login sessionsLennart Poettering2013-01-151-3/+32
* systemctl: drop compat with really really old systemd versionsLennart Poettering2013-01-141-29/+2
* systemctl: be smarter when mangling snapshot namesLennart Poettering2013-01-141-23/+23
* systemctl: numerous modernizationsLennart Poettering2013-01-141-279/+163
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-141-0/+114
* systemctl: honour inhibitors only when running unprivilegedLennart Poettering2013-01-141-12/+17
* systemctl: don't hit an assert if we try to reboot and dbus is deadLennart Poettering2013-01-141-0/+3
* systemctl: rework is-active and is-failed codeLennart Poettering2013-01-141-50/+67
* systemctl: honour inhibitors when shutting down or entering sleep stateLennart Poettering2013-01-111-2/+120
* dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...Lennart Poettering2013-01-101-91/+34
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-041-1/+0
* systemctl: enable chkconfig compat only if chkconfig is found rather than bas...Lennart Poettering2013-01-041-1/+1
* systemctl: add is-failedThomas Hindoe Paaboel Andersen2013-01-041-7/+34
* systemctl: switch-root - read init= from /proc/cmdlineTom Gundersen2012-12-281-2/+19
* systemctl: don't show cgroup field for a unit if cgroup is emptyLennart Poettering2012-12-241-1/+2
* systemctl: verbose message on missing [Install]Michal Schmidt2012-12-061-1/+10