summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)Author
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
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-22systemctl: the various list commands actually can take any number of argumentsLennart Poettering
2015-10-01systemctl: fix how we decode types and statesLennart Poettering
2015-10-01systemctl: fix memory leak in systemctl_parse_argvreverendhomer