Age | Commit message (Expand) | Author |
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 |
2015-07-21 | core: always try harder to get unit status message format string | Michal Schmidt |
2015-07-21 | core: fix confusing logging of instantaneous jobs | Michal Schmidt |
2015-06-23 | core: fix reversed dependency check in unit_check_unneeded | Abdo Roig-Maranges |
2015-06-11 | core: Let two more booleans survive a daemon-reload | Werner Fink |
2015-05-19 | unit: drop support for pre-v44 job serialization | Lennart Poettering |
2015-05-19 | core: also enforce ratelimiter if we stop a unit due to BindsTo= | Lennart Poettering |
2015-05-19 | core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1 | Lennart Poettering |
2015-05-19 | unit: fix unit_check_unneeded() dependency iteration | Lennart Poettering |
2015-05-19 | core: introduce seperate reverse dependencies for Requires= and Requisite= | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | unit: move unit_warn_if_dir_nonempty() and friend to unit.c | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-30 | core: simplify unit type detection logic | Lennart Poettering |
2015-04-28 | unit: Drop unused variables | Martin Pitt |
2015-04-27 | core: coldplug all units which participate in jobs during coldplugging | Ivan Shapovalov |
2015-04-24 | core: minor simplification | Lennart Poettering |
2015-04-24 | unit: don't add automatic dependencies on device units if they aren't supported | Lennart Poettering |
2015-04-24 | core: always coldplug units that are triggered by other units before those | Lennart Poettering |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-21 | core: make unit deserialization more defensive | Lennart Poettering |
2015-04-16 | core: fix spurious warning about cpuacct-usage-base deserialization | Zbigniew Jędrzejewski-Szmek |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-10 | core: set_put never returns -EEXIST | Ronny Chevalier |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |