| Age | Commit message (Expand) | Author |
| 2009-05-17 | - Convert from makecontext() -> _lwp_makecontext(). | ad |
| 2009-05-16 | Remove unused code that's confusing when using cscope/opengrok. | ad |
| 2008-06-28 | Now that we have all the scheduling gunk, make these do something useful: | 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 |
| 2008-02-10 | - Remove libpthread's atomic ops. | ad |
| 2008-01-08 | add missing static decls. | christos |
| 2007-12-24 | - Use pthread__cancelled() in more places. | ad |
| 2007-12-24 | - Fix pthread_rwlock_trywrlock() which was broken. | ad |
| 2007-11-19 | Remove the debuglog stuff. ktrace is more useful now. | ad |
| 2007-11-13 | Mutexes: | ad |
| 2007-11-13 | For PR bin/37347: | ad |
| 2007-10-16 | Note that libpthread_dbg needs to be checked after making changes to | ad |
| 2007-10-16 | ... but preserve the linked list, for the debugger only. | ad |
| 2007-10-16 | Replace the global thread list with a red-black tree. From joerg@. | ad |
| 2007-09-24 | Resurrect the function pointers for lock operations and allow each | skrll |
| 2007-09-13 | Add a per-mutex deferred wakeup flag so that threads doing something like | ad |
| 2007-09-11 | Make the new mutexes faster: | ad |
| 2007-09-10 | Merge nick-csl-alignment. | skrll |
| 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-09-07 | Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_full | ad |
| 2007-08-16 | Trim fat off libpthread internal spinlock operations. Makes a mesurable | ad |
| 2007-08-16 | - Reinitialize the absolute minimum when recycling user thread state. | ad |
| 2007-08-16 | Remove PT_FIXEDSTACKSIZE_LG. | ad |
| 2007-08-16 | Cache thread context for creation instead of setting it up every time. | ad |
| 2007-08-07 | Change the signature of _lwp_park() to accept an lwpid_t and second | ad |
| 2007-08-04 | Make libpthread_dbg build again. | 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-20 | - Maintain a per-thread pointer to the last mutex acquired by the app, to | ad |
| 2007-03-05 | - Simplify the interface to pthread__park() and friends slightly. | ad |
| 2007-03-02 | Remove the PTHREAD_SA option. If M:N threads is reimplemented it's | ad |
| 2007-02-06 | Build without sys/sa.h present. | 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 |
| 2006-10-03 | remove unused IDLESPINS. | yamt |
| 2005-10-19 | starting the pthread library (ie. calling pthread__start()) before | chs |
| 2005-10-16 | in pthread_mutex_lock_slow(), pthread_rwlock_timedrdlock() and sem_wait(), | chs |
| 2005-02-26 | Keep the kernel updated with signal action signal masks (act.sa_mask) until | nathanw |
| 2004-10-12 | Remove pt_blockuc. If the debugger attempts to muck with the state of a | mycroft |
| 2004-08-24 | Local whitespace police. | nathanw |
| 2004-08-24 | Add a flag that indicates that a thread took a signal. | nathanw |
| 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 |
| 2004-02-02 | Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. External | nathanw |
| 2004-01-02 | userland part of no-syscall upcall stack return | cl |
| 2003-12-31 | Handle block/unblock for threads in critical section without | cl |