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