summaryrefslogtreecommitdiff
path: root/src/basic/async.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-04tree-wide: in all threads we fork off in library code, block all signalsLennart Poettering1-11/+31
2017-12-25tree-wide: properly name all threads we fork offLennart Poettering1-0/+2
2017-12-25shutdown: unify shutdown.c's and async.c's sync() helper processLennart Poettering1-3/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-16/+5
2017-12-25sync: fork off sync() in a process instead of a threadLennart Poettering1-7/+30
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-0/+3
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering1-2/+2
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+92