summaryrefslogtreecommitdiffstats
path: root/src/basic/process-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-9/+17
* process-util: add API for enumerating processes in /proc/ and pinning them vi...Lennart Poettering2023-10-181-0/+69
* process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errorsLennart Poettering2023-10-181-2/+20
* process-util: add pidref_is_my_child()Lennart Poettering2023-10-181-0/+20
* process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...Lennart Poettering2023-10-181-4/+25
* process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...Lennart Poettering2023-10-181-1/+22
* process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering2023-10-181-3/+23
* process-util: add pidref_is_kernel_thread()Lennart Poettering2023-10-181-1/+18
* process-util: add pidref_get_cmdline()Lennart Poettering2023-10-181-10/+53
* tree-wide: port various parsers over to read_stripped_line()Lennart Poettering2023-10-171-5/+3
* Merge pull request #29272 from enr0n/coredump-containerLennart Poettering2023-10-161-0/+27
|\
| * process-util: introduce namespace_get_leader helperNick Rosbrook2023-10-131-0/+27
* | process-util: add posix_spawn helperLuca Boccassi2023-10-121-0/+46
|/
* treewide: split commandline into command lineJoerg Behrmann2023-09-201-1/+1
* Journal: Add message IDs for emergency-level log messagesOMOJOLA JOSHUA2023-09-011-1/+6
* process-util: use clone2 on ia64Luca Boccassi2023-07-101-0/+4
* tree-wide: explicitly ignore return value in a couple more placesFrantisek Sumsal2023-07-021-1/+1
* process-util: add simple wrapper around PR_SET_CHILD_SUBREAPERLennart Poettering2023-06-231-0/+18
* process-util: add FORK_DETACH flag for forking of detached childLennart Poettering2023-06-231-2/+34
* process-util: add clone_with_nested_stack() helperLennart Poettering2023-06-231-0/+35
* process-util: add helper that detects if we are a reaper processLennart Poettering2023-06-231-0/+15
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-191-1/+1
* process-util: be more careful with pidfd_get_pid() special casesLennart Poettering2023-04-171-1/+15
* process-util: make safe_fork() unset $NOTIFY_SOCKETYu Watanabe2023-04-161-0/+8
* process-util: introduce get_process_cmdline_strv()Yu Watanabe2023-03-281-0/+22
* tree-wide: port various places to find_line_startswith()Lennart Poettering2023-03-241-8/+3
* process-util: drop trailing NUls before parsing the nulstrYu Watanabe2023-03-241-9/+3
* core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+1
* Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIOYu Watanabe2023-02-201-16/+30
* process-util: show requested process name in the logYu Watanabe2023-02-191-1/+1
* process-util: add helper get_process_threads()Lennart Poettering2023-02-171-0/+25
* process-util: add missing error checkLennart Poettering2023-02-081-0/+2
* process-util: add helper to verify a pid via its pidfdLuca Boccassi2023-01-201-0/+14
* shutdown: propagate mount() failures from child to parentLennart Poettering2023-01-091-0/+17
* shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-141-2/+14
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-0/+1
* basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-205/+1
* basic: move container_get_leader() to process-util.[ch]Zbigniew Jędrzejewski-Szmek2022-11-081-0/+44
* process-util: add new FORK_CLOEXEC_OFF flag for disabling O_CLOEXEC on remain...Lennart Poettering2022-11-041-0/+8
* tree-wide: drop () around the first argument of a ternary opZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* Merge pull request #23963 from matoro/mainLennart Poettering2022-07-211-2/+8
|\
| * process-util: replace __sync intrinsics to __atomicmatoro2022-07-141-2/+8
* | basic/log: split out invoked_by_systemd() utility functionZbigniew Jędrzejewski-Szmek2022-07-151-0/+24
|/
* tree-wide: use 'Architecture' type consistently across the treeLennart Poettering2022-04-041-2/+2
* process-util: refactor APIs for reading /proc/self/xyz symlinksLennart Poettering2022-04-011-28/+13
* tree-wide: unify some code that looks for --help in the command lineLennart Poettering2022-03-311-0/+24
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* time-util: add macros around timespec_store() that operates on compund litera...Lennart Poettering2022-03-181-2/+1
* do not call __register_atfork directlyMatija Skala2022-02-141-7/+2