Age | Commit message (Expand) | Author |
2024-01-07 | libc, librthread: _twait: subtraction is not comparison | Scott Soule Cheloha |
2023-11-08 | libc, librthread: _twait: fully validate absolute timeout | Scott Soule Cheloha |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-02-12 | bump major after syscall removal | Theo Buehler |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-26 | Add waitid(2) syscall stub. | Mark Kettenis |
2022-09-09 | Add libc wrappers for the new sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-05-14 | librthread: validate timespec inputs with timespecisvalid(3) | Scott Soule Cheloha |
2021-09-17 | these files do not need sys/param.h | Theo de Raadt |
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 |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2020-04-06 | Update my email address. | Paul Irofti |
2020-02-06 | Instead of opting in to futexes on archs with atomics opt out on archs | Jonathan Gray |
2019-11-01 | Remove duplicated header. | Martin Pieuchot |
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 |
2019-03-03 | Wake all waiters when unlocking an rwlock. This fixes a hang | Visa Hankala |
2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. | Martin Pieuchot |
2019-02-13 | Import the existing rwlock implementation for architectures that cannot | Martin Pieuchot |
2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. | Ted Unangst |
2019-01-29 | Rename 1-letter variables to be coherent with others futex(2) based | Martin Pieuchot |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2018-10-21 | Switch alpha to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-09-24 | enable futex(2) based mutexes on armv7 and use futex based semaphores in | Jonathan Gray |
2018-07-06 | Return EINVAL if pthread_barrier_init is called with count=0. | Paul Irofti |
2018-06-08 | New semaphore implementation making sem_post async-safe. | Paul Irofti |
2018-05-02 | syslog_r() expects a priority, not a faciliy. Use LOG_ERR for the | Alexander Bluhm |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-12 | (file missed from previous commit) | Theo de Raadt |
2018-02-11 | Start mapping thread stacks with MAP_STACK. mmap() currently ignores | Theo de Raadt |
2018-02-10 | Shift top-of-stack down so that the random==0 case doesn't leave stack | Theo de Raadt |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-10-15 | Move the thread-related .h files to /usr/src/include/, since the | Philip Guenther |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-01 | Use "volatile unsigned int" instead of _atomic_lock_t. The _atomic_lock_t | Mark Kettenis |
2017-07-30 | disable post fork checks for now, too much turbulence in the air | Ted Unangst |
2017-07-29 | not all the world is an i386. Back out breakage. | Theo de Raadt |
2017-07-29 | Use memory barriers to prevent pointer use before initialization. | Paul Irofti |
2017-07-27 | bad things can (and will) happen if a threaded program calls fork() and | Ted Unangst |
2017-07-04 | Enable the use of futex(2) in librthread on mips64. | Visa Hankala |
2017-06-01 | Re-enabled futex based condvar & mutexes, they are not the cause of | Martin Pieuchot |
2017-06-01 | New condvar introduced a regression with vmd(8), revert until it is found. | Martin Pieuchot |
2017-05-29 | Enable futex-based mutex and condvar. | Martin Pieuchot |