| Commit message (Expand) | Author | Age | Files | Lines |
* | New futex(2) based rwlock implementation based on the mutex code. | mpi | 2019-02-13 | 1 | -1/+12 |
* | Make the "not my pool" searching loop a tiny bit smarter, while | otto | 2019-01-10 | 1 | -2/+2 |
* | Implement __cxa_thread_atexit to support C++11 thread_local scope. The | kettenis | 2017-12-05 | 1 | -1/+2 |
* | Revert recent changes to unbreak ports/net/samba | jca | 2017-11-04 | 1 | -2/+8 |
* | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | guenther | 2017-10-28 | 1 | -8/+2 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and | guenther | 2017-09-05 | 1 | -8/+177 |
* | Wrap _malloc_init() so internal calls go directly | guenther | 2016-10-15 | 1 | -1/+4 |
* | Less lock contention by using more pools for mult-threaded programs. | otto | 2016-09-01 | 1 | -9/+12 |
* | Use a Thread Information Block in both single and multi-threaded programs. | guenther | 2016-05-07 | 1 | -133/+173 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, | guenther | 2015-04-07 | 1 | -1/+18 |
* | Make consistent the syscall stubs for the syscalls that got special | guenther | 2011-10-16 | 1 | -1/+16 |
* | remove _thread_malloc_init prototype | otto | 2008-06-14 | 1 | -2/+1 |
* | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | otto | 2008-06-13 | 1 | -5/+1 |
* | - make arc4random*() functions thread safe. Use a custom spinlock function | kurt | 2008-01-01 | 1 | -1/+13 |
* | fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with | kurt | 2007-11-19 | 1 | -2/+2 |
* | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | kurt | 2007-06-05 | 1 | -21/+35 |
* | Part 2 of file descriptor race and deadlock corrections. | kurt | 2006-09-26 | 1 | -1/+2 |
* | Avouid a race in atexit() handling by introducing a lock. Problem | otto | 2006-02-22 | 1 | -1/+12 |
* | Use a forward declaration of struct timespec instead of assuming | millert | 2005-11-15 | 1 | -1/+2 |
* | major bump to libc and libpthread to break the dependency of a | marc | 2004-06-07 | 1 | -84/+76 |
* | thread safer libc (note: safer, not safe) | marc | 2003-01-28 | 1 | -1/+10 |
* | thread safe libc -- 2nd try. OK miod@, millert@ | marc | 2002-11-05 | 1 | -40/+30 |
* | back out previous patch.. there are still some vax/m68k issues | marc | 2002-11-03 | 1 | -30/+40 |
* | libc changes for thread safety. Tested on: | marc | 2002-11-03 | 1 | -40/+30 |
* | Part one of userland __P removal. Done with a simple regexp with some minor ... | millert | 2002-02-16 | 1 | -2/+2 |
* | put changes back, this time ALL the files. | fgsch | 2001-09-04 | 1 | -3/+3 |
* | Back out fgsch@'s tree breaking commits. | todd | 2001-08-30 | 1 | -3/+3 |
* | fix some const warnings | fgsch | 2001-08-30 | 1 | -3/+3 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | heko | 2001-08-12 | 1 | -2/+2 |
* | grammer/spelling | todd | 2001-01-04 | 1 | -2/+2 |
* | typo in comment, AILASES -> ALIASES | brad | 2000-09-08 | 1 | -2/+2 |
* | oops | d | 2000-01-06 | 1 | -2/+2 |
* | rewrite to use the helpers in the thread/ directory and to define weak alias ... | d | 2000-01-06 | 1 | -135/+91 |
* | clean | d | 1999-01-06 | 1 | -35/+39 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -0/+175 |