| Age | Commit message (Expand) | Author |
| 2010-07-06 | Same here; fix LIBRARY, add COMPATIBILITY/ERRORS, etc. | jruoho |
| 2010-07-06 | Fix LIBRARY. Add ERRORS and COMPATIBILITY. And some small improvements. | jruoho |
| 2010-07-06 | Document pthread_attr_get_np(). Fixes PR lib/39289 from ahoka@. | jruoho |
| 2010-06-07 | Improve wording describing the behavior of the attributes argument, and | dholland |
| 2010-05-20 | Use a list with the mutex type. Note, from the standard, that recursive | jruoho |
| 2010-05-20 | Use similar markup than in pthread_mutex_init(3) etc. with the initializer | jruoho |
| 2010-05-20 | .Fa -> .Fn. | jruoho |
| 2010-05-20 | Note the initializer macros. | jruoho |
| 2010-05-19 | Build links for rest of the pthread_attr(3) functions. | jruoho |
| 2010-05-18 | Xref timespec(3). | jruoho |
| 2010-05-16 | .Dv. | jruoho |
| 2010-05-16 | Add the Butenhof's book to SEE ALSO. (It was decent enough when I read it | jruoho |
| 2010-05-16 | Enumerate the functions in a table instead of a big SEE ALSO. | jruoho |
| 2010-03-25 | fix the pthread pt_lid in the fork callback function that runs in the child i... | explorer |
| 2010-03-24 | Correctly set pt_lid in the child, after a fork | explorer |
| 2010-03-23 | catch up with the __RENAME of nanosleep(2) a while ago, otherwise we | drochner |
| 2010-03-22 | Use .In instead of .Ar Pa | joerg |
| 2009-10-05 | pthread_attr(3): sync with reality i.e. uncomment descriptions about | rmind |
| 2009-10-05 | pthread(3): mention that we use 1:1 threading model; remove descriptions | rmind |
| 2009-10-05 | Add check to avoid multiple inclusions and redefinitions. | rmind |
| 2009-10-03 | Don't just look only at the first element in the deadqueue to find lwp's | christos |
| 2009-08-12 | Make nanosleep cancelable again. | enami |
| 2009-07-02 | "unblocks the mutex" -> "unlocks the mutex" | rumble |
| 2009-07-02 | Restore use of _lwp_makecontext, the AMD64 bug has been fixed. | joerg |
| 2009-06-25 | Partially revert 1.110: Use makecontext again until the problems with | joerg |
| 2009-05-18 | Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was | njoly |
| 2009-05-17 | - Convert from makecontext() -> _lwp_makecontext(). | ad |
| 2009-05-16 | Remove unused code that's confusing when using cscope/opengrok. | ad |
| 2009-04-16 | Add CAVEATS section: | wiz |
| 2009-04-11 | Avoid duplicate .Pp. | wiz |
| 2009-04-11 | Remove trailing whitespace. | wiz |
| 2009-04-11 | .\" are comments, not ./" | joerg |
| 2009-04-01 | Fix the comparision function used by the red-black tree global thread list | drochner |
| 2009-03-30 | Revert 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-29 | pthread_barrier: Fix numerous stupid bugs. Surprising that nobody | ad |
| 2009-01-24 | Fix typo. | wiz |
| 2009-01-20 | - Make thread-affinity and processor-set interfaces mutually exlusive. | rmind |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2009-01-13 | fix __sigtimedwait50 | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-31 | Bump date for previous. | wiz |
| 2008-12-31 | mention that these may fail with EPERM. From Anon Ymous | christos |
| 2008-12-29 | revert previous. It was meant for the branch | christos |
| 2008-12-28 | adjust for time_t 64 | christos |
| 2008-12-28 | Some things to do on major bump. | ad |
| 2008-11-14 | Replace semid_t with intptr_t. No function change. This is a libc/kernel | ad |
| 2008-10-27 | Fix typo in comment. | uwe |
| 2008-10-27 | Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr). | uwe |
| 2008-10-26 | check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU} | mrg |