summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-11-02Revert some uses of xsprintfZbigniew Jędrzejewski-Szmek
2016-11-02Merge pull request #4481 from poettering/perpetualZbigniew Jędrzejewski-Szmek
2016-11-02unit: unify some code with new unit_new_for_name() callLennart Poettering
2016-11-02core: rework the "no_gc" unit flag to become a more generic "perpetual" flagLennart Poettering
2016-11-01core: when restarting services, don't close fdsZbigniew Jędrzejewski-Szmek
2016-10-21failure-action: generalize failure action to emergency actionLukas Nykryn
2016-10-17core/exec: add a named-descriptor option ("fd") for streams (#4179)Luca Bruno
2016-10-17pid1: do not use mtime==0 as sign of masking (#4388)Zbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-10-12core:sandbox: remove CAP_SYS_RAWIO on PrivateDevices=yesDjalal Harouni
2016-10-12core:sandbox: Add ProtectKernelModules= optionDjalal Harouni
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-10-01core: complain if Before= dep on .device is declaredZbigniew Jędrzejewski-Szmek
2016-09-25core: imply ProtectHome=read-only and ProtectSystem=strict if DynamicUser=1Lennart Poettering
2016-08-22core: let's use set_contains() where appropriateLennart Poettering
2016-08-22core: cache last CPU usage counter, before destorying a cgroupLennart Poettering
2016-08-22core: add Ref()/Unref() bus calls for unitsLennart Poettering
2016-08-19Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek
2016-08-19core: add RemoveIPC= settingLennart Poettering
2016-08-17core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-07-08core: queue loading transient units after setting their properties (#3676)David Michael
2016-06-30manager: Only invoke a single sigchld per unit within a cleanup cycleKyle Walker
2016-06-23core: when writing transient unit files, make sure all lines end with a newlineLennart Poettering
2016-06-14unit: properly comment generated comments in unit filesLennart Poettering
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