| Age | Commit message (Expand) | Author |
| 2007-05-19 | Remove scheduler activations references. Bump date. | wiz |
| 2007-05-02 | Remove obsolete comment. | ad |
| 2007-04-17 | Fixed spelling error. | heinz |
| 2007-04-12 | Mirror a fix made to the kernel's condvars: | ad |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-24 | - Test+branch is usually cheaper than making an indirect function call, | ad |
| 2007-03-21 | Move PTHREADD_ADD(PTHREADD_COND_WOKEUP) back to the correct spot. | ad |
| 2007-03-21 | PR lib/34931: PTHREAD_ATTR(3) doesn't document PTHREAD_CREATE_JOINABLE and | ad |
| 2007-03-20 | - When signalling waiters, try not to awaken them immediatley. If we hold | ad |
| 2007-03-20 | - Maintain a per-thread pointer to the last mutex acquired by the app, to | ad |
| 2007-03-14 | Cosmetic changes. | ad |
| 2007-03-14 | - pthread__park: always check for cancellation. | ad |
| 2007-03-05 | - Update to match changed pthread__park() interface. | ad |
| 2007-03-05 | Update to match changed pthread__park() interface. | ad |
| 2007-03-05 | - Update to match changed pthread__park() interface. | ad |
| 2007-03-05 | - Simplify the interface to pthread__park() and friends slightly. | ad |
| 2007-03-05 | - Sync with reality. | ad |
| 2007-03-05 | Cosmetic and minor debugging changes. | ad |
| 2007-03-05 | Undo previous, it matches IEEE 1003.1. | ad |
| 2007-03-05 | Drop the interlock if cancelled. | ad |
| 2007-03-04 | Add __sigsuspend14, sigtimedwait as cancellation points. | ad |
| 2007-03-02 | Fix a sleep/wakeup race with condvars. | ad |
| 2007-03-02 | Silence a gcc/lint warning. | ad |
| 2007-03-02 | Remove the PTHREAD_SA option. If M:N threads is reimplemented it's | ad |
| 2007-03-02 | Don't grab the state lock to check for cancellation around condition | ad |
| 2007-03-02 | pthread_detach: acquire the join lock before changing pt_flags. | ad |
| 2007-03-02 | On x86, issue the pause instruction while spinning. | ad |
| 2007-02-21 | - Put detached & exiting threads on the tail of the deadqueue, not head. | ad |
| 2007-02-21 | Minor optimisation to previous: only check for continued existence of | ad |
| 2007-02-15 | fix a race between pthread_exit and pthread_create. | yamt |
| 2007-02-09 | Cast the return value of _lwp_unpark_all(), just in case. | ad |
| 2007-02-09 | Bump libpthread & libpthread_dbg minor versions so that an old SA copy | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2007-02-06 | Build without sys/sa.h present. | ad |
| 2007-01-31 | use __func__ instead of __FUNCTION__ which is a gcc extension. | christos |
| 2007-01-22 | Add another volatile, mentioned in current-users from a cross-build on amd64. | christos |
| 2007-01-20 | pthread_create(): clear newthread->pt_sleeponq before calling _lwp_create(). | ad |
| 2007-01-20 | add casts to pacify lint. | christos |
| 2007-01-20 | remove unused variable/code. | christos |
| 2007-01-20 | fix warning about indirect call without * | christos |
| 2007-01-20 | sprinkle volatile. | christos |
| 2007-01-20 | set warns to 4 | christos |
| 2007-01-20 | add a missing volatile. | christos |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2007-01-16 | For 1:1 threads: __strong_alias(__libc_thr_yield,_sys_sched_yield) | ad |
| 2007-01-16 | Fix a race between pthread_exit() and pthread_join(). | ad |
| 2007-01-16 | Fix a race between pthread_create() and pthread_exit() in the 1:1 case. | ad |
| 2007-01-16 | Pass in the 'hint' argument when parking/unparking LWPs. | ad |
| 2007-01-08 | bring sched_yield() back which got lost recently | drochner |
| 2006-12-25 | Add some items for 1:1 threads. | ad |