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