index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-process-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
process-util: port pid_from_same_root_fs() to pidref, and port three places o...
Lennart Poettering
2025-01-16
1
-0
/
+48
*
test-process-util: don't run rest of test suite in forked off child
Lennart Poettering
2025-01-16
1
-1
/
+1
*
process-util: add new helper pidref_get_ppid_as_pidref()
Lennart Poettering
2025-01-10
1
-0
/
+23
*
process-util: port pidref_get_uid() and pidref_is_my_child() to pidfd helpers
Mike Yuan
2025-01-04
1
-5
/
+5
*
test-process-util: Ignore EINVAL from setresuid() and setresgid()
Daan De Meyer
2024-09-19
1
-2
/
+4
*
test-process-util: Use FORK_REOPEN_LOG everywhere we close all fds
Daan De Meyer
2024-09-19
1
-7
/
+7
*
test-process-util: Migrate to new assertion macros
Daan De Meyer
2024-09-19
1
-201
/
+226
*
process-util: make pid*_get_start_time return usec_t
Mike Yuan
2024-05-22
1
-4
/
+4
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-42
/
+42
*
ASSERT_NULL/ASSERT_NOT_NULL
Ivan Kruglov
2024-04-10
1
-1
/
+1
*
process-util: add new pid{ref,}_get_start_time() helper
Lennart Poettering
2024-01-02
1
-0
/
+21
*
test-process-util: Handle unprivileged setrlimit success
Dan Nicholson
2023-11-08
1
-3
/
+10
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-3
/
+3
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
test: port tests over to new /proc/ enumeration API
Lennart Poettering
2023-10-18
1
-6
/
+7
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-4
/
+4
*
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
1
-4
/
+4
*
process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-21
/
+21
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
1
-64
/
+64
*
test: fix typo
Yu Watanabe
2023-07-27
1
-1
/
+1
*
tree-wide: drop trailing newline from various log calls
Lennart Poettering
2023-07-10
1
-2
/
+2
*
Merge pull request #27843 from yuwata/usleep_safe
Lennart Poettering
2023-06-23
1
-1
/
+1
|
\
|
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-1
/
+1
*
|
process-util: add simple wrapper around PR_SET_CHILD_SUBREAPER
Lennart Poettering
2023-06-23
1
-1
/
+1
*
|
process-util: add helper that detects if we are a reaper process
Lennart Poettering
2023-06-23
1
-0
/
+47
|
/
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-2
/
+2
*
process-util: introduce get_process_cmdline_strv()
Yu Watanabe
2023-03-28
1
-3
/
+45
*
test-process-util: port to detach_mount_namespace()
Lennart Poettering
2023-03-14
1
-4
/
+6
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-1
/
+1
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
1
-0
/
+54
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-102
/
+0
*
test-process-util: do not pass NULL to printf, simplify tests
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-6
/
+7
*
test: allow to set NULL to intro or outro
Yu Watanabe
2022-02-02
1
-1
/
+1
*
tests: rework test macros to not take code as parameters
Lennart Poettering
2022-02-02
1
-1
/
+6
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
process-util: handle double NUL as the end of command line
Yu Watanabe
2021-12-06
1
-4
/
+4
*
test: Use TEST macro in more cases
Jan Janssen
2021-11-25
1
-73
/
+30
*
test: add test for ioprio normalization
Lennart Poettering
2021-11-24
1
-12
/
+18
*
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
2021-11-24
1
-0
/
+1
*
procfs-util: fix confusion wrt. quantity limit and maximum value
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-2
/
+8
*
test: add test case for {get,set}_oom_score_adjust()
Lennart Poettering
2021-10-04
1
-0
/
+20
*
process-util: explicitly handle processes lacking parents in get_process_ppid()
Lennart Poettering
2021-07-07
1
-5
/
+43
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-2
/
+0
*
test-process-util: add test that prints all cmdlines
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+49
*
basic/process-util: add mode where posix shell escape is used for quoting
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+14
*
test-process-util: run fewer getpid() tests
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-8
/
+9
[next]