summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2004-01-09- add deadlock check to pthread_rwlock_wrlock and pthread_rwlock_timedwrlockcl
2004-01-02make siglongjmp out of a signal handler work:cl
2004-01-02userland part of no-syscall upcall stack returncl
2004-01-02- libc.so.12.109 and libpthread.so.0.4cl
2004-01-02pthread__upcall: output LWPid in SA_UPCALL_BLOCKED casecl
2004-01-02logging/debugging changes:cl
2004-01-02Add dependencies to assym.h on:lukem
2003-12-31Handle block/unblock for threads in critical section withoutcl
2003-12-18PR/23791: Patrick Latify: Fix memory leak on thread creation failure.christos
2003-12-15Clean up tmp files on exit. Fixes PR#23723jmc
2003-12-07Add pthread_{g,s}etschedparam, that do nothing.christos
2003-11-27Set default stack size to the current limit on the stack size as setcl
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-25Save the old mask in the old context, not in the new one.cl
2003-11-25Honor SA_NODEFER in pthread__deliver_signal(). This should help code whichcl
2003-11-25Update list of items.christos
2003-11-25This is not needed anymore.christos
2003-11-25GC sigcontext<->mcontext code and __HAVE_SIGINFO. All supported archs havechristos
2003-11-25- don't store sigmask on the stack, we could store it in the right placechristos
2003-11-25m68k does not sigcontext<->mcontext anymore.christos
2003-11-24Update mutex/rwlock/sem code to match recent change in cond code.cl
2003-11-24add CONSTCOND in constant condition.cl
2003-11-24Fix a race between timed wait callbacks and manual signal/broadcastingnathanw
2003-11-21Manually inline pthread__testcancel in these routines; two functionnathanw
2003-11-21Prevent ptc_mutex from remaining set if a CV sleep is woken bynathanw
2003-11-20Do not move incoming paramters to callee-save registers when notuwe
2003-11-20Follow-up to previous. In pthread__signal_tramp() maskp is belowuwe
2003-11-20Add _INITCONTEXT_U_MD, we need to clean _REG_SR.uwe
2003-11-20Undo previous. In pthread__deliver_signal set uc->uc_stack.ss_sp = uc;uwe
2003-11-20pthread__deliver_signal: swap oldmask and siginfo so that signalyamt
2003-11-20In pthread__locked_switch set self->pt_uc only when the context is inited.uwe
2003-11-18First cut at pthreads MD code for sh3. Based on m68k version.uwe
2003-11-18Add necessary symbols.uwe
2003-11-18Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).thorpej
2003-11-18Userland portion of fsync_range(2), written by Bill Studenmund, andthorpej
2003-11-17- delay processing unblocked threads until after locks are resolved:cl
2003-11-17Cause SIGTRAP if NOTREACHED code is reached.uwe
2003-11-12check deferred signals for all unblocked threadscl
2003-11-12Various fixes.wiz
2003-11-12Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_npchristos
2003-11-11Fix ucontext conversion macros. From Christian Limpach.martin
2003-11-10All the ucontext <-> {fp}reg macros were slightly simplistic and untestedmartin
2003-11-09Add:christos
2003-11-08Make register usage more consistent, also in comparison with the i386fvdl
2003-11-08Restore %rax correctly during a full context restore (oops).fvdl
2003-11-02Typo; from Jared Yanovich via jmc@openbsd.wiz
2003-10-30use explicit "l" suffixes. (eg. lea -> leal)yamt
2003-10-30sigwait(2), not (3).wiz
2003-10-30bump date toojdolecek
2003-10-30xref sigwait(3)jdolecek