summaryrefslogtreecommitdiffstats
path: root/src/core/scope.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: add a couple of more error cases that should result in "bad-setting"Lennart Poettering2018-06-111-1/+1
* core: enumerate perpetual units in a separate per-unit-type methodLennart Poettering2018-06-071-2/+2
* core: watch PIDs of scope units right after starting themLennart Poettering2018-06-051-0/+3
* core: rework how we track service and scope PIDsLennart Poettering2018-06-051-15/+14
* core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+1
* core: enforce that scope units can be started only onceLennart Poettering2018-04-271-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-1/+1
* cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...Lennart Poettering2018-02-121-0/+1
* Merge pull request #8107 from sourcejedi/pedantZbigniew Jędrzejewski-Szmek2018-02-061-3/+0
|\
| * slice, scope: IgnoreOnIsolate=yes is already the defaultAlan Jenkins2018-02-041-3/+0
* | core: unify call we use to synthesize cgroup empty events when we stopped wat...Lennart Poettering2018-01-231-9/+6
|/
* core: generalize the cgroup empty check on GCLennart Poettering2017-11-251-14/+0
* core: track scope controllers on the busLennart Poettering2017-11-231-4/+11
* core: serialize the "controller" field in scope unitsLennart Poettering2017-11-231-0/+11
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+2
* core: track why unit dependencies came to beLennart Poettering2017-11-101-1/+2
* logind: fix killing of scopesZbigniew Jędrzejewski-Szmek2017-10-191-6/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-6/+3
* core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-1/+2
* cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-241-1/+1
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-1/+1
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-1/+1
* pid1: simplify the logic in two statements related to killing processesZbigniew Jędrzejewski-Szmek2016-12-091-3/+4
* unit: unify some code with new unit_new_for_name() callLennart Poettering2016-11-021-9/+2
* core: rework the "no_gc" unit flag to become a more generic "perpetual" flagLennart Poettering2016-11-021-4/+2
* core: move initialization of -.slice and init.scope into the unit_load() call...Lennart Poettering2016-10-241-12/+32
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+4
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-1/+1
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-161-1/+1
* core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-2/+2
* core: when a scope was abandoned, always log about processes we killLennart Poettering2016-07-201-1/+13
* core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-1/+1
* core: on unified we don't need to check u->pids: we can use proper notificati...Evgeny Vereshchagin2016-06-141-2/+3
* Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-021-1/+0
* Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-021-1/+0
* core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-121-12/+13
* core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-121-3/+3
* core: exclude .slice units from "systemctl isolate"Lennart Poettering2016-02-201-2/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-2/+6
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-20/+17
* core: simplify scope unit GC checking code a bitLennart Poettering2015-11-131-10/+4
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-5/+6
* Merge pull request #1837 from poettering/grabbag2Tom Gundersen2015-11-111-6/+7
|\