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