| Age | Commit message (Expand) | Author |
| 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 |
| 2008-10-25 | remove ; after __weak_alias() | yamt |
| 2008-10-19 | s/explicitely/explicitly/ | snj |
| 2008-10-18 | Do not recommend to mix affinity(3) with pset(3). | rmind |
| 2008-10-10 | pthread_attr_getschedparam: allow without preceding setparam on the | ad |
| 2008-10-08 | Clarifications for PTHREAD_DIAGASSERT. | ad |
| 2008-10-08 | Disable diagnostic assertions by default and just return error codes like | ad |
| 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-09-12 | Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset() | rmind |
| 2008-08-11 | Remove unnecessary include. | skrll |
| 2008-08-02 | Change pthread_mutex_t to use the amount of space as and be congruent to | matt |
| 2008-08-02 | Change some type to eliminate some lint warnings. | matt |
| 2008-07-18 | add pthread_cond_has_waiters_np() | pooka |
| 2008-07-07 | Selector registers are 16-bit and binutils 2.18 insists that only 16-bit | gmcgarry |
| 2008-06-28 | Shut lint up. | ad |
| 2008-06-28 | Avoid spurious assertion failure. | ad |
| 2008-06-28 | Minor correction to previous. | ad |
| 2008-06-28 | Now that we have all the scheduling gunk, make these do something useful: | ad |
| 2008-06-25 | pthread_attr_setstacksize: EINVAL if the requested size is less than | ad |
| 2008-06-25 | pthread_join: explicitly test for cancellation. | ad |
| 2008-06-24 | pthread_kill, pthread_sigmask: return errno, not the return from the system | ad |
| 2008-06-23 | Split cond_signal/cond_broadcast into inline and non-inline parts, like | ad |
| 2008-06-23 | Move call to pthread__self() later. | ad |
| 2008-06-23 | pthread__threadreg_get: mark it const. | ad |
| 2008-06-23 | pthread_curcpu_np: remove hack for pthread_dummy_lwpctl. | ad |
| 2008-06-21 | PR lib/38948: libpthread, java: thread awakening itself | ad |
| 2008-06-16 | - Add affinity(3) manual page, which describes thread affinity, | rmind |
| 2008-06-05 | Back out previous because it breaks the build. | ad |
| 2008-06-05 | glibc compatibile PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, requested by | ad |
| 2008-06-01 | Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR. | uwe |
| 2008-05-26 | Sort sections. Use more markup. | wiz |
| 2008-05-26 | Sort ERRORS. | wiz |