| Age | Commit message (Expand) | Author |
| 2008-10-25 | remove ; after __weak_alias() | yamt |
| 2008-08-02 | Change some type to eliminate some lint warnings. | matt |
| 2008-07-18 | add pthread_cond_has_waiters_np() | pooka |
| 2008-06-28 | Avoid spurious assertion failure. | ad |
| 2008-06-23 | Split cond_signal/cond_broadcast into inline and non-inline parts, like | ad |
| 2008-06-21 | PR lib/38948: libpthread, java: thread awakening itself | ad |
| 2008-05-26 | Add a comment describing some limitiations of this implementation. | ad |
| 2008-05-26 | - Eliminate one test+branch. | ad |
| 2008-05-25 | pthread_cond_timedwait: don't leak EINTR or EALREADY to the caller. | ad |
| 2008-05-25 | Fix error in previous. | ad |
| 2008-05-25 | PR lib/38741 priority inversion in libpthread breaks apps that use | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-14 | Adjust mutex/rwlock definitions to match reality now that there is only | ad |
| 2007-12-24 | - Use pthread__cancelled() in more places. | ad |
| 2007-11-19 | Remove the debuglog stuff. ktrace is more useful now. | ad |
| 2007-11-13 | For PR bin/37347: | ad |
| 2007-09-13 | Add a per-mutex deferred wakeup flag so that threads doing something like | ad |
| 2007-09-08 | - Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead. | ad |
| 2007-09-07 | - Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait(). | ad |
| 2007-08-16 | Trim fat off libpthread internal spinlock operations. Makes a mesurable | ad |
| 2007-08-07 | Change the signature of _lwp_park() to accept an lwpid_t and second | ad |
| 2007-08-04 | Some significant performance improvements, and a fix for a race with pthread | ad |
| 2007-04-12 | Mirror a fix made to the kernel's condvars: | ad |
| 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-20 | - When signalling waiters, try not to awaken them immediatley. If we hold | ad |
| 2007-03-14 | Cosmetic changes. | ad |
| 2007-03-05 | - Update to match changed pthread__park() interface. | ad |
| 2007-03-05 | Undo previous, it matches IEEE 1003.1. | ad |
| 2007-03-05 | Drop the interlock if cancelled. | ad |
| 2007-03-02 | Fix a sleep/wakeup race with condvars. | 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 |
| 2006-12-24 | Fix bugs with and improve upon previous. | ad |
| 2006-12-23 | Conditionalised support for 1:1 threads. Needs associated kernel changes | ad |
| 2005-01-06 | gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to | mycroft |
| 2004-12-10 | Correctly return ETIMEDOUT when the absolute time is in the past, in | nathanw |
| 2004-07-27 | In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the | nathanw |
| 2004-05-03 | In the nothread version, don't return EINTR if select() was interrupted | kleink |
| 2003-11-24 | Update mutex/rwlock/sem code to match recent change in cond code. | cl |
| 2003-11-24 | Fix a race between timed wait callbacks and manual signal/broadcasting | nathanw |
| 2003-11-21 | Prevent ptc_mutex from remaining set if a CV sleep is woken by | nathanw |
| 2003-04-23 | Use pthread__error() instead of pthread__abort(). | nathanw |
| 2003-04-18 | More agressive assertions. Change a number of detected conditions, which | nathanw |
| 2003-04-16 | When a thread sleeps on a mutex or cv, have it put itself on the | nathanw |
| 2003-03-08 | add __RCSID() | lukem |
| 2003-02-15 | Remove debug toggle and add debug counter for signals and broadcasts | nathanw |
| 2003-02-01 | Arrange to pause for a while if pthread_cond_wait() or | nathanw |
| 2003-01-31 | Use pthread__sched_sleepers() instead of iterating over sleep queues | nathanw |
| 2003-01-31 | Do a similar tuneup on pthread_cond_signal() and | nathanw |