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