| Age | Commit message (Expand) | Author |
| 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 |
| 2008-05-26 | Remove trailing whitespace. | wiz |
| 2008-05-26 | Remove duplicate (pasto?) RETURN VALUES section. | wiz |
| 2008-05-26 | Remove trailing whitespace. | wiz |
| 2008-05-26 | More blurb about the mutex and limitations. | ad |
| 2008-05-26 | Note that when calling pthread_cond_broadcast/signal, the same mutex as | ad |
| 2008-05-26 | Add a comment describing some limitiations of this implementation. | ad |
| 2008-05-26 | Note that apps with real-time threads shouldn't use spinlocks because of | ad |
| 2008-05-26 | - Eliminate one test+branch. | ad |
| 2008-05-25 | pthread_cond_timedwait: don't leak EINTR or EALREADY to the caller. | ad |
| 2008-05-25 | Fix error in previous. | ad |
| 2008-05-25 | PR lib/38741 priority inversion in libpthread breaks apps that use | ad |
| 2008-05-25 | Add some general comments about the mutex implementation. | ad |
| 2008-05-09 | Assign to TNF. Make 2-clause instead of 3. | wiz |
| 2008-05-04 | Move TNF licenses to 2 clause form | martin |
| 2008-05-02 | Move TNF licenses to 2 clause form | martin |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-22 | Cheat and add inlines for _atomic_cas_ptr() to work around gcc emitting | ad |
| 2008-03-22 | Back out previous. It seems to expose another bug in libpthread/libc, | ad |
| 2008-03-21 | Move pthread__errno() into pthread_specific.c so it gets the "no stack | ad |
| 2008-03-10 | Add sched(3) manual page, and appropriate links. | rmind |
| 2008-03-08 | _pthread_rwlock_held_np: if write locked, only return true if held by | ad |
| 2008-03-08 | Complain if _lwp_ctl() fails. | ad |
| 2008-03-08 | Add a cast to make lint happy. | ad |
| 2008-03-07 | pthread_key_create: instead of using a simple 1/0 value to record a key | ad |
| 2008-03-07 | pthread__mutex_lock_slow: | ad |
| 2008-02-23 | Fix pthread_mutex_trylock() for recursive mutexes. PR lib/38087. | ad |