summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
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
2016-01-20basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek
2016-01-14Merge pull request #2316 from poettering/dnssec14Tom Gundersen
2016-01-14bus-util: print "systemctl --user" on user service managerWaLyong Cho
2016-01-13systemctl: improve wording of "systemctl enable" messagesLennart Poettering
2015-12-02core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies()Franck Bui
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-22systemctl: do not return uninitialized rThomas Hindoe Paaboel Andersen
2015-11-18systemctl: open pager for 'status', since process tree can get very longLennart Poettering
2015-11-18systemctl: make sure 'status' shows whether units are transientLennart Poettering
2015-11-13Merge pull request #1869 from poettering/kill-overridableMichal Schmidt
2015-11-12core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering
2015-11-12install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering
2015-11-12install: never log from install functionsLennart Poettering
2015-11-11systemctl: make sure list-jobs doesn't return failure on successLennart Poettering
2015-11-11systemctl: add a comment that clarifies why we do "return r" at the end of ma...Lennart Poettering
2015-11-11Revert "systemctl: return EXIT_SUCCESS on success"Lennart Poettering
2015-11-11Merge pull request #1839 from evverx/fix-systemctl-cancelTom Gundersen
2015-11-11systemctl: return EXIT_SUCCESS on successEvgeny Vereshchagin
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-11-11systemctl: fix cancelEvgeny Vereshchagin
2015-11-02systemctl: port to extract_first_wordSusant Sahani
2015-10-31systemctl: add a way to explicitly request client-side unit installingLennart Poettering