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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-9
/
+17
*
process-util: add API for enumerating processes in /proc/ and pinning them vi...
Lennart Poettering
2023-10-18
1
-0
/
+69
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-2
/
+20
*
process-util: add pidref_is_my_child()
Lennart Poettering
2023-10-18
1
-0
/
+20
*
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
1
-4
/
+25
*
process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...
Lennart Poettering
2023-10-18
1
-1
/
+22
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-3
/
+23
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
1
-1
/
+18
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
1
-10
/
+53
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-5
/
+3
*
Merge pull request #29272 from enr0n/coredump-container
Lennart Poettering
2023-10-16
1
-0
/
+27
|
\
|
*
process-util: introduce namespace_get_leader helper
Nick Rosbrook
2023-10-13
1
-0
/
+27
*
|
process-util: add posix_spawn helper
Luca Boccassi
2023-10-12
1
-0
/
+46
|
/
*
treewide: split commandline into command line
Joerg Behrmann
2023-09-20
1
-1
/
+1
*
Journal: Add message IDs for emergency-level log messages
OMOJOLA JOSHUA
2023-09-01
1
-1
/
+6
*
process-util: use clone2 on ia64
Luca Boccassi
2023-07-10
1
-0
/
+4
*
tree-wide: explicitly ignore return value in a couple more places
Frantisek Sumsal
2023-07-02
1
-1
/
+1
*
process-util: add simple wrapper around PR_SET_CHILD_SUBREAPER
Lennart Poettering
2023-06-23
1
-0
/
+18
*
process-util: add FORK_DETACH flag for forking of detached child
Lennart Poettering
2023-06-23
1
-2
/
+34
*
process-util: add clone_with_nested_stack() helper
Lennart Poettering
2023-06-23
1
-0
/
+35
*
process-util: add helper that detects if we are a reaper process
Lennart Poettering
2023-06-23
1
-0
/
+15
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
process-util: be more careful with pidfd_get_pid() special cases
Lennart Poettering
2023-04-17
1
-1
/
+15
*
process-util: make safe_fork() unset $NOTIFY_SOCKET
Yu Watanabe
2023-04-16
1
-0
/
+8
*
process-util: introduce get_process_cmdline_strv()
Yu Watanabe
2023-03-28
1
-0
/
+22
*
tree-wide: port various places to find_line_startswith()
Lennart Poettering
2023-03-24
1
-8
/
+3
*
process-util: drop trailing NUls before parsing the nulstr
Yu Watanabe
2023-03-24
1
-9
/
+3
*
core: Settle log target if we're going to be closing all fds
Daan De Meyer
2023-03-22
1
-0
/
+1
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-16
/
+30
*
process-util: show requested process name in the log
Yu Watanabe
2023-02-19
1
-1
/
+1
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
1
-0
/
+25
*
process-util: add missing error check
Lennart Poettering
2023-02-08
1
-0
/
+2
*
process-util: add helper to verify a pid via its pidfd
Luca Boccassi
2023-01-20
1
-0
/
+14
*
shutdown: propagate mount() failures from child to parent
Lennart Poettering
2023-01-09
1
-0
/
+17
*
shared: add new safe_fork flag FORK_PRIVATE_TMP
Zbigniew Jędrzejewski-Szmek
2022-12-14
1
-2
/
+14
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-0
/
+1
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-205
/
+1
*
basic: move container_get_leader() to process-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+44
*
process-util: add new FORK_CLOEXEC_OFF flag for disabling O_CLOEXEC on remain...
Lennart Poettering
2022-11-04
1
-0
/
+8
*
tree-wide: drop () around the first argument of a ternary op
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-1
/
+1
*
Merge pull request #23963 from matoro/main
Lennart Poettering
2022-07-21
1
-2
/
+8
|
\
|
*
process-util: replace __sync intrinsics to __atomic
matoro
2022-07-14
1
-2
/
+8
*
|
basic/log: split out invoked_by_systemd() utility function
Zbigniew Jędrzejewski-Szmek
2022-07-15
1
-0
/
+24
|
/
*
tree-wide: use 'Architecture' type consistently across the tree
Lennart Poettering
2022-04-04
1
-2
/
+2
*
process-util: refactor APIs for reading /proc/self/xyz symlinks
Lennart Poettering
2022-04-01
1
-28
/
+13
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
1
-0
/
+24
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
time-util: add macros around timespec_store() that operates on compund litera...
Lennart Poettering
2022-03-18
1
-2
/
+1
*
do not call __register_atfork directly
Matija Skala
2022-02-14
1
-7
/
+2
[next]