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-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-11
/
+11
*
ASSERT_NULL/ASSERT_NOT_NULL
Ivan Kruglov
2024-04-10
1
-2
/
+2
*
I made more unit test to use the test macro
Usman Akinyemi
2024-04-08
1
-4
/
+4
*
test-cgroup-util: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-7
/
+8
*
test: Skip various tests when /sys is not mounted
Daan De Meyer
2023-12-19
1
-2
/
+2
*
test: port tests over to new /proc/ enumeration API
Lennart Poettering
2023-10-18
1
-19
/
+17
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
1
-1
/
+1
*
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
1
-1
/
+0
*
cgroup: rework how we validate/escape cgroups
Lennart Poettering
2023-04-27
1
-5
/
+10
*
core: add cg_path_get_unit_path()
Quentin Deslandes
2023-02-08
1
-0
/
+27
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
cgroup-util: Move macros to macros and tests to tests
Michal Koutný
2022-01-10
1
-0
/
+9
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
test: Convert to TEST/TEST_RET macros
Jan Janssen
2021-11-28
1
-44
/
+19
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-2
/
+2
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
test: skip tests if cgroup isn't mounted
Dan Streetman
2021-02-25
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
test-cgroup-util: Handle result=NULL as empty string
Gaurav Singh
2020-07-29
1
-3
/
+3
*
test: fix potential use-after-free
Frantisek Sumsal
2020-05-04
1
-1
/
+1
*
basic/cgroup-util: introduce cg_get_keyed_attribute_full()
Michal Sekletár
2020-04-29
1
-0
/
+20
*
tests: various small fixes for strict systems
Topi Miettinen
2020-04-26
1
-1
/
+2
*
tests: get rid of test-helper.[ch] completely
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+0
*
util-lib: move some functions from basic/cgroup-util to shared/cgroup-setup
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-52
/
+0
*
basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchy
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-2
/
+2
*
basic/build.h: fix typo
Zbigniew Jędrzejewski-Szmek
2019-08-20
1
-1
/
+1
*
cgroup: Imply systemd.unified_cgroup_hierarchy=1 on cgroup_no_v1=all
Chris Down
2018-12-21
1
-0
/
+11
*
Merge pull request #10059 from yuwata/env-exec-directory
Lennart Poettering
2018-09-25
1
-1
/
+1
|
\
|
*
test: replace swear words by 'hoge'
Yu Watanabe
2018-09-13
1
-1
/
+1
*
|
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
|
/
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-3
/
+0
*
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
*
tests: add some tests for unit_name_is_valid() and related functions
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-2
/
+16
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
test-cgroup-util: bail out when running under mock (#8365)
Zbigniew Jędrzejewski-Szmek
2018-03-07
1
-2
/
+8
*
basic/cgroup-util: simplify cg_get_keyed_attribute(), add test
Zbigniew Jędrzejewski-Szmek
2018-03-01
1
-0
/
+41
*
tree-wide: use SPECIAL_ROOT_SLICE
Zbigniew Jędrzejewski-Szmek
2017-12-15
1
-8
/
+9
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
test-cgroup-util: skip cg hierarchy tests when necessary (#7371)
Zbigniew Jędrzejewski-Szmek
2017-11-17
1
-2
/
+7
*
test-cgroup-util: add basic test for cg_all_unified/cg_hybrid_unified/cg_unif...
Zbigniew Jędrzejewski-Szmek
2017-11-15
1
-0
/
+27
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-2
/
+1
*
test-cgroup-util: add a "test" to print out cg_is_*_wanted() values
Zbigniew Jędrzejewski-Szmek
2017-02-23
1
-0
/
+47
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
2016-10-13
1
-0
/
+25
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
[next]