summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/sparc64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-41/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-54/+0
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-6/+6
* tfork_thread has been moved to libcguenther2012-03-221-73/+0
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2
* Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadguenther2011-10-172-6/+60
* Deal with the horror that is gcc asm constraints by copying theguenther2011-10-131-4/+2
* Increase the stack offset for the new rthread from (BIAS+128) toguenther2011-10-131-4/+5
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+3
* Use the system include <spinlock.h> to get the proper functionmarc2006-01-051-2/+2
* sparc64 support code for librthread (_atomic_lock yanked from existingmiod2005-12-252-0/+113