Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shutdown: teach sync_with_progress() to optionally sync a specific fd only | Lennart Poettering | 2024-09-09 | 1 | -0/+1 |
| | | | | | This is preparation for reusing the logic for syncing DM and other devices with a timeout applied. | ||||
* | async: add explanatory comment | Lennart Poettering | 2023-06-23 | 1 | -0/+13 |
| | |||||
* | async: drop the now unused asynchronous_job() | Lennart Poettering | 2023-06-23 | 1 | -2/+0 |
| | |||||
* | async: add generic implementation of asynchronous_rm_rf() | Lennart Poettering | 2023-06-23 | 1 | -0/+2 |
| | | | | | | | This one doesn't use threads anymore. This is the last use of threads in PID 1. Yay! Fixes: #27287 | ||||
* | shared: move async.[ch] from src/basic/ → src/shared/ | Lennart Poettering | 2023-06-23 | 1 | -0/+13 |
| | | | | | That way we can later add an async wrapper for rm_rf() which is in src/shared/, too. | ||||
* | build-sys: split internal basic/ library from shared/ | Kay Sievers | 2015-06-11 | 1 | -27/+0 |
| | | | | | | | | | | basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ | ||||
* | build-sys: move async.[ch] to src/shared | Lennart Poettering | 2014-05-05 | 1 | -0/+27 |
So that we can use it at multiple places. |