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