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
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rfork sh bits.
miod
2007-03-24
2
-0
/
+121
*
Use the system include <spinlock.h> to get the proper function
marc
2006-01-05
11
-22
/
+22
*
Fixup stack, it needs 16 bytes headroom. Help from miod@ and drahn.
otto
2006-01-05
1
-2
/
+2
*
No point in saving a bunch of extra registers, and the child's state must
drahn
2005-12-31
1
-6
/
+8
*
remainder of the hppa support code for librthread. ok&help kettenis@ mickey@
miod
2005-12-28
1
-0
/
+65
*
sparc64 support code for librthread (_atomic_lock yanked from existing
miod
2005-12-25
2
-0
/
+113
*
sparc support code for librthread (_atomic_lock yanked from existing
miod
2005-12-25
2
-0
/
+114
*
child calls threxit after thread return
tedu
2005-12-25
1
-2
/
+2
*
put the error handling jump code back in from brad/marco
tedu
2005-12-25
1
-13
/
+2
*
if the start routine returns (never happens), call the right threxit syscall
tedu
2005-12-25
1
-6
/
+2
*
A better implementation which does not use the caller's stack and thus is not
miod
2005-12-25
1
-35
/
+42
*
add rfork_thread for alpha, from kudo takashi
tedu
2005-12-25
1
-0
/
+50
*
mips64 support code for librthread (_atomic_lock yanked from existing
miod
2005-12-24
2
-0
/
+117
*
m88k suppport code for librthread.
miod
2005-12-23
2
-0
/
+99
*
vax support bits for librthread (need the child_return() fix just commited).
miod
2005-12-23
2
-0
/
+111
*
m68k support code for librthread; atomic lock routine borrowed from the
miod
2005-12-23
2
-0
/
+106
*
Fix hppa ldcw alignment issue.
marco
2005-12-19
1
-3
/
+10
*
sure it is not perfect, but at least we can compile rthreads on hppa.
marco
2005-12-17
1
-0
/
+30
*
boolshit
mickey
2005-12-16
1
-30
/
+0
*
My email address changed quite a while ago...
drahn
2005-12-14
1
-2
/
+2
*
Initial versions of arm code, in-tree development (not yet working).
drahn
2005-12-14
2
-0
/
+89
*
Add locking primitive for hppa. ok kettenis@
marco
2005-12-14
1
-0
/
+30
*
copy alpha atomic_lock implementation from libpthread.
brad
2005-12-04
1
-0
/
+19
*
add a powerpc implementation of rfork_thread().
brad
2005-12-04
1
-0
/
+53
*
copy powerpc atomic_lock implementation from libpthread.
brad
2005-12-04
1
-0
/
+37
*
add userland thread library. incomplete, but functional
tedu
2005-12-03
4
-0
/
+276