summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-25- Document NO_DEFERchristos
2003-11-25"seed2" was ruining the non-repeating property of this function; remove it.itojun
2003-11-25Catch up with namei: An empty string is not a valid pathname.kleink
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-24prevent double free. From OpenBSDchristos
2003-11-23Implement siginfo for sh3.uwe
2003-11-23s/!=/==/scw
2003-11-23avoid memory leak. hint from Andrew Lunnitojun
2003-11-23do not malloc(0). Andrew Lunnitojun
2003-11-23New sentence, new line. Remove trailing spaces.wiz
2003-11-23Bump Dd.jhawk
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-21Don't compile fp*.c if doing a soft-float build.scw
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-19Use Rv for return values section; bump date.wiz
2003-11-19document RETURN VALUESpooka
2003-11-18s/modified/modifies/ in the description of makecontext().uwe
2003-11-18drop whitespacegrant
2003-11-18Fix typo in previous.wiz
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-17zero out nl, from Todd Miller. thanks!christos
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-14s/modifed/modified/keihan
2003-11-13avoid bswapl, which is post-i486 (including i486) insn. markus@openbsditojun
2003-11-13-traditional-cpp and spaces after commas is not a happy combination.simonb
2003-11-13accelerate sha1 by using asm (i386). markus@openbsd.itojun
2003-11-12check deferred signals for all unblocked threadscl
2003-11-12correction made in 0.9.7c; from markus@openbsditojun
2003-11-12Various fixes.wiz
2003-11-12Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_npchristos
2003-11-11Need weak aliases here.simonb
2003-11-11Add #ifdef __weak_alias around use of __weak_alias.simonb
2003-11-11Fix tyop.simonb