| Age | Commit message (Expand) | Author |
| 2003-08-13 | Split out pthread_{set,get}specific() into a separate file and arrange | nathanw |
| 2003-07-21 | Lock accesses to pt_flags and pt_cancel. | nathanw |
| 2003-07-21 | Use _sys_write() instead of write() in the assertion and error | nathanw |
| 2003-07-21 | Move initialization of variable 'nthreads' so that pthread_exit() from | nathanw |
| 2003-07-18 | pthread.c was getting a bit unwieldly. Move pthread_attr stuff out | nathanw |
| 2003-07-18 | Implement a bunch of pthread_attr_() functions, which genuinely set and examine | nathanw |
| 2003-07-18 | Add strong alias for setcancelstate. | nathanw |
| 2003-06-26 | Initialize pt_trapuc in pthread__initthread(). | nathanw |
| 2003-06-06 | Tiny bit of infrastructure for ABI-supported thread-ID storage. | nathanw |
| 2003-06-02 | Add pthread_attr_getstack{,size,addr} needed by jdk | christos |
| 2003-05-27 | pass lint: | christos |
| 2003-04-28 | Move call to pthread__alarm_init() from pthread_init() (called at load | nathanw |
| 2003-04-23 | Introduce a pthread__error() macro, for detected application errors as | nathanw |
| 2003-04-07 | When threads are started, register an atfork callback to clear | nathanw |
| 2003-03-10 | Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67). | nathanw |
| 2003-03-08 | add __RCSID() | lukem |
| 2003-02-28 | Disable userlevel nanosleep() until I find the timer/alarm bug that it | nathanw |
| 2003-02-26 | In pthread_create(), rearrange name-setting code so that name is set | nathanw |
| 2003-02-26 | Add support for naming a thread, using an API compatible with Tru64 Unix: | thorpej |
| 2003-02-22 | In pthread_exit(), clear pt_canceled in addition to setting | nathanw |
| 2003-02-15 | Define a pthread-specific assert function, pthread__assert(), that | nathanw |
| 2003-01-31 | Use pthread__sched_sleepers() instead of iterating over sleep queues | nathanw |
| 2003-01-29 | cosmetics | drochner |
| 2003-01-25 | Make pthread_join() accomodate spurious wakeups from pthread__block(). | nathanw |
| 2003-01-19 | Add some threadlib stubs that are used by X: | thorpej |
| 2003-01-19 | - constify the get functions | christos |
| 2003-01-18 | de-lint | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |