Age | Commit message (Expand) | Author |
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 |
2017-05-29 | SPINLOCK_SPIN_HOOK is no more, define our own set of macros. | Martin Pieuchot |
2017-05-28 | Use membar_enter_after_atomic() and membar_exit_before_atomic(). | Martin Pieuchot |
2017-05-27 | New mutex and condvar implementations based on futex(2). | Martin Pieuchot |
2017-02-27 | RELRO means the __{got,plt}_{start,end} symbols are superfluous | Philip Guenther |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2016-09-04 | Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". | Michal Mazurek |
2016-09-03 | Remove _USING_TICKETS, it's defined as 0. No functional change. | Michal Mazurek |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt |
2016-09-01 | bump | Otto Moerbeek |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-09-01 | retire sparc | Ted Unangst |
2016-06-01 | implicit function declaration is the error we really want, not the | Ted Unangst |
2016-05-20 | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in | Philip Guenther |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-15 | Document PROTO_NORMAL requires matching DEF_{,NON}STD | Philip Guenther |
2016-04-15 | PROTO_NORMAL(pthread_cond_signal) requires DEF_STD(pthread_cond_signal) | Philip Guenther |
2016-04-15 | make pthread_barrier_wait behave more like it does on other platforms. | Ted Unangst |
2016-04-09 | replace 0xf57ff05f with dmb sy | Jonathan Gray |
2016-04-02 | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal | Philip Guenther |
2016-04-02 | Eliminate the need to explicitly invoke syscalls via their _thread_sys_* | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | Prepare for future ld.so/libc bump: update <tib.h> with the definitions | Philip Guenther |
2016-03-10 | No point in keeping the threading support for vax, I guess | Philip Guenther |
2016-01-27 | Replace the malloc spinlock with a mutex. This lock is held over system calls | Mark Kettenis |
2015-12-10 | use geteuid to allow root to communicate with others. | Ted Unangst |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |