summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
2016-04-19systemctl: warning about missing install info for template unitsZbigniew Jędrzejewski-Szmek
2016-04-19shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek
2016-04-18Various formatting and style fixesZbigniew Jędrzejewski-Szmek
2016-04-16systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek
2016-04-16tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"Zbigniew Jędrzejewski-Szmek
2016-04-16systemctl: make --root=/ disable dbus againZbigniew Jędrzejewski-Szmek
2016-04-13systemctl: fix leakZbigniew Jędrzejewski-Szmek
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek
2016-04-12systemctl: when we want to know whether there's a native unit file, don't cho...Lennart Poettering
2016-04-12core: make sure we generate a nicer error when a linked unit is attempted to ...Lennart Poettering
2016-04-12core,systemctl: add new "systemctl revert" commandLennart Poettering
2016-04-12systemctl: don't confuse sysv code with generated unitsLennart Poettering
2016-04-12systemctl: add error message when we get unexpected event from waitid()Lennart Poettering
2016-04-12systemctl: fix incorrect errno for error messageLennart Poettering
2016-04-12systemctl: move check whether a service exists as native unit file to install.cLennart Poettering
2016-04-12core: rework reboot parameter logic a bitLennart Poettering
2016-04-12install: introduce a new unit file state "transient"Lennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12systemctl: port systemctl over to the new LookupPaths configuration directory...Lennart Poettering
2016-04-12core: when enabling a generated unit file, return a clean errorLennart Poettering
2016-04-12core: add a new unit file state "generated"Lennart Poettering
2016-04-12core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering
2016-04-06Merge pull request #2962 from keszybz/value-optionLennart Poettering
2016-04-04systemctl: add --value optionZbigniew Jędrzejewski-Szmek
2016-04-01systemctl: use correct printf macros for uint32Martin Pitt
2016-03-23systemctl: no need to pass --all if inactive is explicitly requested in list-...Franck Bui
2016-03-07Merge pull request #2768 from benjarobin/fix-2718Daniel Mack
2016-03-05systemctl: improve error message when starting a unit failedRonny Chevalier
2016-03-03systemctl: add missing OOM checkRonny Chevalier
2016-03-02systemctl: rm empty dropin dirs after cancelled editRonny Chevalier
2016-02-29systemctl: Fix warn: action_to_runlevel() is not usedBenjamin ROBIN
2016-02-29systemctl: Replace check_one_unit() by get_state_one_unit()Benjamin ROBIN
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-15systemctl: fix style to avoid modification of array passed by callerZbigniew Jędrzejewski-Szmek
2016-02-15systemctl: include -M or -H arguments in the hintZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2016-01-29systemctl: actually honour the try-reload-or-restart verb aabf5d4243408 promisedLennart Poettering
2016-01-29systemctl: make most systemctl commands NOPs in a chroot() environmentLennart Poettering
2016-01-29systemctl: consider a chroot() environment always offlineLennart Poettering
2016-01-28systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart"Lennart Poettering
2016-01-28systemctl: don't make up unit states, and don't eat up errors to eagerlyLennart Poettering
2016-01-28systemctl: don't mangle unit names in check_unit_generic()Lennart Poettering
2016-01-27systemctl: piece-meal strv extension is expensiveLennart Poettering
2016-01-25systemctl: is-active/failed should return 0 if at least one unit is in given ...Lukas Nykryn
2016-01-21systemctl: Allow 'edit' and 'cat' on unloaded unitsDouglas Christman
2016-01-20Merge pull request #2085 from fbuihuu/more-use-of-check-load-stateLennart Poettering