index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
rthread_libc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mutex, condvar, and thread-specific data routes, pthread_once, and
guenther
2017-09-05
1
-262
/
+0
*
New mutex and condvar implementations based on futex(2).
mpi
2017-05-27
1
-2
/
+14
*
Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t".
akfaew
2016-09-04
1
-6
/
+5
*
delete wrong cvs $ tags
deraadt
2016-09-01
1
-2
/
+1
*
Less lock contention by using more pools for mult-threaded programs.
otto
2016-09-01
1
-17
/
+32
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
1
-1
/
+2
*
Replace the malloc spinlock with a mutex. This lock is held over system calls
kettenis
2016-01-27
1
-4
/
+21
*
Make pthread_atfork() track the DSO that called it like atexit() does,
guenther
2015-04-07
1
-1
/
+18
*
cleanup and consolidate the spinlock_lock (what a name!) code.
tedu
2013-06-01
1
-4
/
+4
*
Remove "#define _POSIX_THREADS" line before include <pthread.h>.
miod
2012-04-17
1
-3
/
+1
*
Implement cancelation for the basic syscall cancelation points,
guenther
2011-12-05
1
-190
/
+1
*
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
guenther
2011-11-06
1
-3
/
+1
*
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
otto
2008-06-13
1
-6
/
+1
*
- add missing libc locking functions for _thread_atexit_lock() and
kurt
2008-01-23
1
-1
/
+18
*
- make arc4random*() functions thread safe. Use a custom spinlock function
kurt
2008-01-01
1
-1
/
+18
*
_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so
kurt
2007-06-05
1
-1
/
+28
*
two comment typos from tbert
tedu
2006-10-27
1
-2
/
+192
*
move malloc lock to libc interface file
tedu
2006-01-05
1
-1
/
+23
*
add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare
marc
2006-01-05
1
-0
/
+127