summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread (follow)
Commit message (Expand)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-220/+0
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-6/+1
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+14
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-052-2/+51
* typoskurt2007-06-051-3/+3
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-1/+14
* missing include; ok marc@.xsa2004-06-081-1/+2
* major bump to libc and libpthread to break the dependency of amarc2004-06-073-84/+122
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-2/+2
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-053-5/+15
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-033-15/+5
* libc changes for thread safety. Tested on:marc2002-11-033-5/+15
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-1/+1
* need string.hderaadt2000-02-281-0/+1
* malloc lock helpersd2000-01-141-0/+18
* thread-specific storage helperd2000-01-062-0/+82