summaryrefslogtreecommitdiff
path: root/src/core/scope.c
Commit message (Expand)AuthorAgeFilesLines
* scope: do not disable timer event source when state is SCOPE_RUNNINGNick Rosbrook2023-04-131-1/+1
* shared: move cg_set_access() declaration to right header fileLennart Poettering2023-02-231-0/+1
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-2/+2
* core: ensure init.scope is realized after drop-ins have been loadedLuca Boccassi2023-01-231-0/+4
* systemd: Support OOMPolicy in scope unitsMark Laws2022-11-241-3/+16
* core/scope: Add oom-kill status for scope units (#24269)gtwang012022-08-111-0/+29
* tree-wide: fix typoYu Watanabe2022-08-101-1/+1
* scope: allow unprivileged delegation on scopesMichal Sekletar2022-08-041-17/+113
* core: drop a stray %m specifier from a warning messageFrantisek Sumsal2022-07-161-1/+1
* scope: refuse activation of scopes if no PIDs to add are leftLennart Poettering2021-10-271-0/+6
* core: fix the return type for xxx_running_timeout() functionsFrantisek Sumsal2021-09-291-1/+1
* core: implement RuntimeMaxDeltaSec directiveAlbert Brox2021-09-281-4/+22
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* core: align string tablesZbigniew Jędrzejewski-Szmek2021-07-191-2/+2
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* core: disable event sources before unreffing themZbigniew Jędrzejewski-Szmek2021-05-121-2/+2
* scope: on unified, make sure to unwatch all PIDs once they've been moved to t...Franck Bui2020-12-011-5/+7
* core/scope: use set_ensure_put()Yu Watanabe2020-11-271-5/+1
* core: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-4/+2
* core: serialize u->pids until the processes have been moved to the scope cgroupFranck Bui2020-11-201-2/+35
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* core: clean up inactive/failed {service|scope}'s cgroups when the last proces...Anita Zhang2020-10-271-0/+5
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-071-0/+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/+3
* core: clearly refuse OnFailure= deps on units that can't failLennart Poettering2020-01-091-0/+1
* Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-281-7/+34
|\
| * scope: Support RuntimeMaxSec= directive in scope unitsPhilip Withnall2019-10-281-2/+17
| * scope: Refactor timer handling on coldplugPhilip Withnall2019-07-291-5/+17
* | core: adjust load functions for other unit types to be more like serviceZbigniew Jędrzejewski-Szmek2019-10-111-15/+20
* | core: turn unit_load_fragment_and_dropin_optional() into a flagZbigniew Jędrzejewski-Szmek2019-10-111-1/+2
* | 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
* scope: tiny cleanup: UNIT(s) -> uFranck Bui2019-03-201-4/+4
* core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering2018-12-011-0/+4
* core: introduce a helper function to wrap unit_log_{success,failure}Zbigniew Jędrzejewski-Szmek2018-11-161-5/+1
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2018-11-161-1/+3
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2018-11-161-1/+1
* core: rework serializationLennart Poettering2018-10-261-4/+5
* 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