Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-16 | move stdio locking MAYBE_WAITERS definition to stdio_impl.h | Rich Felker | 1 | -2/+0 |
2018-09-18 | fix race condition in file locking | Kaarle Ritvanen | 1 | -6/+6 |
2018-04-18 | fix stdio lock dependency on read-after-free not faulting | Rich Felker | 1 | -16/+13 |
2012-12-10 | document self-synchronized destruction issue for stdio locking | Rich Felker | 1 | -0/+10 |
2011-09-21 | avoid setting FILE lock count when not using flockfile | Rich Felker | 1 | -1/+1 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 1 | -14/+12 |
2011-05-06 | reduce some ridiculously large spin counts | Rich Felker | 1 | -1/+1 |
2011-04-17 | debloat: use __syscall instead of syscall where possible | Rich Felker | 1 | -1/+1 |
2011-03-28 | revert some more spin optimizations that turned out to be pessimizations | Rich Felker | 1 | -1/+1 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | 1 | -6/+7 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -1/+1 |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | 1 | -0/+19 |