summaryrefslogtreecommitdiff
path: root/src/stdio/__lockfile.c
AgeCommit message (Expand)AuthorLines
2011-09-21avoid setting FILE lock count when not using flockfileRich Felker-1/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker-14/+12
2011-05-06reduce some ridiculously large spin countsRich Felker-1/+1
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-1/+1
2011-03-28revert some more spin optimizations that turned out to be pessimizationsRich Felker-1/+1
2011-03-24simplify and optimize FILE lock handlingRich Felker-6/+7
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+19