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
/
arch
Age
Commit message (
Expand
)
Author
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-21
Use _C_LABEL when appropriate.
Miod Vallat
2007-03-24
rfork sh bits.
Miod Vallat
2006-01-05
Use the system include <spinlock.h> to get the proper function
Marco S Hyman
2006-01-05
Fixup stack, it needs 16 bytes headroom. Help from miod@ and drahn.
Otto Moerbeek
2005-12-31
No point in saving a bunch of extra registers, and the child's state must
Dale Rahn
2005-12-28
remainder of the hppa support code for librthread. ok&help kettenis@ mickey@
Miod Vallat
2005-12-25
sparc64 support code for librthread (_atomic_lock yanked from existing
Miod Vallat
2005-12-25
sparc support code for librthread (_atomic_lock yanked from existing
Miod Vallat
2005-12-25
child calls threxit after thread return
Ted Unangst
2005-12-25
put the error handling jump code back in from brad/marco
Ted Unangst
2005-12-25
if the start routine returns (never happens), call the right threxit syscall
Ted Unangst
2005-12-25
A better implementation which does not use the caller's stack and thus is not
Miod Vallat
2005-12-25
add rfork_thread for alpha, from kudo takashi
Ted Unangst
2005-12-24
mips64 support code for librthread (_atomic_lock yanked from existing
Miod Vallat
2005-12-23
m88k suppport code for librthread.
Miod Vallat
2005-12-23
vax support bits for librthread (need the child_return() fix just commited).
Miod Vallat
2005-12-23
m68k support code for librthread; atomic lock routine borrowed from the
Miod Vallat
2005-12-19
Fix hppa ldcw alignment issue.
Marco Peereboom
2005-12-17
sure it is not perfect, but at least we can compile rthreads on hppa.
Marco Peereboom
2005-12-16
boolshit
Michael Shalayeff
2005-12-14
My email address changed quite a while ago...
Dale Rahn
2005-12-14
Initial versions of arm code, in-tree development (not yet working).
Dale Rahn
2005-12-14
Add locking primitive for hppa. ok kettenis@
Marco Peereboom
2005-12-04
copy alpha atomic_lock implementation from libpthread.
Brad Smith
2005-12-04
add a powerpc implementation of rfork_thread().
Brad Smith
2005-12-04
copy powerpc atomic_lock implementation from libpthread.
Brad Smith
2005-12-03
add userland thread library. incomplete, but functional
Ted Unangst