Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-08-17 | fix extremely rare but dangerous race condition in robust mutexes | Rich Felker | -19/+4 |
2011-09-28 | fix excessive/insufficient wakes in __vm_unlock | Rich Felker | -3/+3 |
2011-09-28 | improve pshared barriers | Rich Felker | -11/+13 |
2011-09-28 | next step making barrier self-sync'd destruction safe | Rich Felker | -4/+12 |
2011-09-27 | correctly handle the degenerate barrier in the pshared case | Rich Felker | -1/+1 |
2011-09-27 | fix pshared barrier wrong return value. | Rich Felker | -1/+1 |
2011-09-27 | process-shared barrier support, based on discussion with bdonlan | Rich Felker | -7/+67 |
2011-05-06 | remove debug code that was missed in barrier commit | Rich Felker | -1/+0 |
2011-05-06 | completely new barrier implementation, addressing major correctness issues | Rich Felker | -16/+44 |
2011-02-17 | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | -11/+11 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+31 |