| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -44/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -72/+0 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-18 | 1 | -2/+2 |
* | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls |  miod | 2013-08-26 | 1 | -6/+18 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 1 | -6/+6 |
* | Make this PIC-aware. |  miod | 2013-01-27 | 1 | -2/+6 |
* | Add END() directives to the various functions. |  miod | 2013-01-11 | 1 | -1/+2 |
* | Switch m88k ports to ELF. |  miod | 2013-01-05 | 2 | -14/+14 |
* | tfork_thread has been moved to libc |  guenther | 2012-03-22 | 1 | -55/+0 |
* | Missing cerror bits. |  miod | 2012-02-18 | 1 | -0/+55 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -2/+2 |
* | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread |  guenther | 2011-10-17 | 1 | -4/+4 |
* | Use the system include <spinlock.h> to get the proper function |  marc | 2006-01-05 | 1 | -2/+2 |
* | m88k suppport code for librthread. |  miod | 2005-12-23 | 2 | -0/+99 |