Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lock-util: add a new lock_generic_with_timeout() helper | Lennart Poettering | 2023-11-02 | 1 | -0/+27 |
| | | | | | | | This is just like lock_generic(), but applies the lock with a timeout. This requires jumping through some hoops by executing things in a child process, so that we can abort if necessary via a timer. Linux after all has no native way to take file locks with a timeout. | ||||
* | include missing sys/file.h for LOCK_EX | Khem Raj | 2023-08-02 | 1 | -0/+1 |
| | |||||
* | lock-util: Add make_lock_file_at() | Daan De Meyer | 2023-03-21 | 1 | -0/+37 |