| Age | Commit message (Expand) | Author |
| 2020-01-26 | Pull up following revision(s) (requested by ad in ticket #647): | martin |
| 2017-12-08 | unconst the timestamp | christos |
| 2016-07-03 | GSoC 2016 Charles Cui: Implement thread priority protection based on work | christos |
| 2014-01-31 | remove compatibility code for handling CLOCK_MONOTONIC and handle it in the | christos |
| 2014-01-31 | PR/44756: Sad Clouds: Prevent leakage of errno = ESRCH from _lwp_park. This | christos |
| 2013-04-01 | for safety, declare mono on the outermost block it is used. | christos |
| 2013-03-28 | PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait | christos |
| 2013-03-21 | - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. | christos |
| 2012-11-03 | add pthread_condattr_setclock(3) | christos |
| 2012-06-15 | Do not mark pthread_cond_timedwait explicitly as inlineable, since it | joerg |
| 2010-11-02 | Spell immediately correctly. | skrll |
| 2010-03-23 | catch up with the __RENAME of nanosleep(2) a while ago, otherwise we | drochner |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 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 |