summaryrefslogtreecommitdiff
path: root/src/stdio/flockfile.c
AgeCommit message (Expand)AuthorLines
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker-2/+0
2018-04-18refactor flockfile not to duplicate lock mechanism logicRich Felker-7/+4
2018-04-18fix stdio lock dependency on read-after-free not faultingRich Felker-1/+5
2011-07-30add proper fuxed-based locking for stdioRich Felker-2/+4
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-4/+1
2011-03-16optimize file locking: avoid cache-polluting writes to global storageRich Felker-2/+4
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+9