Age | Commit message (Expand) | Author |
2015-11-13 | core: now that .snapshot unit are gone, we don't need the per-type .no_gc boo... | Lennart Poettering |
2015-11-13 | core: add new DefaultTasksMax= setting for system.conf | Lennart Poettering |
2015-11-13 | Merge pull request #1869 from poettering/kill-overridable | Michal Schmidt |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
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-11 | Merge pull request #1837 from poettering/grabbag2 | Tom Gundersen |
2015-11-10 | Remove snapshot unit type | Zbigniew Jędrzejewski-Szmek |
2015-11-10 | core: try to continue if coldplugging of a unit fails | Lennart Poettering |
2015-11-02 | core: be more verbose when NameOwnerChanged subscriptions fail | Daniel Mack |
2015-10-31 | core: set_unit_path overwrites SYSTEMD_UNIT_PATH | Evgeny Vereshchagin |
2015-10-27 | util-lib: split out allocation calls into alloc-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: 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-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-19 | tree-wide: remove unused functions | Thomas Hindoe Paaboel Andersen |
2015-10-17 | unit: allocate bus name match string on the stack | Lennart Poettering |
2015-10-09 | Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives | Lennart Poettering |
2015-10-08 | Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ... | Franck Bui |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering |
2015-09-29 | core: add a "Requires=" dependency between units and the slices they are loca... | Lennart Poettering |
2015-09-28 | Move UnitActiveState to basic/ | Zbigniew Jędrzejewski-Szmek |
2015-09-21 | core: extend KillUnit() to return error when no unit was killed | Jan Synacek |
2015-09-16 | cgroup: add support for net_cls controllers | Daniel Mack |
2015-09-11 | core: allocate sets of startup and failed units on-demand | Lennart Poettering |
2015-09-11 | core: refactor cpu shares/blockio weight cgroup logic | Lennart Poettering |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: make use of the fact that strv_free() returns NULL | Lennart Poettering |
2015-09-08 | Merge pull request #1190 from poettering/rework-virt | Daniel Mack |
2015-09-07 | unit: move "not supported" check after condition check in unit_start() | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-09-05 | unit: make unit_can_start() more accurate | Lennart Poettering |
2015-09-04 | macro: introduce new PID_TO_PTR macros and make use of them | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | core: rework when we kill with which signal | Lennart Poettering |
2015-09-01 | core: don't allow changing the slice of a unit while it is active | Lennart Poettering |
2015-09-01 | unit: small clean-ups | Lennart Poettering |
2015-09-01 | units: enable waiting for unit termination in certain cases | Lennart Poettering |
2015-08-31 | unit: minor simplification | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-08-31 | core: don't generate stub unit file for transient units | Lennart Poettering |
2015-08-06 | core: unit: remove bus slot after calling unit_done() | Daniel Mack |
2015-08-06 | core: dbus: track bus names per unit | Daniel Mack |
2015-07-21 | core: unit_get_status_message_format() never returns NULL | Michal Schmidt |