Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When suspending, check the tid of the arg, not of ourselves, doh | 2006-01-06 | 1 | -2/+2 | |
* | Don't call pthread_self()->tid when getthrid() will do fine. | 2006-01-02 | 1 | -2/+2 | |
* | Implement suspend/resume and creation of initially suspended threads. | 2005-12-31 | 1 | -1/+57 | |
* | prototype all the thread syscalls in rthread.h for now. | 2005-12-30 | 1 | -3/+1 | |
* | update copyright to 2005 | 2005-12-19 | 1 | -2/+2 | |
* | syscall is actually sched_yield now, as millert suggested | 2005-12-03 | 1 | -10/+3 | |
* | add userland thread library. incomplete, but functional | 2005-12-03 | 1 | -0/+136 |