summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-9/+1
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+19
* remove unused zero length file.kurt2007-11-191-0/+0
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-053-24/+51
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-1/+19
* major bump to libc and libpthread to break the dependency of amarc2004-06-075-51/+39
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-053-37/+20
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-033-20/+37
* libc changes for thread safety. Tested on:marc2002-11-033-37/+20
* put changes back, this time ALL the files.fgsch2001-09-041-3/+3
* Back out fgsch@'s tree breaking commits.todd2001-08-301-3/+3
* fix some const warningsfgsch2001-08-301-3/+3
* malloc lock helpersd2000-01-141-0/+21
* rename thread_storage to unithread_storage to avoid object name conflictd2000-01-062-3/+3
* thread specific storage and fd locking for single-threaded libc (ie, no-ops)d2000-01-063-0/+98