| Age | Commit message (Expand) | Author |
| 2007-02-15 | fix a race between pthread_exit and pthread_create. | yamt |
| 2007-02-09 | Cast the return value of _lwp_unpark_all(), just in case. | ad |
| 2007-02-09 | Bump libpthread & libpthread_dbg minor versions so that an old SA copy | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2007-02-06 | Build without sys/sa.h present. | ad |
| 2007-01-31 | use __func__ instead of __FUNCTION__ which is a gcc extension. | christos |
| 2007-01-22 | Add another volatile, mentioned in current-users from a cross-build on amd64. | christos |
| 2007-01-20 | pthread_create(): clear newthread->pt_sleeponq before calling _lwp_create(). | ad |
| 2007-01-20 | add casts to pacify lint. | christos |
| 2007-01-20 | remove unused variable/code. | christos |
| 2007-01-20 | fix warning about indirect call without * | christos |
| 2007-01-20 | sprinkle volatile. | christos |
| 2007-01-20 | set warns to 4 | christos |
| 2007-01-20 | add a missing volatile. | christos |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2007-01-16 | For 1:1 threads: __strong_alias(__libc_thr_yield,_sys_sched_yield) | ad |
| 2007-01-16 | Fix a race between pthread_exit() and pthread_join(). | ad |
| 2007-01-16 | Fix a race between pthread_create() and pthread_exit() in the 1:1 case. | ad |
| 2007-01-16 | Pass in the 'hint' argument when parking/unparking LWPs. | ad |
| 2007-01-08 | bring sched_yield() back which got lost recently | drochner |
| 2006-12-25 | Add some items for 1:1 threads. | ad |
| 2006-12-24 | Fix bugs with and improve upon previous. | ad |
| 2006-12-23 | Add another comment. | ad |
| 2006-12-23 | Add a comment. | ad |
| 2006-12-23 | Conditionalised support for 1:1 threads. Needs associated kernel changes | ad |
| 2006-12-14 | pthread__debuglog_printf(): check for linebuf == NULL. | ad |
| 2006-12-14 | Set _IOLBF on stdout. | ad |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-10-03 | remove unused IDLESPINS. | yamt |
| 2006-08-22 | Close a window in which we can not notice a recently-slept-on-our | wrstuden |
| 2006-07-09 | Err, restore the name of pthread__switch_return_point, it is | ross |
| 2006-07-08 | Revise for LP64. | ross |
| 2006-07-08 | remove unreferenced temporary label | ross |
| 2006-06-12 | sigtimedwait: if we collect a queued signal via pt_siglist, do not | chuck |
| 2006-04-24 | It's "its." | snj |
| 2006-04-24 | There is no point in using the internal sigprocmask() to initialize | drochner |
| 2006-03-29 | Instead of using hard-coded values for various registers, get them from the | cube |
| 2006-03-19 | Coverity CID 882: Avoid NULL deref. | christos |
| 2006-02-12 | - do PTHREAD_MLOCK_KLUDGE in pthread__stackid_setup, rather than callers, | yamt |
| 2006-01-09 | I was a bit over zealous with my last change so revert the | skrll |
| 2006-01-07 | pthread_sigmask(): Add restrict qualifier to set, oset args. | kleink |
| 2006-01-06 | Use PLT for PIC calls to avoid text relocs in the shared library. | uwe |
| 2006-01-04 | In PIC code call setcontext(2) via PLT to avoid text reloc in the | uwe |
| 2006-01-04 | A couple of fixes to make libpthread really shared, i.e. not have text re- | skrll |
| 2005-12-31 | Adapt to new PIC macros that are now in <machine/asm.h>. Same binary | uwe |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-13 | include libc after our own files to fix ports that have 2 assym.h's. One | christos |
| 2005-10-19 | if mlock() fails in pthread_create(), return EAGAIN instead of | chs |
| 2005-10-19 | starting the pthread library (ie. calling pthread__start()) before | chs |