| Age | Commit message (Expand) | Author |
| 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 |
| 2005-10-16 | in pthread_kill() and pthread_suspend_np(), return without doing anything | chs |
| 2005-10-16 | fix the interaction between sigtimedwait() and pthread_kill(), | chs |
| 2005-10-16 | in pthread_mutex_lock_slow(), pthread_rwlock_timedrdlock() and sem_wait(), | chs |
| 2005-10-09 | Change the sched_*() functions to return -1 and set errno to ENOSYS | kleink |
| 2005-09-21 | pthread_attr_getschedpolicy() wasn't setting the return buffer at all. | tv |
| 2005-09-13 | XXX: Work around libpthread's "intimate" connection with libc. | christos |
| 2005-07-26 | Revert part of previous; we need to merge acts.sa_mask into our pthread mask. | christos |
| 2005-07-26 | - removed bogus acts.sa_mask setting. | christos |
| 2005-07-16 | Add cancellation protection to pthread_once() as per the standard; if | nathanw |
| 2005-07-01 | make this compile without PTHREAD_MLOCK_KLUDGE. | yamt |
| 2005-06-17 | Create links for pthread_attr_setschedparam.3 | peter |
| 2005-06-17 | New sentence, new line. | wiz |
| 2005-06-17 | New sentence, new line. | wiz |
| 2005-06-17 | Don't create links to pthread_barierattr_init.3 and | peter |
| 2005-06-17 | Fix various spelling errors. | peter |
| 2005-05-30 | Use TOOL_GENASSYM. Part of PR toolchain/30350 | thorpej |
| 2005-04-19 | Avoid passing along a timespec with a negative number of seconds if | nathanw |
| 2005-04-09 | Merge updates to algorithms from i386 switch code. | matt |
| 2005-04-09 | Add STACKSPACE | matt |
| 2005-04-09 | Rework and cleanup. Don't use REI, fake a call frame instead. | matt |
| 2005-03-21 | Add restrict qualifiers to <pthread.h> function arguments. | kleink |
| 2005-03-21 | Include <sys/select.h> explicitly rather than relying on other headers | kleink |
| 2005-03-18 | Interpose cancellation points in pollts() and pselect(), bringing us | kleink |
| 2005-03-17 | Lint warning police -- don't use `//' for comments in C code. | jwise |
| 2005-03-10 | Move up the definition of __LIBC12_SOURCE__; since <poll.h> now includes | kleink |
| 2005-02-27 | Correct the order of arguments to __sigplusset() in two places to correct | nathanw |
| 2005-02-26 | Keep the kernel updated with signal action signal masks (act.sa_mask) until | nathanw |
| 2005-02-26 | Fetch the old signal mask for the signal action whether or not we're | nathanw |
| 2005-02-10 | Default back pthread__concurrency to 1 until we fix the regression test | christos |