summaryrefslogtreecommitdiff
path: root/src/core/scope.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-151-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-011-1/+0
* Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-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
|\
| * core: change return value of the unit's enumerate() call to voidLennart Poettering2015-11-101-6/+7
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-1/+0
|/
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* core: ignore -.slice and init.scope when isolatingLennart Poettering2015-10-091-0/+3
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-11/+0
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* scope: do not compare a bool return with "<= 0"Thomas Hindoe Paaboel Andersen2015-09-021-1/+1
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-7/+60
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-1/+1