aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/fd_unlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Add string qsort/bsearch cmp functions and avltreeb wrappersLaurent Bercot2025-10-171-1/+1
|
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-161-1/+1
| | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-071-0/+1
|
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-291-0/+20
flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump.