index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
cgroup-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
core: add cg_path_get_unit_path()
Quentin Deslandes
2023-02-08
1
-0
/
+22
*
basic: fix hosed return value in skip_session()
Cristian Rodríguez
2023-01-03
1
-1
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
cgroup-util: Properly handle conditions where cgroup.threads is empty after S...
msizanoen1
2022-05-30
1
-3
/
+12
*
cgroup-util: introduce cg_is_threaded()
Yu Watanabe
2022-02-16
1
-0
/
+24
*
cgroup-util: refuse the case that both path and suffix are empty strings
Yu Watanabe
2022-02-12
1
-1
/
+1
*
cgroup-util: minor modernizations
Lennart Poettering
2022-02-11
1
-27
/
+20
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-2
/
+0
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-8
/
+2
*
cgroup-util: laccess() returns negative errno already
Lennart Poettering
2021-11-16
1
-4
/
+1
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
Merge pull request #20910 from poettering/nftw-no-more
Lennart Poettering
2021-10-07
1
-1
/
+0
|
\
|
*
tree-wide: remove a few unnecessary inclusions of ftw.h
Lennart Poettering
2021-10-07
1
-1
/
+0
*
|
cgroup-util: add reusable union type for cgroupfs file_handle structs
Lennart Poettering
2021-10-07
1
-10
/
+3
*
|
xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...
Lennart Poettering
2021-10-07
1
-1
/
+1
|
/
*
cgroup-util: add cg_path_get_cgroupid()
Iago López Galeiras
2021-10-06
1
-0
/
+23
*
cgroup-util: use string_hash_ops_free
Yu Watanabe
2021-09-11
1
-6
/
+2
*
cgroup-util: use _cleanup_free_ attribute
Yu Watanabe
2021-09-11
1
-8
/
+4
*
core: implement RestrictNetworkInterfaces=
Mauricio Vásquez
2021-08-18
1
-0
/
+1
*
pid1: add support for cgroup.kill
Albert Brox
2021-08-09
1
-23
/
+72
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-5
/
+5
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
core: add socket-bind cgroup mask harness
Julia Kartseva
2021-04-27
1
-0
/
+1
*
core: add bpf-foreign cgroup mask and harness
Julia Kartseva
2021-04-10
1
-0
/
+1
*
tree-wide: use the same comment for work-around initializations
Zbigniew Jędrzejewski-Szmek
2021-04-07
1
-1
/
+1
*
basic/cgroup-util: silence gcc warning about unitialized variable
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-1
/
+2
*
tree-wide: use read_full_virtual_file() where appropriate
Lennart Poettering
2021-03-17
1
-1
/
+1
*
cg_unified_cached: return ENOMEDIUM if we cannot find a known hierarchy
Mike Gilbert
2021-03-17
1
-1
/
+7
*
basic/group-util: optimize alloca use
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-7
/
+5
*
Merge pull request #18553 from Werkov/cgroup-user-instance-controllers
Zbigniew Jędrzejewski-Szmek
2021-03-10
1
-42
/
+43
|
\
|
*
core: Make (user) instance aware of delegated cgroup controllers
Michal Koutný
2021-02-11
1
-14
/
+27
|
*
cgroup: Simplify cg_get_path_and_check
Michal Koutný
2021-02-11
1
-34
/
+22
*
|
basic: tighten two filename length checks
Lennart Poettering
2021-03-08
1
-1
/
+1
*
|
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
|
Merge pull request #18401 from anitazha/oomdxattr
Zbigniew Jędrzejewski-Szmek
2021-02-13
1
-0
/
+41
|
\
\
|
|
/
|
/
|
|
*
oom: implement avoid/omit xattr support
Anita Zhang
2021-02-09
1
-0
/
+33
|
*
cgroup-util: add ManagedOOMPreference enum to use between pid1 and oomd
Anita Zhang
2021-02-09
1
-0
/
+8
*
|
tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()
Yu Watanabe
2021-02-09
1
-1
/
+1
|
/
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-5
/
+3
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-2
/
+2
*
tree-wide: fix "a the" or "the a"
Yu Watanabe
2020-11-13
1
-3
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
cgroup-util: add cg_get_attribute_as_bool() helper
Anita Zhang
2020-10-08
1
-0
/
+20
*
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
Anita Zhang
2020-10-08
1
-0
/
+7
*
basic/cgroup-util: port over to string_contains_word()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-23
/
+13
*
core: introduce support for cgroup freezer
Michal Sekletár
2020-04-30
1
-3
/
+15
*
basic/cgroup-util: introduce cg_get_keyed_attribute_full()
Michal Sekletár
2020-04-29
1
-3
/
+10
*
cgroup-util: check for SYSFS_MAGIC when detecting cgroup format
Dan Streetman
2020-04-25
1
-0
/
+3
*
cgroup-util: cg_get_xattr_malloc helper
Anita Zhang
2020-03-25
1
-0
/
+19
[next]