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
/
libpthread
/
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-06-05
_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so
Kurt Miller
2007-06-05
typos
Kurt Miller
2006-02-22
Avouid a race in atexit() handling by introducing a lock. Problem
Otto Moerbeek
2004-06-08
missing include; ok marc@.
Xavier Santolaria
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2003-01-20
Use the sources that exist in sibdirs of libpthread, not libc_r
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
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-02-28
need string.h
Theo de Raadt
2000-01-14
malloc lock helpers
David Leonard
2000-01-06
thread-specific storage helper
David Leonard