Age | Commit message (Expand) | Author |
2020-02-06 | Instead of opting in to futexes on archs with atomics opt out on archs | Jonathan Gray |
2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. | Martin Pieuchot |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
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-06-08 | New semaphore implementation making sem_post async-safe. | Paul Irofti |
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-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 |
2016-06-01 | implicit function declaration is the error we really want, not the | Ted Unangst |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-02 | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal | Philip Guenther |
2015-05-19 | Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-10 | __tfork_thread is in libc, so move the manpage over too | Philip Guenther |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2012-11-22 | Do not pass -Wmissing-prototypes when building on a non-ELF platform with | Miod Vallat |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-08-15 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-04-11 | Add pthread barrier support. | Paul Irofti |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-02-23 | Add pthread_condattr_{get,set}clock(), requested by aja@ | Philip Guenthe |
2012-02-19 | Extend miod's fix CFLAGS fix to all gcc2 platforms (suggested by Tobias | Philip Guenthe |
2012-02-18 | Work around compiler confusion while building rthread.o on vax. | Miod Vallat |
2012-02-15 | Nothing important, just switching from pthreads to rthreads | Philip Guenthe |
2012-01-04 | Split out the semaphore functions. | Martin Pieuchot |
2011-12-22 | Add pthread_mutex_{get,set}prioceiling() | Philip Guenthe |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe |
2011-12-21 | Split out the pthread_mutexattr_* functions from rthread_sync.c to | Philip Guenthe |
2011-12-05 | Implement cancelation for the basic syscall cancelation points, | Philip Guenthe |
2011-11-27 | Set the initfirst and nodelete flags on the shared library, in anticipation | Philip Guenthe |
2011-11-06 | Copy support for sched_get_priority_{min,max} from libpthread. | Philip Guenthe |
2011-10-17 | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread | Philip Guenthe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-10-21 | Add f*lockfile() routines to librthread | Philip Guenthe |
2009-02-20 | apparently all the other libraries get linted, so I'll just have to live with it | Ted Unangst |
2009-02-20 | the lint warnings are more annoying than anything else. we already have a fu... | Ted Unangst |
2008-06-05 | - Add fork/vfork wrapper functions to reset state in the child process. | Kurt Miller |
2006-01-05 | add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare | Marco S Hyman |
2006-01-04 | Cleanup struct pthread and stack after thread exits. This version does | Otto Moerbeek |
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman |