summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2013-03-13systemctl: remove unused variableMichal Sekletar
2013-03-13initctl: catch write error, use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-03-13logs-show: export logic to add matches for unitsZbigniew Jędrzejewski-Szmek
2013-03-07pager: introduce "jump to end" optionHarald Hoyer
2013-03-07systemctl: mangle unit name in is-enabledLukas Nykryn
2013-03-01systemctl: check if iterator was initialized succesfullyLukas Nykryn
2013-03-01Revert "systemctl: try to reload daemon after enable/disable only when not ru...Lennart Poettering
2013-03-01systemctl: try to reload daemon after enable/disable only when not running in...Lennart Poettering
2013-02-27systemctl: fix minimal number of params for new cgroup commandsLennart Poettering
2013-02-27unit: rework resource management APILennart Poettering
2013-02-27systemctl: fix indentationLennart Poettering
2013-02-22systemctl: generalize action table to be usable in more action<->verb mappingsMichal Schmidt
2013-02-22systemctl: make shutdown operations use irreversible jobsMichal Schmidt
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt
2013-02-22systemctl: make "systemctl default" use "isolate" job modeMichal Schmidt
2013-02-16systemctl: allow comma sepearted property listsZbigniew Jędrzejewski-Szmek
2013-02-16systemctl: Don't give re-activation warning if unit is maskedJan Janssen
2013-02-16systemctl: allow status with no unitsZbigniew Jędrzejewski-Szmek
2013-02-14systemctl: print wall message only if successfulZbigniew Jędrzejewski-Szmek
2013-02-14systemctl: use automatic cleanupZbigniew Jędrzejewski-Szmek
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-13Move systemctl dot to systemd-analyze dotSimon Peeters
2013-02-13systemctl: use parse_unit_infoMarc-Antoine Perennou
2013-02-13dbus: import struct unit_info from systemctlMarc-Antoine Perennou
2013-01-30systemctl: Fix wrong assertion testMauro Dreissig
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-18systemctl: print the user session journal for user session units.Mirco Tischler
2013-01-18systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering
2013-01-18systemctl: it's probably a good idea not to alter return parameters if we failLennart Poettering
2013-01-18systemctl: no need to check this explicitly, we already checked it a few line...Lennart Poettering
2013-01-18systemctl: we can make this faster and shorten it a bit with strv_extend()Lennart Poettering
2013-01-18systemctl: make list-dependencies default to default.targetLennart Poettering
2013-01-18systemctl: we can use nulstr_contains() for this lookupLennart Poettering
2013-01-17systemctl add command list-dependenciesLukas Nykryn
2013-01-16systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn
2013-01-15systemctl: fix assertion hit by incorrect comparisonDave Reisner
2013-01-15Typo fixOleksii Shevchuk
2013-01-15systemctl: when inhibiting shutdown/suspend also check for other login sessionsLennart Poettering
2013-01-14systemctl: drop compat with really really old systemd versionsLennart Poettering
2013-01-14systemctl: be smarter when mangling snapshot namesLennart Poettering
2013-01-14systemctl: numerous modernizationsLennart Poettering
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2013-01-14systemctl: honour inhibitors only when running unprivilegedLennart Poettering
2013-01-14systemctl: don't hit an assert if we try to reboot and dbus is deadLennart Poettering
2013-01-14systemctl: rework is-active and is-failed codeLennart Poettering
2013-01-11systemctl: honour inhibitors when shutting down or entering sleep stateLennart Poettering
2013-01-10dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...Lennart Poettering
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering
2013-01-04systemctl: enable chkconfig compat only if chkconfig is found rather than bas...Lennart Poettering
2013-01-04systemctl: add is-failedThomas Hindoe Paaboel Andersen