summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/unithread_malloc_lock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-76/+0
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-1/+19
* 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
* 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-071-3/+2
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-3/+13
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-13/+3
* libc changes for thread safety. Tested on:marc2002-11-031-3/+13
* malloc lock helpersd2000-01-141-0/+21