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
/
librthread
/
rthread_libc.c
Age
Commit message (
Expand
)
Author
2015-04-07
Make pthread_atfork() track the DSO that called it like atexit() does,
Philip Guenther
2013-06-01
cleanup and consolidate the spinlock_lock (what a name!) code.
Ted Unangst
2012-04-17
Remove "#define _POSIX_THREADS" line before include <pthread.h>.
Miod Vallat
2011-12-05
Implement cancelation for the basic syscall cancelation points,
Philip Guenthe
2011-11-06
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
Philip Guenthe
2008-06-13
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
Otto Moerbeek
2008-01-23
- add missing libc locking functions for _thread_atexit_lock() and
Kurt Miller
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
2006-10-27
two comment typos from tbert
Ted Unangst
2006-01-05
move malloc lock to libc interface file
Ted Unangst
2006-01-05
add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare
Marco S Hyman