Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make internal declarations for flockfile tracking functions checkable | Rich Felker | 2018-09-12 | 1 | -2/+0 |
* | refactor flockfile not to duplicate lock mechanism logic | Rich Felker | 2018-04-18 | 1 | -7/+4 |
* | fix stdio lock dependency on read-after-free not faulting | Rich Felker | 2018-04-18 | 1 | -1/+5 |
* | add proper fuxed-based locking for stdio | Rich Felker | 2011-07-30 | 1 | -2/+4 |
* | clean up handling of thread/nothread mode, locking | Rich Felker | 2011-04-17 | 1 | -4/+1 |
* | optimize file locking: avoid cache-polluting writes to global storage | Rich Felker | 2011-03-16 | 1 | -2/+4 |
* | implement flockfile api, rework stdio locking | Rich Felker | 2011-03-12 | 1 | -0/+9 |