index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
thread
Age
Commit message (
Expand
)
Author
2008-06-13
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
Otto Moerbeek
2008-01-01
- make arc4random*() functions thread safe. Use a custom spinlock function
Kurt Miller
2007-11-19
remove unused zero length file.
Kurt Miller
2007-06-05
_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so
Kurt Miller
2006-02-22
Avouid a race in atexit() handling by introducing a lock. Problem
Otto Moerbeek
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings
Federico G. Schwindt
2000-01-14
malloc lock helpers
David Leonard
2000-01-06
rename thread_storage to unithread_storage to avoid object name conflict
David Leonard
2000-01-06
thread specific storage and fd locking for single-threaded libc (ie, no-ops)
David Leonard