| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-12 | make fixed-sized fixed-value mib[] arrays be const |  deraadt | 1 | -4/+2 |
| 2020-04-06 | Update my email address. |  pirofti | 4 | -8/+8 |
| 2020-02-06 | Instead of opting in to futexes on archs with atomics opt out on archs |  jsg | 1 | -10/+7 |
| 2019-11-01 | Remove duplicated header. |  mpi | 1 | -2/+1 |
| 2019-10-24 | Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid |  sthen | 1 | -5/+12 |
| 2019-10-21 | Use process-private futexes to avoid the uvm_map lookup overhead. |  mpi | 1 | -12/+5 |
| 2019-03-03 | Wake all waiters when unlocking an rwlock. This fixes a hang |  visa | 1 | -2/+2 |
| 2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. |  mpi | 3 | -147/+161 |
| 2019-02-13 | Import the existing rwlock implementation for architectures that cannot |  mpi | 1 | -0/+260 |
| 2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. |  tedu | 4 | -3/+11 |
| 2019-01-29 | Rename 1-letter variables to be coherent with others futex(2) based |  mpi | 1 | -29/+25 |
| 2019-01-12 | Move sigwait(3) from libpthread to libc |  jca | 3 | -78/+1 |
| 2019-01-11 | mincore() is a relic from the past, exposing physical machine information |  deraadt | 1 | -2/+2 |
| 2018-10-21 | Switch alpha to futex(2) based condvars, mutexes and semaphores. |  visa | 1 | -5/+6 |
| 2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. |  visa | 1 | -2/+2 |
| 2018-09-24 | enable futex(2) based mutexes on armv7 and use futex based semaphores in |  jsg | 1 | -3/+3 |
| 2018-07-06 | Return EINVAL if pthread_barrier_init is called with count=0. |  pirofti | 1 | -1/+4 |
| 2018-06-08 | New semaphore implementation making sem_post async-safe. |  pirofti | 4 | -59/+558 |
| 2018-05-02 | syslog_r() expects a priority, not a faciliy. Use LOG_ERR for the |  bluhm | 1 | -4/+4 |
| 2018-04-27 | pthread_join() must not return EINTR |  guenther | 1 | -9/+13 |
| 2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. |  pirofti | 2 | -12/+13 |
| 2018-04-12 | (file missed from previous commit) |  deraadt | 1 | -4/+48 |
| 2018-02-11 | Start mapping thread stacks with MAP_STACK. mmap() currently ignores |  deraadt | 1 | -2/+2 |
| 2018-02-10 | Shift top-of-stack down so that the random==0 case doesn't leave stack |  deraadt | 1 | -3/+3 |
| 2017-11-04 | Revert recent changes to unbreak ports/net/samba |  jca | 4 | -3/+37 |
| 2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. |  mpi | 2 | -4/+4 |
| 2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info |  guenther | 4 | -37/+3 |
| 2017-10-15 | Move the thread-related .h files to /usr/src/include/, since the |  guenther | 1 | -2/+1 |
| 2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 34 | -2994/+93 |
| 2017-08-01 | Use "volatile unsigned int" instead of _atomic_lock_t. The _atomic_lock_t |  kettenis | 1 | -3/+3 |
| 2017-07-30 | disable post fork checks for now, too much turbulence in the air |  tedu | 1 | -2/+2 |
| 2017-07-29 | not all the world is an i386. Back out breakage. |  deraadt | 4 | -13/+4 |
| 2017-07-29 | Use memory barriers to prevent pointer use before initialization. |  pirofti | 4 | -4/+13 |
| 2017-07-27 | bad things can (and will) happen if a threaded program calls fork() and |  tedu | 2 | -2/+10 |
| 2017-07-04 | Enable the use of futex(2) in librthread on mips64. |  visa | 1 | -2/+3 |
| 2017-06-01 | Re-enabled futex based condvar & mutexes, they are not the cause of |  mpi | 1 | -2/+9 |
| 2017-06-01 | New condvar introduced a regression with vmd(8), revert until it is found. |  mpi | 1 | -9/+2 |
| 2017-05-29 | Enable futex-based mutex and condvar. |  mpi | 1 | -2/+9 |
| 2017-05-29 | SPINLOCK_SPIN_HOOK is no more, define our own set of macros. |  mpi | 2 | -7/+11 |
| 2017-05-28 | Use membar_enter_after_atomic() and membar_exit_before_atomic(). |  mpi | 1 | -5/+5 |
| 2017-05-27 | New mutex and condvar implementations based on futex(2). |  mpi | 5 | -8/+602 |
| 2017-02-27 | RELRO means the __{got,plt}_{start,end} symbols are superfluous |  guenther | 1 | -6/+0 |
| 2017-01-11 | Add support for AArch64. |  patrick | 1 | -0/+49 |
| 2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic |  patrick | 1 | -10/+3 |
| 2016-09-04 | Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". |  akfaew | 11 | -82/+64 |
| 2016-09-03 | Remove _USING_TICKETS, it's defined as 0. No functional change. |  akfaew | 6 | -25/+19 |
| 2016-09-01 | delete wrong cvs $ tags |  deraadt | 3 | -6/+3 |
| 2016-09-01 | bump |  otto | 1 | -1/+1 |
| 2016-09-01 | Less lock contention by using more pools for mult-threaded programs. |  otto | 4 | -24/+45 |
| 2016-09-01 | retire sparc |  tedu | 1 | -41/+0 |