| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -1/+13 |
| * | Delete the duplicated sched_{policy,param} members from the internal struct |  guenther | 2015-04-29 | 1 | -9/+11 |
| * | Remove pthread_suspend* and related functions. This is part of the |  kurt | 2012-03-22 | 1 | -50/+1 |
| * | Make pthread_suspend_np() and pthread_resume_np() simply fail instead |  guenther | 2012-02-21 | 1 | -11/+6 |
| * | Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}() |  guenther | 2012-02-19 | 1 | -1/+12 |
| * | pthread_self() may be much cheaper and never more expensive than getthrid() |  guenther | 2011-12-28 | 1 | -7/+7 |
| * | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes |  guenther | 2011-11-06 | 1 | -10/+1 |
| * | When suspending, check the tid of the arg, not of ourselves, doh |  otto | 2006-01-06 | 1 | -2/+2 |
| * | Don't call pthread_self()->tid when getthrid() will do fine. |  otto | 2006-01-02 | 1 | -2/+2 |
| * | Implement suspend/resume and creation of initially suspended threads. |  otto | 2005-12-31 | 1 | -1/+57 |
| * | prototype all the thread syscalls in rthread.h for now. |  tedu | 2005-12-30 | 1 | -3/+1 |
| * | update copyright to 2005 |  tedu | 2005-12-19 | 1 | -2/+2 |
| * | syscall is actually sched_yield now, as millert suggested |  tedu | 2005-12-03 | 1 | -10/+3 |
| * | add userland thread library. incomplete, but functional |  tedu | 2005-12-03 | 1 | -0/+136 |