Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-12-10 | document self-synchronized destruction issue for stdio locking | Rich Felker | -0/+10 |
2011-09-21 | avoid setting FILE lock count when not using flockfile | Rich Felker | -1/+1 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | -14/+12 |
2011-05-06 | reduce some ridiculously large spin counts | Rich Felker | -1/+1 |
2011-04-17 | debloat: use __syscall instead of syscall where possible | Rich Felker | -1/+1 |
2011-03-28 | revert some more spin optimizations that turned out to be pessimizations | Rich Felker | -1/+1 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | -6/+7 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | -0/+19 |