Age | Commit message (Expand) | Author |
2016-08-22 | core: let's use set_contains() where appropriate | Lennart Poettering |
2016-08-22 | core: cache last CPU usage counter, before destorying a cgroup | Lennart Poettering |
2016-08-22 | core: add Ref()/Unref() bus calls for units | Lennart Poettering |
2016-08-19 | Merge pull request #3965 from htejun/systemd-controller-on-unified | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | core: add RemoveIPC= setting | Lennart Poettering |
2016-08-17 | core: use the unified hierarchy for the systemd cgroup controller hierarchy | Tejun Heo |
2016-08-15 | core: rename cg_unified() to cg_all_unified() | Tejun Heo |
2016-08-07 | core: add cgroup CPU controller support on the unified hierarchy | Tejun Heo |
2016-07-22 | core: add a concept of "dynamic" user ids, that are allocated as long as a se... | Lennart Poettering |
2016-07-20 | core: when forcibly killing/aborting left-over unit processes log about it | Lennart Poettering |
2016-07-12 | Various fixes for typos found by lintian (#3705) | Michael Biebl |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-07-08 | core: queue loading transient units after setting their properties (#3676) | David Michael |
2016-06-30 | manager: Only invoke a single sigchld per unit within a cleanup cycle | Kyle Walker |
2016-06-23 | core: when writing transient unit files, make sure all lines end with a newline | Lennart Poettering |
2016-06-14 | unit: properly comment generated comments in unit files | Lennart Poettering |
2016-05-28 | core/unit: append newline when writing drop ins | Zbigniew Jędrzejewski-Szmek |
2016-05-16 | Merge pull request #3193 from htejun/cgroup-io-controller | Lennart Poettering |
2016-05-16 | core: don't log job status message in case job was effectively NOP (#3199) | Michal Sekletar |
2016-05-14 | core: allow slice to be overriden if cgroups aren't realized (#3246) | Tejun Heo |
2016-05-06 | core: update the right mtime after finishing writing of transient units (#3203) | Lennart Poettering |
2016-05-05 | core: add io controller support on the unified hierarchy | Tejun Heo |
2016-05-04 | Merge pull request #3170 from poettering/v230-preparation-fixes | Lennart Poettering |
2016-05-03 | Merge pull request #2921 from keszybz/do-not-report-masked-units-as-changed | Zbigniew Jędrzejewski-Szmek |
2016-05-03 | Revert "Do not report masked units as changed (#2921)" | Zbigniew Jędrzejewski-Szmek |
2016-05-02 | Merge pull request #3162 from keszybz/alias-refusal | Lennart Poettering |
2016-05-02 | core: simplify unit_need_daemon_reload() a bit | Lennart Poettering |
2016-05-02 | core: fix detection whether per-unit drop-ins changed | Lennart Poettering |
2016-05-02 | core: move enforcement of the start limit into per-unit-type code again | Lennart Poettering |
2016-05-01 | Move no_instances information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-05-01 | Move no_alias information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-04-30 | Merge pull request #3152 from poettering/aliasfix | Zbigniew Jędrzejewski-Szmek |
2016-04-29 | core: refuse merging on units when the unit type does not support alias | Lennart Poettering |
2016-04-29 | core: rerun GC logic for a unit that loses a reference | Lennart Poettering |
2016-04-29 | core: move start ratelimiting check after condition checks | Lennart Poettering |
2016-04-22 | core,systemctl: add bus API to retrieve processes of a unit | Lennart Poettering |
2016-04-21 | tree-wide: use mdash instead of a two minuses | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | tree-wide: remove useless NULLs from strjoina | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | basic/util: silence stupid gcc warnings about unitialized variable | Zbigniew Jędrzejewski-Szmek |
2016-04-12 | core: keep track of the mtime of the transient unit file we wrote | Lennart Poettering |
2016-04-12 | core: optimize unit_write_drop_in a bit | Lennart Poettering |
2016-04-12 | core: when creating a drop-in snippet, add a comment explaining this to it | Lennart Poettering |
2016-04-12 | tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n... | Lennart Poettering |
2016-04-12 | core: rework how transient unit files and property drop-ins work | Lennart Poettering |
2016-04-12 | core: don't reorder drop-ins when changing properties | Lennart Poettering |
2016-04-12 | core: add a separate unit directory for transient units | Lennart Poettering |
2016-04-12 | core: introduce MANAGER_IS_RELOADING() macro | Lennart Poettering |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-04-12 | Do not report masked units as changed (#2921) | Zbigniew Jędrzejewski-Szmek |
2016-03-31 | core: treat masked files as "unchanged" | Zbigniew Jędrzejewski-Szmek |