summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
AgeCommit message (Expand)Author
2019-09-27Pull up following revision(s) (requested by brad in ticket #252):martin
2019-05-07Make CLEANFILES actually work. .TARGET is not defined when not in a targetmaya
2019-05-07Replace the link command for libpthread.a so that we create a single sectionmaya
2019-04-24Add a complete C11 threads(3) implementationkamil
2019-02-03Implement support for "pshared" POSIX semaphores.thorpej
2018-06-09But set NOSANITIZERchristos
2018-06-09We can't build those three with MKSANITIZER, they are used too early.christos
2018-02-25remove hard-coded -fomit-frame-pointer for pthread stuff,chs
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2016-04-23Add pthread_getcpuclockid(3)christos
2014-12-16Allow for arbitrary MI scheduler implementations.pooka
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2013-10-09Use MACHINE_CPU for m68k. Use similar logic for both tests.matt
2013-08-15Add support for an optional ARCHSUBDIR/Makefile.incmatt
2013-08-12Some 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-25Explain what PTHREAD__COMPAT is for. This comment inapb
2013-01-31Add pthread_condattr_setclock(3) man page link.riastradh
2012-08-04-Wfoo goes into CWARNFLAGSmatt
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
2012-03-21These directories default to WARNS?=5matt
2012-03-12Move pthread_once implementation into a separate file, it doesn't dependjoerg
2011-11-10document pthread_curcpu_npyamt
2011-08-16document non-literal format stringschristos
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-08-06document pthread_getattr_npchristos
2010-07-09Rationalize by movingjruoho
2010-07-09Rationalize by movingjruoho
2010-07-08Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3),jruoho
2010-07-08Merge/group man pages:rmind
2010-07-07Finally, split pthread_attr_getschedpolicy() and pthread_attr_setschedpolicy()jruoho
2010-07-07Split pthread_attr_getschedparam() and pthread_attr_setschedparam() to ajruoho
2010-07-07Split pthread_attr_getinheritsched() and pthread_attr_setinheritsched() to ajruoho
2010-07-07Move pthread_attr_getguardsize() and pthread_attr_setguardsize() to ajruoho
2010-07-07Move the thread stack attribute functions to a separate page. In addition,jruoho
2010-07-07Split pthread_attr_getdetachstate(3) and pthread_attr_setdetachstate(3) to ajruoho
2010-07-07Move pthread_attr_{g,s}etscope() to a separate page and try to documentjruoho
2010-07-06Document pthread_attr_get_np(). Fixes PR lib/39289 from ahoka@.jruoho
2010-05-19Build links for rest of the pthread_attr(3) functions.jruoho
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2008-10-26check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU}mrg
2008-10-08Adjust the compat stuff slightly so that the changes are mostly selfad
2008-09-29make PTHREAD__COMPAT=1ad
2008-06-16- Add affinity(3) manual page, which describes thread affinity,rmind
2008-03-10Add sched(3) manual page, and appropriate links.rmind
2008-02-10- Remove libpthread's atomic ops.ad
2008-01-15Implementation of processor-sets, affinity and POSIX real-time extensions.rmind
2007-12-14document following functions.yamt
2007-11-19Remove the debuglog stuff. ktrace is more useful now.ad
2007-11-13Mutexes:ad