Age | Commit message (Expand) | Author |
2016-02-01 | core: fix support for transient resource limit properties | Lennart Poettering |
2016-01-29 | systemctl: actually honour the try-reload-or-restart verb aabf5d4243408 promised | Lennart Poettering |
2016-01-29 | systemctl: make most systemctl commands NOPs in a chroot() environment | Lennart Poettering |
2016-01-29 | systemctl: consider a chroot() environment always offline | Lennart Poettering |
2016-01-28 | systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart" | Lennart Poettering |
2016-01-28 | systemctl: don't make up unit states, and don't eat up errors to eagerly | Lennart Poettering |
2016-01-28 | systemctl: don't mangle unit names in check_unit_generic() | Lennart Poettering |
2016-01-27 | systemctl: piece-meal strv extension is expensive | Lennart Poettering |
2016-01-25 | systemctl: is-active/failed should return 0 if at least one unit is in given ... | Lukas Nykryn |
2016-01-21 | systemctl: Allow 'edit' and 'cat' on unloaded units | Douglas Christman |
2016-01-20 | Merge pull request #2085 from fbuihuu/more-use-of-check-load-state | Lennart Poettering |
2016-01-20 | basic/terminal-util: introduce SYSTEMD_COLORS environment variable | Jan Synacek |
2016-01-14 | Merge pull request #2316 from poettering/dnssec14 | Tom Gundersen |
2016-01-14 | bus-util: print "systemctl --user" on user service manager | WaLyong Cho |
2016-01-13 | systemctl: improve wording of "systemctl enable" messages | Lennart Poettering |
2015-12-02 | core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies() | Franck Bui |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-22 | systemctl: do not return uninitialized r | Thomas Hindoe Paaboel Andersen |
2015-11-18 | systemctl: open pager for 'status', since process tree can get very long | Lennart Poettering |
2015-11-18 | systemctl: make sure 'status' shows whether units are transient | Lennart Poettering |
2015-11-13 | Merge pull request #1869 from poettering/kill-overridable | Michal Schmidt |
2015-11-12 | core: remove support for RequiresOverridable= and RequisiteOverridable= | Lennart Poettering |
2015-11-12 | install: follow unit file symlinks in /usr, but not /etc when looking for [In... | Lennart Poettering |
2015-11-12 | install: never log from install functions | Lennart Poettering |
2015-11-11 | systemctl: make sure list-jobs doesn't return failure on success | Lennart Poettering |
2015-11-11 | systemctl: add a comment that clarifies why we do "return r" at the end of ma... | Lennart Poettering |
2015-11-11 | Revert "systemctl: return EXIT_SUCCESS on success" | Lennart Poettering |
2015-11-11 | Merge pull request #1839 from evverx/fix-systemctl-cancel | Tom Gundersen |
2015-11-11 | systemctl: return EXIT_SUCCESS on success | Evgeny Vereshchagin |
2015-11-10 | Remove snapshot unit type | Zbigniew Jędrzejewski-Szmek |
2015-11-11 | systemctl: fix cancel | Evgeny Vereshchagin |
2015-11-02 | systemctl: port to extract_first_word | Susant Sahani |
2015-10-31 | systemctl: add a way to explicitly request client-side unit installing | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move running_in_chroot() into virt.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | path-util: unify how we process paths specified on the command line | Lennart Poettering |
2015-10-22 | systemctl: the various list commands actually can take any number of arguments | Lennart Poettering |
2015-10-01 | systemctl: fix how we decode types and states | Lennart Poettering |
2015-10-01 | systemctl: fix memory leak in systemctl_parse_argv | reverendhomer |
2015-09-30 | Merge pull request #1422 from keszybz/sd-daemon-mq-badf | Lennart Poettering |