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: make pid*_get_start_time return usec_t
Mike Yuan
2024-05-22
1
-6
/
+6
*
core/execute: also check cg_is_threaded for clone3()
Mike Yuan
2024-04-14
1
-1
/
+8
*
various: use strdup_to() after getenv()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-25
/
+4
*
process-util: use proc_mounted() check at one more place
Lennart Poettering
2024-02-21
1
-1
/
+1
*
fd-util: Expose helper to pack fds into 3,4,5,...
Adrian Vovk
2024-02-19
1
-3
/
+16
*
process-util: use only the least significant byte from personality()
Frantisek Sumsal
2024-02-07
1
-1
/
+1
*
process-util: minor follow-up for pidfd_spawn
Mike Yuan
2024-02-06
1
-6
/
+15
*
core: add support for pidfd_spawn
Luca Boccassi
2024-02-05
1
-14
/
+68
*
executor: really set POSIX_SPAWN_SETSIGDEF for posix_spawn
Luca Boccassi
2024-02-05
1
-4
/
+2
*
core: use PidRef in exec_spawn
Luca Boccassi
2024-02-01
1
-5
/
+4
*
process-util: introduce FORK_NEW_NETNS for safe_fork()
Yu Watanabe
2024-01-19
1
-2
/
+3
*
tree-wide: replace string functions with fundamental functions
Rose
2024-01-11
1
-4
/
+5
*
process-util: turn off O_NONBLOCK on stdio fds when rearranging fds
Lennart Poettering
2024-01-08
1
-0
/
+3
*
Merge pull request #30610 from YHNdnzj/logind-serialize-pidref
Yu Watanabe
2024-01-04
1
-1
/
+3
|
\
|
*
process-util: ensure pidref_is_alive only return ESRCH if not set
Mike Yuan
2024-01-04
1
-1
/
+3
*
|
process-util: add new pid{ref,}_get_start_time() helper
Lennart Poettering
2024-01-02
1
-0
/
+76
*
|
process-util: add pidref_safe_fork() helper
Lennart Poettering
2024-01-02
1
-0
/
+24
|
/
*
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
[next]