Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | -1/+1 |
2014-10-20 | manually "shrink wrap" fast path in pthread_once | Rich Felker | -8/+12 |
2014-10-13 | eliminate global waiters count in pthread_once | Rich Felker | -9/+13 |
2014-10-10 | fix missing barrier in pthread_once/call_once shortcut path | Rich Felker | -2/+6 |
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | -1/+3 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | -3/+3 |
2014-04-15 | fix deadlock race in pthread_once | Rich Felker | -2/+1 |
2011-03-08 | fix major breakage in pthread_once (it was always deadlocking) | Rich Felker | -8/+7 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+38 |