| Age | Commit message (Expand) | Author |
| 2005-02-26 | Keep the kernel updated with signal action signal masks (act.sa_mask) until | nathanw |
| 2005-02-10 | Default back pthread__concurrency to 1 until we fix the regression test | christos |
| 2005-02-10 | If $PTHREAD_CONCURRENCY is not set, set it to ncpu | christos |
| 2005-02-03 | Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabled | christos |
| 2005-01-06 | Add some additional assertions and debugging printf()s. | mycroft |
| 2004-08-12 | - fix pthread_detach with an already exit'ed thread. | yamt |
| 2004-07-18 | enhance MI pthreads code to support hppa: | chs |
| 2004-06-25 | const'ify the arguments to pthread__assertfunc and _errorfunc; | drochner |
| 2004-03-14 | add libpthread part of concurrency support for SA on MP systems | cl |
| 2003-12-31 | Handle block/unblock for threads in critical section without | cl |
| 2003-12-18 | PR/23791: Patrick Latify: Fix memory leak on thread creation failure. | christos |
| 2003-11-09 | Add: | christos |
| 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 |