| Age | Commit message (Expand) | Author |
| 2019-09-27 | Pull up following revision(s) (requested by brad in ticket #252): | martin |
| 2019-05-07 | Make CLEANFILES actually work. .TARGET is not defined when not in a target | maya |
| 2019-05-07 | Replace the link command for libpthread.a so that we create a single section | maya |
| 2019-04-24 | Add a complete C11 threads(3) implementation | kamil |
| 2019-02-03 | Implement support for "pshared" POSIX semaphores. | thorpej |
| 2018-06-09 | But set NOSANITIZER | christos |
| 2018-06-09 | We can't build those three with MKSANITIZER, they are used too early. | christos |
| 2018-02-25 | remove hard-coded -fomit-frame-pointer for pthread stuff, | chs |
| 2016-07-03 | GSoC 2016 Charles Cui: Implement thread priority protection based on work | christos |
| 2016-04-23 | Add pthread_getcpuclockid(3) | christos |
| 2014-12-16 | Allow for arbitrary MI scheduler implementations. | pooka |
| 2014-08-10 | MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU | matt |
| 2013-10-09 | Use MACHINE_CPU for m68k. Use similar logic for both tests. | matt |
| 2013-08-15 | Add support for an optional ARCHSUBDIR/Makefile.inc | matt |
| 2013-08-12 | Some architectures can't create unwind tables without the frame pointer, | joerg |
| 2013-03-21 | - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. | christos |
| 2013-02-25 | Explain what PTHREAD__COMPAT is for. This comment in | apb |
| 2013-01-31 | Add pthread_condattr_setclock(3) man page link. | riastradh |
| 2012-08-04 | -Wfoo goes into CWARNFLAGS | matt |
| 2012-04-04 | Disable new -Wstring-plus-int warning where needed for now. | joerg |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2012-03-12 | Move pthread_once implementation into a separate file, it doesn't depend | joerg |
| 2011-11-10 | document pthread_curcpu_np | yamt |
| 2011-08-16 | document non-literal format strings | christos |
| 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 |