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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-7
/
+0
*
basic: move container_get_leader() to process-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+2
*
process-util: add new FORK_CLOEXEC_OFF flag for disabling O_CLOEXEC on remain...
Lennart Poettering
2022-11-04
1
-0
/
+1
*
basic/log: split out invoked_by_systemd() utility function
Zbigniew Jędrzejewski-Szmek
2022-07-15
1
-0
/
+2
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
1
-0
/
+2
*
process-util: rename function arguments for storing results
Yu Watanabe
2021-12-06
1
-11
/
+11
*
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
2021-11-24
1
-14
/
+0
*
process-util: rework TAKE_PID() to be side-effect free
Lennart Poettering
2021-11-03
1
-2
/
+3
*
Revert "basic/fd-util: sort the 'except' array in place"
Lennart Poettering
2021-10-27
1
-2
/
+2
*
basic: move freeze() from shared/exec-util.h to basic/process-util.h
Lennart Poettering
2021-10-22
1
-0
/
+2
*
process-util: add helper for querying oom score adjustment value
Lennart Poettering
2021-10-04
1
-0
/
+1
*
Get rid of ioprio.h and add a minimalistic reimplementation of the api
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-1
/
+1
*
Revert "Make oom_score_adjust_is_valid() static"
Lennart Poettering
2021-07-28
1
-0
/
+2
*
Move freeze() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-2
/
+0
*
Move fork_agent() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-2
/
+0
*
Make oom_score_adjust_is_valid() static
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-2
/
+0
*
basic/fd-util: sort the 'except' array in place
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-3
/
+3
*
process-util: add option for cloning with CLONE_NEWUSER
Lennart Poettering
2021-05-07
1
-0
/
+1
*
basic/process-util: add mode where posix shell escape is used for quoting
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+1
*
basic/process-util: allow quoting of commandlines
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+1
*
coredumpctl: fflush() stdout before invoking gdb
Lennart Poettering
2021-03-11
1
-0
/
+1
*
systemctl: don't search in the full argv[0] for the invocation name
Lennart Poettering
2021-02-20
1
-0
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
process-util: make sure procfs_file_alloca() works for non-literal field name...
Lennart Poettering
2020-07-14
1
-5
/
+7
*
pager: set PR_DEATHSIG for pager to SIGINT rather than SIGTERM
Lennart Poettering
2020-06-10
1
-9
/
+10
*
pid1: by default make user units inherit their umask from the user manager
Franck Bui
2020-04-09
1
-0
/
+1
*
util: uid_t, gid_t, and pid_t must be 32bit
Yu Watanabe
2020-02-02
1
-7
/
+0
*
core: in execute, Never fail setting Nice priority
Dimitri John Ledkov
2020-01-02
1
-0
/
+2
*
Merge pull request #14218 from poettering/homed-preparatory-small-stuff
Lennart Poettering
2019-12-04
1
-10
/
+11
|
\
|
*
process-util: add new safe_fork() flag for connecting stdout to stderr
Lennart Poettering
2019-12-04
1
-10
/
+11
*
|
process-util: add helper pidfd_get_pid()
Lennart Poettering
2019-12-04
1
-0
/
+2
|
/
*
tree-wide: drop alloca.h when alloc-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
Drop trailing slash from assert_cc() definition
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-1
/
+1
*
Merge pull request #12628 from keszybz/dbus-execute
Michal Sekletar
2019-05-30
1
-2
/
+0
|
\
|
*
Move cpus_in_affinity_mask() to cpu-set-util.[ch]
Zbigniew Jędrzejewski-Szmek
2019-05-29
1
-2
/
+0
*
|
Add 8bit-version of get_process_cmdline() and use in cgroup-show.c
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-0
/
+1
*
|
basic/process-util: convert bool arg to flags
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-1
/
+5
*
|
Rework cmdline printing to use unicode
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-1
/
+1
*
|
small fixes: make get_process_state() static and fix typo
Topi Miettinen
2019-05-20
1
-1
/
+0
|
/
*
Merge pull request #12030 from poettering/condition-memory
Yu Watanabe
2019-04-02
1
-0
/
+2
|
\
|
*
process-util: add new helper cpus_in_affinity_mask()
Lennart Poettering
2019-03-19
1
-0
/
+2
*
|
process-util: introduce pid_is_my_child() helper
Franck Bui
2019-03-20
1
-0
/
+1
|
/
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
1
-0
/
+1
*
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
2019-01-26
1
-2
/
+2
[next]