summaryrefslogtreecommitdiffstats
path: root/src/core/slice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: do not check/verify slice units if recursive errors are to be ignoredMaanya Goenka2023-09-291-0/+4
* core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_...Lennart Poettering2023-09-181-6/+0
* tree-wide: drop _pure_ + _const_ from local, static functionsLennart Poettering2023-08-091-2/+2
* Revert "core: add IgnoreOnSoftReboot= unit option"Luca Boccassi2023-07-231-10/+10
* core: add IgnoreOnSoftReboot= unit optionLuca Boccassi2023-07-211-10/+10
* core: drop UnitNotifyFlagsMike Yuan2023-05-241-1/+1
* core/slice: shorten code a bitYu Watanabe2023-05-241-6/+3
* core: Do not check child freezability when thawing slicemsizanoen12023-05-231-2/+5
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-2/+2
* core/slice: skip member units without realized cgroup during freeze or thawmsizanoen12022-12-081-0/+3
* core/slice: make slice_freezer_action() return 0 if freezing state is unchangedYu Watanabe2022-05-091-5/+1
* core: add default descriptions for slicesZbigniew Jędrzejewski-Szmek2021-06-301-0/+8
* core: convert Slice= into a proper dependency (and add a back dependency)Lennart Poettering2021-05-251-16/+5
* core: add UNIT_GET_SLICE() helperLennart Poettering2021-05-251-2/+2
* core: split dependency types into atomsLennart Poettering2021-05-251-5/+2
* core: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-8/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-081-0/+1
* core/slice: explicitly specify return valueYu Watanabe2020-09-081-2/+4
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* core: fix the return value in order to make sure we don't dipatch method retu...Michal Sekletár2020-06-051-1/+1
* pid1: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-051-1/+0
* core: introduce support for cgroup freezerMichal Sekletár2020-04-301-0/+81
* core: adjust load functions for other unit types to be more like serviceZbigniew Jędrzejewski-Szmek2019-10-111-15/+13
* core: turn unit_load_fragment_and_dropin_optional() into a flagZbigniew Jędrzejewski-Szmek2019-10-111-1/+1
* cgroup: analyze: Report memory configurations that deviate from systemdChris Down2019-10-031-1/+1
* core: add new call unit_reset_accounting()Lennart Poettering2019-04-121-2/+1
* core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering2018-12-011-0/+4
* cgroup: rename {manager_owns|unit_has}_root_cgroup() → .._host_root_cgroup()Lennart Poettering2018-11-231-1/+1
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-2/+2
* core: rework serializationLennart Poettering2018-10-261-1/+3
* 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-2/+2
* core: enumerate perpetual units in a separate per-unit-type methodLennart Poettering2018-06-071-2/+2
* core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-011-7/+25
|\
| * core: turn on memory/cpu/tasks accounting by default for the root sliceLennart Poettering2018-02-091-7/+25
* | pid1: include the source unit in UnitRefZbigniew Jędrzejewski-Szmek2018-02-151-1/+1
|/
* slice: system.slice should be perpetual like -.mountAlan Jenkins2018-02-041-4/+40
* slice, scope: IgnoreOnIsolate=yes is already the defaultAlan Jenkins2018-02-041-1/+0
* core: reuse slice_build_parent_sliceZbigniew Jędrzejewski-Szmek2017-12-151-14/+8
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: track why unit dependencies came to beLennart Poettering2017-11-101-1/+1
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-1/+2
* 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-6/+4
* core: move initialization of -.slice and init.scope into the unit_load() call...Lennart Poettering2016-10-241-10/+28