| Age | Commit message (Expand) | Author |
| 2010-12-24 | Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked | skrll |
| 2010-08-06 | document pthread_getattr_np | christos |
| 2010-07-09 | Rationalize by moving | jruoho |
| 2010-07-09 | Rationalize by moving | jruoho |
| 2010-07-08 | Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3), | jruoho |
| 2010-07-08 | Merge/group man pages: | rmind |
| 2010-07-07 | Finally, split pthread_attr_getschedpolicy() and pthread_attr_setschedpolicy() | jruoho |
| 2010-07-07 | Split pthread_attr_getschedparam() and pthread_attr_setschedparam() to a | jruoho |
| 2010-07-07 | Split pthread_attr_getinheritsched() and pthread_attr_setinheritsched() to a | jruoho |
| 2010-07-07 | Move pthread_attr_getguardsize() and pthread_attr_setguardsize() to a | jruoho |
| 2010-07-07 | Move the thread stack attribute functions to a separate page. In addition, | jruoho |
| 2010-07-07 | Split pthread_attr_getdetachstate(3) and pthread_attr_setdetachstate(3) to a | jruoho |
| 2010-07-07 | Move pthread_attr_{g,s}etscope() to a separate page and try to document | jruoho |
| 2010-07-06 | Document pthread_attr_get_np(). Fixes PR lib/39289 from ahoka@. | jruoho |
| 2010-05-19 | Build links for rest of the pthread_attr(3) functions. | jruoho |
| 2009-05-16 | Remove unused code that's confusing when using cscope/opengrok. | ad |
| 2008-10-26 | check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU} | mrg |
| 2008-10-08 | Adjust the compat stuff slightly so that the changes are mostly self | ad |
| 2008-09-29 | make PTHREAD__COMPAT=1 | ad |
| 2008-06-16 | - Add affinity(3) manual page, which describes thread affinity, | rmind |
| 2008-03-10 | Add sched(3) manual page, and appropriate links. | rmind |
| 2008-02-10 | - Remove libpthread's atomic ops. | ad |
| 2008-01-15 | Implementation of processor-sets, affinity and POSIX real-time extensions. | rmind |
| 2007-12-14 | document following functions. | yamt |
| 2007-11-19 | Remove the debuglog stuff. ktrace is more useful now. | ad |
| 2007-11-13 | Mutexes: | ad |
| 2007-10-13 | SSP doesn't like alloca... | jnemeth |
| 2007-10-04 | Compile pthread_getspecific / pthread_setspecific with -fomit-frame-pointer | 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-16 | Remove PT_FIXEDSTACKSIZE_LG. | ad |
| 2007-03-02 | Remove the PTHREAD_SA option. If M:N threads is reimplemented it's | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2007-01-20 | set warns to 4 | christos |
| 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-12-13 | include libc after our own files to fix ports that have 2 assym.h's. One | christos |
| 2005-09-13 | XXX: Work around libpthread's "intimate" connection with libc. | christos |
| 2005-06-17 | Create links for pthread_attr_setschedparam.3 | peter |
| 2005-06-17 | Don't create links to pthread_barierattr_init.3 and | peter |
| 2005-05-30 | Use TOOL_GENASSYM. Part of PR toolchain/30350 | thorpej |
| 2005-02-03 | Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabled | christos |
| 2004-12-14 | document sched_yield. | yamt |
| 2004-12-10 | Use CPP macros to cause many libpthread functions used by applications | nathanw |
| 2004-06-02 | pthread_spin_lock.3 also describes pthread_spin_trylock(), | pooka |
| 2004-05-21 | add pool code for res state. | christos |
| 2004-01-02 | Add dependencies to assym.h on: | lukem |
| 2003-11-27 | Set default stack size to the current limit on the stack size as set | cl |
| 2003-11-12 | Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_np | christos |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |