Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-09-19 | fix linked list corruption in flockfile lists | Rich Felker | -0/+1 |
2014-08-23 | fix false ownership of stdio FILEs due to tid reuse | Rich Felker | -1/+21 |
2014-06-10 | replace all remaining internal uses of pthread_self with __pthread_self | Rich Felker | -1/+1 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | -0/+1 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | -1/+2 |
2011-04-17 | clean up handling of thread/nothread mode, locking | Rich Felker | -1/+0 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | -3/+3 |
2011-03-16 | optimize file locking: avoid cache-polluting writes to global storage | Rich Felker | -1/+1 |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | -0/+18 |