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
*
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
Revert "cgroup-util: Don't try to open pidfd for kernel threads"
Daan De Meyer
2024-08-21
1
-3
/
+1
*
Merge pull request #33911 from YHNdnzj/cgroup-setup-cleanup
Yu Watanabe
2024-08-02
1
-214
/
+96
|
\
|
*
cgroup-util: clean up cg_kill() and friends, completely split out cg_kill_ker...
Mike Yuan
2024-08-02
1
-78
/
+76
|
*
cgroup-util: drop unused cg_rmdir()
Mike Yuan
2024-08-02
1
-31
/
+0
|
*
cgroup-util: refactor cg_{ns,freezer,kill}_supported
Mike Yuan
2024-08-02
1
-21
/
+21
|
*
cgroup-setup: move cg_{,un}install_release_agent from cgroup-util
Mike Yuan
2024-08-02
1
-85
/
+0
*
|
cgroup-util: fix typo
Yu Watanabe
2024-08-02
1
-1
/
+1
|
/
*
cgroup-util: Don't try to open pidfd for kernel threads
Daan De Meyer
2024-07-31
1
-1
/
+3
*
cgroup-util: Ignore kernel threads in cg_kill_items()
Daan De Meyer
2024-07-30
1
-0
/
+6
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
cgroup-util: Don't try to open pidfd for pids from cgroup.threads
Daan De Meyer
2024-05-30
1
-2
/
+11
*
cgroup-util: Add debug logging for cg_kill_recursive()
Daan De Meyer
2024-05-29
1
-9
/
+13
*
cgroup-util: allow cg_read_pid() to skip unmapped (zero) pids
Timo Rothenpieler
2024-05-14
1
-18
/
+27
*
cgroup-util: add helpers for opening cgroup by id
Lennart Poettering
2024-04-06
1
-1
/
+48
*
cgroup-util: use path_find_first_component where appropriate
Mike Yuan
2024-03-22
1
-7
/
+10
*
basic/cgroup-util: use strdup_to() and strdup_to_full() as appropriate
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-73
/
+21
*
cgroup-util: check ferror() first
Mike Yuan
2023-12-15
1
-4
/
+3
*
cgroup-util: introduce cg_pidref_get_unit
Mike Yuan
2023-11-11
1
-0
/
+21
*
cgroup-util: add cg_is_delegated_fd() helper
Lennart Poettering
2023-10-26
1
-10
/
+20
*
tree-wide: port various users over to the new getxattr_at_bool() call
Lennart Poettering
2023-10-26
1
-3
/
+3
*
cgroup-util: use RET_GATHER more, return first error
Mike Yuan
2023-10-19
1
-20
/
+12
*
cgroup-util: drop dead code block
Yu Watanabe
2023-10-19
1
-7
/
+0
*
killall: port killing spree loop over to PidRef
Lennart Poettering
2023-10-18
1
-2
/
+1
*
core: port unit/process kill logic to pidref
Lennart Poettering
2023-10-18
1
-13
/
+17
*
cgroup-util: make cg_pidref_get_path() PidRef parameter const
Lennart Poettering
2023-10-18
1
-1
/
+1
*
cgroup-util: rename all return parameters in cgroup-util to ret_xyz
Lennart Poettering
2023-10-18
1
-56
/
+57
*
core: add CoredumpReceive= setting
Nick Rosbrook
2023-10-13
1
-0
/
+12
*
cgroup-util: add cg_is_delegated helper
Nick Rosbrook
2023-10-13
1
-0
/
+19
*
Merge pull request #29454 from poettering/cg-pidref-get-path
Lennart Poettering
2023-10-05
1
-0
/
+22
|
\
|
*
cgroup-util: add cg_pidref_get_path() helper and use it
Lennart Poettering
2023-10-05
1
-0
/
+22
*
|
cgroup-util: make sure cg_get_owner() only works for cgroups, not cgroup attr...
Lennart Poettering
2023-10-05
1
-2
/
+5
*
|
cgroup-util: drop "controller" argument from various cgroup helper calls
Lennart Poettering
2023-10-05
1
-53
/
+49
|
/
*
Merge pull request #29193 from keszybz/path-util-adjustment
Daan De Meyer
2023-09-29
1
-15
/
+6
|
\
|
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-15
/
+6
*
|
cgroup-util: add cg_read_pidref() helper
Lennart Poettering
2023-09-28
1
-0
/
+27
*
|
cgroup-util: tighten range check before casting to pid_t
Lennart Poettering
2023-09-19
1
-0
/
+2
*
|
cgroup-util: initialize return param on all success returns
Lennart Poettering
2023-09-19
1
-1
/
+4
*
|
cgroup-util: rename return param to 'ret', as per coding style
Lennart Poettering
2023-09-19
1
-17
/
+16
|
/
*
alloc-util: add free_many() helper
Lennart Poettering
2023-08-24
1
-3
/
+1
*
cgroup: rework how we validate/escape cgroups
Lennart Poettering
2023-04-27
1
-44
/
+55
*
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
[next]