| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-04-29 | Always return false in futex_wake on {Free,DragonFly}BSD. | Mara Bos | -12/+5 |
| 2022-04-29 | Use futex-based locks and thread parker on FreeBSD. | Mara Bos | -2/+2 |
| 2022-04-29 | Use futex-based locks and thread parker on DragonFlyBSD. | Mara Bos | -1/+12 |
| 2022-04-14 | Use u32 instead of i32 for futexes. | Mara Bos | -20/+20 |
| 2022-04-11 | Use is_ or has_ prefix for pure `-> bool` functions. | Mara Bos | -23/+25 |
| 2022-04-11 | Use compare_exchange_weak in futex rwlock implementation. | Mara Bos | -4/+11 |
| 2022-04-11 | Add comments to futex rwlock implementation. | Mara Bos | -1/+12 |
| 2022-04-08 | Fix typo in futex rwlock. | Mara Bos | -1/+1 |
| 2022-04-08 | Add futex-based RwLock on Linux. | Mara Bos | -0/+293 |
