summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2016-05-28core/unit: append newline when writing drop insZbigniew Jędrzejewski-Szmek
2016-05-16Merge pull request #3193 from htejun/cgroup-io-controllerLennart Poettering
2016-05-16core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar
2016-05-14core: allow slice to be overriden if cgroups aren't realized (#3246)Tejun Heo
2016-05-06core: update the right mtime after finishing writing of transient units (#3203)Lennart Poettering
2016-05-05core: add io controller support on the unified hierarchyTejun Heo
2016-05-04Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering
2016-05-03Merge pull request #2921 from keszybz/do-not-report-masked-units-as-changedZbigniew Jędrzejewski-Szmek
2016-05-03Revert "Do not report masked units as changed (#2921)"Zbigniew Jędrzejewski-Szmek
2016-05-02Merge pull request #3162 from keszybz/alias-refusalLennart Poettering
2016-05-02core: simplify unit_need_daemon_reload() a bitLennart Poettering
2016-05-02core: fix detection whether per-unit drop-ins changedLennart Poettering
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-30Merge pull request #3152 from poettering/aliasfixZbigniew Jędrzejewski-Szmek
2016-04-29core: refuse merging on units when the unit type does not support aliasLennart Poettering
2016-04-29core: rerun GC logic for a unit that loses a referenceLennart Poettering
2016-04-29core: move start ratelimiting check after condition checksLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek
2016-04-13basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek
2016-04-12core: keep track of the mtime of the transient unit file we wroteLennart Poettering
2016-04-12core: optimize unit_write_drop_in a bitLennart Poettering
2016-04-12core: when creating a drop-in snippet, add a comment explaining this to itLennart Poettering
2016-04-12tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering
2016-04-12core: rework how transient unit files and property drop-ins workLennart Poettering
2016-04-12core: don't reorder drop-ins when changing propertiesLennart Poettering
2016-04-12core: add a separate unit directory for transient unitsLennart Poettering
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12Do not report masked units as changed (#2921)Zbigniew Jędrzejewski-Szmek
2016-03-31core: treat masked files as "unchanged"Zbigniew Jędrzejewski-Szmek
2016-03-31core/unit: extract checking of stat paths into helper functionZbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-12core: fix indenting in dump outputLennart Poettering
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2016-02-07treewide: fix typos and spacingTorstein Husebø
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: store for each unit when the last low-level unit state change took placeLennart Poettering
2016-01-28core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2016-01-10tree-wide: unify argument lists of IN_SET()Daniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-24core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer