index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
process-util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-json: drop sd_json_dispatch_pid() again, as we prefer json_dispatch_pidref...
Lennart Poettering
2024-10-14
1
-5
/
+0
*
pidref: hookup PID_AUTOMATIC special pid_t value with PidRef
Lennart Poettering
2024-10-14
1
-1
/
+2
*
sd-json: add sd_json_dispatch_pid()
Ivan Kruglov
2024-10-10
1
-0
/
+11
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-2
/
+2
*
process-util: make pid*_get_start_time return usec_t
Mike Yuan
2024-05-22
1
-2
/
+2
*
fd-util: Expose helper to pack fds into 3,4,5,...
Adrian Vovk
2024-02-19
1
-3
/
+15
*
process-util: unify the hex value format a bit
Frantisek Sumsal
2024-02-07
1
-2
/
+2
*
process-util: use only the least significant byte from personality()
Frantisek Sumsal
2024-02-07
1
-0
/
+5
*
process-util: minor follow-up for pidfd_spawn
Mike Yuan
2024-02-06
1
-1
/
+6
*
core: add support for pidfd_spawn
Luca Boccassi
2024-02-05
1
-1
/
+1
*
core: use PidRef in exec_spawn
Luca Boccassi
2024-02-01
1
-1
/
+1
*
process-util: introduce FORK_NEW_NETNS for safe_fork()
Yu Watanabe
2024-01-19
1
-5
/
+6
*
process-util: add new pid{ref,}_get_start_time() helper
Lennart Poettering
2024-01-02
1
-0
/
+2
*
process-util: add pidref_safe_fork() helper
Lennart Poettering
2024-01-02
1
-0
/
+12
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-15
/
+16
*
process-util: add API for enumerating processes in /proc/ and pinning them vi...
Lennart Poettering
2023-10-18
1
-0
/
+4
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-1
/
+2
*
process-util: add pidref_is_my_child()
Lennart Poettering
2023-10-18
1
-0
/
+1
*
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
1
-1
/
+2
*
process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...
Lennart Poettering
2023-10-18
1
-1
/
+2
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+2
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
1
-1
/
+2
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
1
-2
/
+4
*
Merge pull request #29272 from enr0n/coredump-container
Lennart Poettering
2023-10-16
1
-0
/
+3
|
\
|
*
process-util: introduce namespace_get_leader helper
Nick Rosbrook
2023-10-13
1
-0
/
+3
*
|
process-util: add posix_spawn helper
Luca Boccassi
2023-10-12
1
-0
/
+2
|
/
*
process-util: add simple wrapper around PR_SET_CHILD_SUBREAPER
Lennart Poettering
2023-06-23
1
-0
/
+1
*
process-util: add FORK_DETACH flag for forking of detached child
Lennart Poettering
2023-06-23
1
-0
/
+1
*
basic: add comments about raw_clone() calls not supporting threads/malloc in ...
Lennart Poettering
2023-06-23
1
-2
/
+7
*
process-util: add clone_with_nested_stack() helper
Lennart Poettering
2023-06-23
1
-0
/
+2
*
process-util: add helper that detects if we are a reaper process
Lennart Poettering
2023-06-23
1
-0
/
+2
*
process-util: make safe_fork() unset $NOTIFY_SOCKET
Yu Watanabe
2023-04-16
1
-0
/
+1
*
process-util: introduce get_process_cmdline_strv()
Yu Watanabe
2023-03-28
1
-0
/
+1
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-3
/
+9
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
1
-0
/
+2
*
Consolidate various TAKE_* into TAKE_GENERIC(), add TAKE_STRUCT()
Dan Streetman
2023-01-24
1
-8
/
+2
*
process-util: add helper to verify a pid via its pidfd
Luca Boccassi
2023-01-20
1
-0
/
+1
*
shutdown: propagate mount() failures from child to parent
Lennart Poettering
2023-01-09
1
-0
/
+2
*
shared: add new safe_fork flag FORK_PRIVATE_TMP
Zbigniew Jędrzejewski-Szmek
2022-12-14
1
-5
/
+6
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-7
/
+0
*
basic: move container_get_leader() to process-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+2
*
process-util: add new FORK_CLOEXEC_OFF flag for disabling O_CLOEXEC on remain...
Lennart Poettering
2022-11-04
1
-0
/
+1
*
basic/log: split out invoked_by_systemd() utility function
Zbigniew Jędrzejewski-Szmek
2022-07-15
1
-0
/
+2
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
1
-0
/
+2
*
process-util: rename function arguments for storing results
Yu Watanabe
2021-12-06
1
-11
/
+11
*
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
2021-11-24
1
-14
/
+0
*
process-util: rework TAKE_PID() to be side-effect free
Lennart Poettering
2021-11-03
1
-2
/
+3
*
Revert "basic/fd-util: sort the 'except' array in place"
Lennart Poettering
2021-10-27
1
-2
/
+2
*
basic: move freeze() from shared/exec-util.h to basic/process-util.h
Lennart Poettering
2021-10-22
1
-0
/
+2
*
process-util: add helper for querying oom score adjustment value
Lennart Poettering
2021-10-04
1
-0
/
+1
[next]