summaryrefslogtreecommitdiffstats
path: root/src/shared/async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* async: block SIGTERM in asynchronous_rm_rf()Mike Yuan2024-11-141-0/+4
* shutdown: teach sync_with_progress() to optionally sync a specific fd onlyLennart Poettering2024-09-091-0/+22
* shared/async: use safe_close where appropriateMike Yuan2023-12-281-1/+1
* tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
* shared/async: don't use WEXITED for waitpid()Mike Yuan2023-07-111-3/+2
* shared/async: prefix process name with sd-Mike Yuan2023-07-111-1/+1
* async: use FORK_DETACH for asynchronous syncsLennart Poettering2023-06-231-1/+1
* async: drop the now unused asynchronous_job()Lennart Poettering2023-06-231-47/+0
* async: add generic implementation of asynchronous_rm_rf()Lennart Poettering2023-06-231-0/+25
* shared: move async.[ch] from src/basic/ → src/shared/Lennart Poettering2023-06-231-0/+160
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-92/+0
* shared/async: simplify asynchronous_job a bitZbigniew Jędrzejewski-Szmek2015-02-031-9/+3
* util: make asynchronous_close() really work like an asynchronous version of s...Lennart Poettering2014-08-211-4/+8
* build-sys: move async.[ch] to src/sharedLennart Poettering2014-05-051-0/+94