summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* core: fix support for transient resource limit propertiesLennart Poettering2016-02-011-8/+0
* systemctl: actually honour the try-reload-or-restart verb aabf5d4243408 promisedLennart Poettering2016-01-291-1/+2
* systemctl: make most systemctl commands NOPs in a chroot() environmentLennart Poettering2016-01-291-64/+64
* systemctl: consider a chroot() environment always offlineLennart Poettering2016-01-291-2/+2
* systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart"Lennart Poettering2016-01-281-2/+3
* systemctl: don't make up unit states, and don't eat up errors to eagerlyLennart Poettering2016-01-281-24/+28
* systemctl: don't mangle unit names in check_unit_generic()Lennart Poettering2016-01-281-6/+2
* systemctl: piece-meal strv extension is expensiveLennart Poettering2016-01-271-2/+13
* systemctl: is-active/failed should return 0 if at least one unit is in given ...Lukas Nykryn2016-01-251-3/+6
* systemctl: Allow 'edit' and 'cat' on unloaded unitsDouglas Christman2016-01-211-30/+0
* Merge pull request #2085 from fbuihuu/more-use-of-check-load-stateLennart Poettering2016-01-201-1/+7
|\
| * core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies()Franck Bui2015-12-021-1/+7
* | basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek2016-01-201-1/+1
* | Merge pull request #2316 from poettering/dnssec14Tom Gundersen2016-01-141-1/+1
|\ \
| * | systemctl: improve wording of "systemctl enable" messagesLennart Poettering2016-01-131-1/+1
| |/
* | bus-util: print "systemctl --user" on user service managerWaLyong Cho2016-01-141-1/+1
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-61/+61
* systemctl: do not return uninitialized rThomas Hindoe Paaboel Andersen2015-11-221-4/+8
* systemctl: open pager for 'status', since process tree can get very longLennart Poettering2015-11-181-2/+1
* systemctl: make sure 'status' shows whether units are transientLennart Poettering2015-11-181-1/+7
* Merge pull request #1869 from poettering/kill-overridableMichal Schmidt2015-11-131-4/+0
|\
| * core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-4/+0
* | install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-121-3/+3
* | install: never log from install functionsLennart Poettering2015-11-121-6/+7
|/
* systemctl: make sure list-jobs doesn't return failure on successLennart Poettering2015-11-111-1/+1
* systemctl: add a comment that clarifies why we do "return r" at the end of ma...Lennart Poettering2015-11-111-0/+2
* Revert "systemctl: return EXIT_SUCCESS on success"Lennart Poettering2015-11-111-1/+1
* Merge pull request #1839 from evverx/fix-systemctl-cancelTom Gundersen2015-11-111-2/+2
|\
| * systemctl: return EXIT_SUCCESS on successEvgeny Vereshchagin2015-11-111-1/+1
| * systemctl: fix cancelEvgeny Vereshchagin2015-11-111-1/+1
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-106/+0
|/
* systemctl: port to extract_first_wordSusant Sahani2015-11-021-21/+33
* systemctl: add a way to explicitly request client-side unit installingLennart Poettering2015-10-311-0/+7
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-1/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-3/+6
* systemctl: the various list commands actually can take any number of argumentsLennart Poettering2015-10-221-6/+6
* systemctl: fix how we decode types and statesLennart Poettering2015-10-011-3/+5
* systemctl: fix memory leak in systemctl_parse_argvreverendhomer2015-10-011-1/+1
* Merge pull request #1422 from keszybz/sd-daemon-mq-badfLennart Poettering2015-09-301-1/+1
|\