summaryrefslogtreecommitdiff
path: root/src/stdio/__lockfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-16move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker1-2/+0
2018-09-18fix race condition in file lockingKaarle Ritvanen1-6/+6
2018-04-18fix stdio lock dependency on read-after-free not faultingRich Felker1-16/+13
2012-12-10document self-synchronized destruction issue for stdio lockingRich Felker1-0/+10
2011-09-21avoid setting FILE lock count when not using flockfileRich Felker1-1/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker1-14/+12
2011-05-06reduce some ridiculously large spin countsRich Felker1-1/+1
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker1-1/+1
2011-03-28revert some more spin optimizations that turned out to be pessimizationsRich Felker1-1/+1
2011-03-24simplify and optimize FILE lock handlingRich Felker1-6/+7
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker1-0/+19