summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/m88k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-44/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-72/+0
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-2/+2
* Use %r27 as the thread control block pointer, allowing for __get_tcb() callsmiod2013-08-261-6/+18
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-6/+6
* Make this PIC-aware.miod2013-01-271-2/+6
* Add END() directives to the various functions.miod2013-01-111-1/+2
* Switch m88k ports to ELF.miod2013-01-052-14/+14
* tfork_thread has been moved to libcguenther2012-03-221-55/+0
* Missing cerror bits.miod2012-02-181-0/+55
* 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-171-4/+4
* Use the system include <spinlock.h> to get the proper functionmarc2006-01-051-2/+2
* m88k suppport code for librthread.miod2005-12-232-0/+99