index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
scope.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/scope: Add oom-kill status for scope units (#24269)
gtwang01
2022-08-11
1
-0
/
+29
*
tree-wide: fix typo
Yu Watanabe
2022-08-10
1
-1
/
+1
*
scope: allow unprivileged delegation on scopes
Michal Sekletar
2022-08-04
1
-17
/
+113
*
core: drop a stray %m specifier from a warning message
Frantisek Sumsal
2022-07-16
1
-1
/
+1
*
scope: refuse activation of scopes if no PIDs to add are left
Lennart Poettering
2021-10-27
1
-0
/
+6
*
core: fix the return type for xxx_running_timeout() functions
Frantisek Sumsal
2021-09-29
1
-1
/
+1
*
core: implement RuntimeMaxDeltaSec directive
Albert Brox
2021-09-28
1
-4
/
+22
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
core: align string tables
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-2
/
+2
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-2
/
+1
*
core: disable event sources before unreffing them
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-2
/
+2
*
scope: on unified, make sure to unwatch all PIDs once they've been moved to t...
Franck Bui
2020-12-01
1
-5
/
+7
*
core/scope: use set_ensure_put()
Yu Watanabe
2020-11-27
1
-5
/
+1
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-4
/
+2
*
core: serialize u->pids until the processes have been moved to the scope cgroup
Franck Bui
2020-11-20
1
-2
/
+35
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: clean up inactive/failed {service|scope}'s cgroups when the last proces...
Anita Zhang
2020-10-27
1
-0
/
+5
*
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
Anita Zhang
2020-10-08
1
-0
/
+1
*
pid1: convert to the new scheme
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-1
/
+0
*
core: introduce support for cgroup freezer
Michal Sekletár
2020-04-30
1
-0
/
+3
*
core: clearly refuse OnFailure= deps on units that can't fail
Lennart Poettering
2020-01-09
1
-0
/
+1
*
Merge pull request #13423 from pwithnall/12035-session-time-limits
Zbigniew Jędrzejewski-Szmek
2019-10-28
1
-7
/
+34
|
\
|
*
scope: Support RuntimeMaxSec= directive in scope units
Philip Withnall
2019-10-28
1
-2
/
+17
|
*
scope: Refactor timer handling on coldplug
Philip Withnall
2019-07-29
1
-5
/
+17
*
|
core: adjust load functions for other unit types to be more like service
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-15
/
+20
*
|
core: turn unit_load_fragment_and_dropin_optional() into a flag
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-1
/
+2
*
|
cgroup: analyze: Report memory configurations that deviate from systemd
Chris Down
2019-10-03
1
-1
/
+1
|
/
*
core: add new call unit_reset_accounting()
Lennart Poettering
2019-04-12
1
-2
/
+1
*
scope: tiny cleanup: UNIT(s) -> u
Franck Bui
2019-03-20
1
-4
/
+4
*
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
*
core: introduce a helper function to wrap unit_log_{success,failure}
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-5
/
+1
*
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
2018-11-16
1
-1
/
+3
*
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
2018-11-16
1
-1
/
+1
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-4
/
+5
*
pid1: drop unused path parameter to add_two_dependencies_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-1
/
+1
*
core: enumerate perpetual units in a separate per-unit-type method
Lennart Poettering
2018-06-07
1
-2
/
+2
*
core: watch PIDs of scope units right after starting them
Lennart Poettering
2018-06-05
1
-0
/
+3
*
core: rework how we track service and scope PIDs
Lennart Poettering
2018-06-05
1
-15
/
+14
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
core: enforce that scope units can be started only once
Lennart Poettering
2018-04-27
1
-0
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core: add new new bus call for migrating foreign processes to scope/service u...
Lennart Poettering
2018-02-12
1
-1
/
+1
*
cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...
Lennart Poettering
2018-02-12
1
-0
/
+1
*
Merge pull request #8107 from sourcejedi/pedant
Zbigniew Jędrzejewski-Szmek
2018-02-06
1
-3
/
+0
|
\
|
*
slice, scope: IgnoreOnIsolate=yes is already the default
Alan Jenkins
2018-02-04
1
-3
/
+0
*
|
core: unify call we use to synthesize cgroup empty events when we stopped wat...
Lennart Poettering
2018-01-23
1
-9
/
+6
|
/
*
core: generalize the cgroup empty check on GC
Lennart Poettering
2017-11-25
1
-14
/
+0
[next]