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