index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
slice.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/slice: make slice_freezer_action() return 0 if freezing state is unchanged
Yu Watanabe
2022-05-09
1
-5
/
+1
*
core: add default descriptions for slices
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-0
/
+8
*
core: convert Slice= into a proper dependency (and add a back dependency)
Lennart Poettering
2021-05-25
1
-16
/
+5
*
core: add UNIT_GET_SLICE() helper
Lennart Poettering
2021-05-25
1
-2
/
+2
*
core: split dependency types into atoms
Lennart Poettering
2021-05-25
1
-5
/
+2
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-8
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
Anita Zhang
2020-10-08
1
-0
/
+1
*
core/slice: explicitly specify return value
Yu Watanabe
2020-09-08
1
-2
/
+4
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
core: fix the return value in order to make sure we don't dipatch method retu...
Michal Sekletár
2020-06-05
1
-1
/
+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
/
+81
*
core: adjust load functions for other unit types to be more like service
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-15
/
+13
*
core: turn unit_load_fragment_and_dropin_optional() into a flag
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-1
/
+1
*
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
*
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
*
cgroup: rename {manager_owns|unit_has}_root_cgroup() → .._host_root_cgroup()
Lennart Poettering
2018-11-23
1
-1
/
+1
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-2
/
+2
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-1
/
+3
*
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
-2
/
+2
*
core: enumerate perpetual units in a separate per-unit-type method
Lennart Poettering
2018-06-07
1
-2
/
+2
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Merge pull request #8149 from poettering/fake-root-cgroup
Lennart Poettering
2018-03-01
1
-7
/
+25
|
\
|
*
core: turn on memory/cpu/tasks accounting by default for the root slice
Lennart Poettering
2018-02-09
1
-7
/
+25
*
|
pid1: include the source unit in UnitRef
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-1
/
+1
|
/
*
slice: system.slice should be perpetual like -.mount
Alan Jenkins
2018-02-04
1
-4
/
+40
*
slice, scope: IgnoreOnIsolate=yes is already the default
Alan Jenkins
2018-02-04
1
-1
/
+0
*
core: reuse slice_build_parent_slice
Zbigniew Jędrzejewski-Szmek
2017-12-15
1
-14
/
+8
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-1
/
+1
*
cgroup, unit, fragment parser: make use of new firewall functions
Daniel Mack
2017-09-22
1
-1
/
+2
*
unit: unify some code with new unit_new_for_name() call
Lennart Poettering
2016-11-02
1
-9
/
+2
*
core: rework the "no_gc" unit flag to become a more generic "perpetual" flag
Lennart Poettering
2016-11-02
1
-6
/
+4
*
core: move initialization of -.slice and init.scope into the unit_load() call...
Lennart Poettering
2016-10-24
1
-10
/
+28
*
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
1
-0
/
+5
*
Move no_instances information to shared/
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-1
/
+0
*
Move no_alias information to shared/
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-1
/
+0
*
core: rework how transient unit files and property drop-ins work
Lennart Poettering
2016-04-12
1
-0
/
+1
*
core: exclude .slice units from "systemctl isolate"
Lennart Poettering
2016-02-20
1
-0
/
+8
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
core: enable transient unit support for slice units
Lennart Poettering
2015-11-13
1
-0
/
+1
*
core: simplify things a bit by checking default_dependencies boolean in calle...
Lennart Poettering
2015-11-11
1
-6
/
+6
*
core: change return value of the unit's enumerate() call to void
Lennart Poettering
2015-11-10
1
-6
/
+7
[next]