Age | Commit message (Expand) | Author |
---|---|---|
2021-06-13 | Save and restore errno around FUTEX_WAIT futex(2) operations. While there | Mark Kettenis |
2021-05-21 | The implementation of the FUTEX_WAIT option in futex(2) is subtly broken. | Mark Kettenis |
2019-10-24 | Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid | Stuart Henderson |
2019-10-21 | Use process-private futexes to avoid the uvm_map lookup overhead. | Martin Pieuchot |
2018-06-08 | New semaphore implementation making sem_post async-safe. | Paul Irofti |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-05-29 | SPINLOCK_SPIN_HOOK is no more, define our own set of macros. | Martin Pieuchot |
2017-05-27 | New mutex and condvar implementations based on futex(2). | Martin Pieuchot |