summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2010-05-20Use a list with the mutex type. Note, from the standard, that recursivejruoho
2010-05-20Use similar markup than in pthread_mutex_init(3) etc. with the initializerjruoho
2010-05-20.Fa -> .Fn.jruoho
2010-05-20Note the initializer macros.jruoho
2010-05-19Build links for rest of the pthread_attr(3) functions.jruoho
2010-05-18Xref timespec(3).jruoho
2010-05-16.Dv.jruoho
2010-05-16Add the Butenhof's book to SEE ALSO. (It was decent enough when I read itjruoho
2010-05-16Enumerate the functions in a table instead of a big SEE ALSO.jruoho
2010-03-25fix the pthread pt_lid in the fork callback function that runs in the child i...explorer
2010-03-24Correctly set pt_lid in the child, after a forkexplorer
2010-03-23catch up with the __RENAME of nanosleep(2) a while ago, otherwise wedrochner
2010-03-22Use .In instead of .Ar Pajoerg
2009-10-05pthread_attr(3): sync with reality i.e. uncomment descriptions aboutrmind
2009-10-05pthread(3): mention that we use 1:1 threading model; remove descriptionsrmind
2009-10-05Add check to avoid multiple inclusions and redefinitions.rmind
2009-10-03Don't just look only at the first element in the deadqueue to find lwp'schristos
2009-08-12Make nanosleep cancelable again.enami
2009-07-02"unblocks the mutex" -> "unlocks the mutex"rumble
2009-07-02Restore use of _lwp_makecontext, the AMD64 bug has been fixed.joerg
2009-06-25Partially revert 1.110: Use makecontext again until the problems withjoerg
2009-05-18Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that wasnjoly
2009-05-17- Convert from makecontext() -> _lwp_makecontext().ad
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2009-04-16Add CAVEATS section:wiz
2009-04-11Avoid duplicate .Pp.wiz
2009-04-11Remove trailing whitespace.wiz
2009-04-11.\" are comments, not ./"joerg
2009-04-01Fix the comparision function used by the red-black tree global thread listdrochner
2009-03-30Revert the _lwp_ctl which is causing problem. I did test this locally,ad
2009-03-29- Make the threadreg code use _lwp_setprivate() instead of MD hooks.ad
2009-01-29pthread_barrier: Fix numerous stupid bugs. Surprising that nobodyad
2009-01-24Fix typo.wiz
2009-01-20- Make thread-affinity and processor-set interfaces mutually exlusive.rmind
2009-01-18fix -Wsign-compare issueslukem
2009-01-13fix __sigtimedwait50christos
2009-01-11merge christos-time_tchristos
2008-12-31Bump date for previous.wiz
2008-12-31mention that these may fail with EPERM. From Anon Ymouschristos
2008-12-29revert previous. It was meant for the branchchristos
2008-12-28adjust for time_t 64christos
2008-12-28Some things to do on major bump.ad
2008-11-14Replace semid_t with intptr_t. No function change. This is a libc/kernelad
2008-10-27Fix typo in comment.uwe
2008-10-27Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr).uwe
2008-10-26check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU}mrg
2008-10-25remove ; after __weak_alias()yamt
2008-10-19s/explicitely/explicitly/snj
2008-10-18Do not recommend to mix affinity(3) with pset(3).rmind
2008-10-10pthread_attr_getschedparam: allow without preceding setparam on thead