| Commit message (Expand) | Author | Age | Files | Lines |
* | pidref: now that we have the cached pidfdid of our own process, use it | Lennart Poettering | 9 days | 1 | -2/+2 |
* | process-util: port pid_from_same_root_fs() to pidref, and port three places o... | Lennart Poettering | 14 days | 1 | -1/+1 |
* | process-util: introduce new FORK_FREEZE flag for safe_fork() | Lennart Poettering | 14 days | 1 | -0/+1 |
* | process-util: add new helper pidref_get_ppid_as_pidref() | Lennart Poettering | 2025-01-10 | 1 | -0/+1 |
* | process-util: read_errno() | Ivan Kruglov | 2025-01-09 | 1 | -0/+1 |
* | process-util: port pidref_get_uid() and pidref_is_my_child() to pidfd helpers | Mike Yuan | 2025-01-04 | 1 | -2/+3 |
* | process-util: move namespace_get_leader() to namespace-util | Mike Yuan | 2025-01-04 | 1 | -3/+0 |
* | process-util: extract pidfd-related funcs into pidfd-util.[ch] | Mike Yuan | 2025-01-04 | 1 | -3/+0 |
* | journald: get rid of get_process_capeff(), use pidref_get_capability() instead | Lennart Poettering | 2024-12-17 | 1 | -1/+0 |
* | process-util: introduce report_errno_and_exit() as part of src/basic/process-... | Ivan Kruglov | 2024-11-06 | 1 | -0/+2 |
* | core: Introduce PrivatePIDs= | Daan De Meyer | 2024-11-05 | 1 | -13/+14 |
* | 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 |