index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-cgroup-mask.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: turn device cgroup controller "rwm" strings into proper flags
Lennart Poettering
2023-10-18
1
-0
/
+25
*
cgroup: rename TasksMax structure to CGroupTasksMax
Lennart Poettering
2023-10-06
1
-1
/
+1
*
manager: move various fields that declare unit defaults into a new structure ...
Lennart Poettering
2023-09-08
1
-6
/
+6
*
tree-wide: fix typo
Yu Watanabe
2023-07-29
1
-1
/
+1
*
tree-wide: drop trailing newline from various log calls
Lennart Poettering
2023-07-10
1
-2
/
+2
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
test: Convert to TEST/TEST_RET macros
Jan Janssen
2021-11-28
1
-12
/
+3
*
src/test: add restrict network interfaces to test-cgroup-mask
Mauricio Vásquez
2021-08-18
1
-1
/
+1
*
systemd-analyze: add --root option for 'verify' verb and allow path parsing
Maanya Goenka
2021-08-10
1
-1
/
+1
*
core: add UNIT_GET_SLICE() helper
Lennart Poettering
2021-05-25
1
-7
/
+7
*
core: add socket-bind cgroup mask harness
Julia Kartseva
2021-04-27
1
-1
/
+1
*
core: add bpf-foreign cgroup mask and harness
Julia Kartseva
2021-04-10
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
cgroup: Reduce unit_get_ancestor_disable_mask use
Michal Koutný
2020-08-19
1
-3
/
+13
*
tests: move unit files to units/ subdirectory
Zbigniew Jędrzejewski-Szmek
2020-03-19
1
-1
/
+3
*
core: make TasksMax a partially dynamic property
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-1
/
+1
*
tests: modify enter_cgroup_subroot() to return the new path
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+1
*
tests: get rid of test-helper.[ch] completely
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+0
*
cgroup: introduce support for cgroup v2 CPUSET controller
Pavel Hrdina
2019-09-24
1
-1
/
+2
*
test: Remove superfluous error check
Chris Down
2019-05-22
1
-1
/
+0
*
cgroup: Add DisableControllers= directive to disable controller in subtree
Chris Down
2018-12-03
1
-1
/
+13
*
cgroup v2: Don't require CPU controller for CPU accounting in 4.15+
Chris Down
2018-11-18
1
-24
/
+42
*
core: support cgroup v2 device controller
Roman Gushchin
2018-10-09
1
-1
/
+1
*
core: refactor bpf firewall support into a pseudo-controller
Roman Gushchin
2018-10-09
1
-1
/
+1
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-2
/
+1
*
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-8
/
+7
*
test: remove support for suffix in get_testdata_dir()
Filipe Brandenburger
2018-09-12
1
-1
/
+1
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
tree-wide: pass NULL arguments to manager_startup() directly, avoid declaring...
Lennart Poettering
2018-06-20
1
-3
/
+1
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
Merge pull request #8575 from keszybz/non-absolute-paths
Lennart Poettering
2018-04-17
1
-10
/
+5
|
\
|
*
tests: use manager_load_startable_unit_or_warn() to load units
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-10
/
+5
*
|
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
|
/
*
Make MANAGER_TEST_RUN_MINIMAL just allocate data structures
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-1
/
+1
*
Introduce _cleanup_(manager_freep)
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
cgroup: improve cg_mask_to_string a bit, and add tests for it
Lennart Poettering
2017-11-13
1
-0
/
+29
*
tests: skip tests when cg_pid_get_path fails (#7033)
Zbigniew Jędrzejewski-Szmek
2017-10-10
1
-1
/
+5
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
Make test_run into a flags field and disable generators again
Zbigniew Jędrzejewski-Szmek
2017-09-19
1
-1
/
+1
*
tests: when running a manager object in a test, migrate to private cgroup sub...
Lennart Poettering
2017-08-09
1
-0
/
+2
*
test: drop TEST_DATA_DIR, fold into get_testdata_dir()
Martin Pitt
2017-02-16
1
-1
/
+1
*
test: setup test data dir before fake runtime dir
Martin Pitt
2017-02-16
1
-2
/
+2
*
test: make unit tests relocatable
Martin Pitt
2017-02-13
1
-1
/
+1
*
Merge pull request #3290 from htejun/cgroup2-io-compat
Lennart Poettering
2016-05-20
1
-6
/
+7
|
\
|
*
core: translate between IO and BlockIO settings to ease transition
Tejun Heo
2016-05-19
1
-6
/
+7
*
|
basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...
Evgeny Vereshchagin
2016-05-20
1
-1
/
+1
|
/
*
tests: override XDG_RUNTIME_DIR where we use the user runtime dir
Lennart Poettering
2016-04-12
1
-0
/
+6
[next]