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
*
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
*
tree-wide: move `unsigned` to the start of type declaration
Frantisek Sumsal
2022-02-10
1
-2
/
+2
*
process-util: Fix memory leak
Daan De Meyer
2021-12-09
1
-3
/
+6
*
process-util: handle double NUL as the end of command line
Yu Watanabe
2021-12-06
1
-0
/
+6
*
process-util: rename function arguments for storing results
Yu Watanabe
2021-12-06
1
-32
/
+35
*
Merge pull request #21487 from DaanDeMeyer/dissect-image-other-arch
Lennart Poettering
2021-11-25
1
-4
/
+4
|
\
|
*
basic: Rename SECONDARY_ARCHITECTURE to ARCHITECTURE_SECONDARY
Daan De Meyer
2021-11-24
1
-4
/
+4
*
|
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
2021-11-24
1
-25
/
+0
|
/
*
process-util: add missing NULL initialization for _cleanup_ variable
Lennart Poettering
2021-11-23
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-2
/
+2
*
process-util: use quote_command_line() at one more place
Lennart Poettering
2021-11-11
1
-12
/
+1
*
process-util: wait for processes we killed even if killing failed
Lennart Poettering
2021-11-03
1
-4
/
+4
*
exec-util: use close_all_fds_without_malloc() from freeze()
Lennart Poettering
2021-10-27
1
-2
/
+4
*
Revert "basic/fd-util: sort the 'except' array in place"
Lennart Poettering
2021-10-27
1
-4
/
+3
*
Revert "Add variant of close_all_fds() that does not allocate and use it in f...
Lennart Poettering
2021-10-27
1
-1
/
+1
*
process-util: move sync() out of freeze()
Lennart Poettering
2021-10-22
1
-2
/
+0
*
basic: move freeze() from shared/exec-util.h to basic/process-util.h
Lennart Poettering
2021-10-22
1
-0
/
+21
*
process-util: add helper for querying oom score adjustment value
Lennart Poettering
2021-10-04
1
-0
/
+18
*
Get rid of ioprio.h and add a minimalistic reimplementation of the api
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-1
/
+0
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
Revert "Make oom_score_adjust_is_valid() static"
Lennart Poettering
2021-07-28
1
-0
/
+4
*
Move freeze() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-24
/
+0
*
Move fork_agent() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-76
/
+0
*
basic/process-util: use xsprintf() in one more place
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-1
/
+1
*
Make oom_score_adjust_is_valid() static
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-4
/
+0
*
basic/fd-util: sort the 'except' array in place
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-4
/
+5
*
process-util: explicitly handle processes lacking parents in get_process_ppid()
Lennart Poettering
2021-07-07
1
-9
/
+18
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
tree-wide: fix typo
Yu Watanabe
2021-05-09
1
-1
/
+1
*
process-util: add option for cloning with CLONE_NEWUSER
Lennart Poettering
2021-05-07
1
-2
/
+4
*
basic/process-util: add mode where posix shell escape is used for quoting
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-2
/
+5
*
basic/process-util: allow quoting of commandlines
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-31
/
+100
*
basic/escape: flagsify xescape_full()
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-1
/
+1
*
basic/string-util: simplify how str_realloc() is used
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-1
/
+1
[next]