| Age | Commit message (Expand) | Author |
| 2003-12-18 | PR/23791: Patrick Latify: Fix memory leak on thread creation failure. | christos |
| 2003-12-15 | Clean up tmp files on exit. Fixes PR#23723 | jmc |
| 2003-12-07 | Add pthread_{g,s}etschedparam, that do nothing. | christos |
| 2003-11-27 | Set default stack size to the current limit on the stack size as set | cl |
| 2003-11-26 | Hide the register number constants behind an _R_ prefix, and also | he |
| 2003-11-25 | Save the old mask in the old context, not in the new one. | cl |
| 2003-11-25 | Honor SA_NODEFER in pthread__deliver_signal(). This should help code which | cl |
| 2003-11-25 | Update list of items. | christos |
| 2003-11-25 | This is not needed anymore. | christos |
| 2003-11-25 | GC sigcontext<->mcontext code and __HAVE_SIGINFO. All supported archs have | christos |
| 2003-11-25 | - don't store sigmask on the stack, we could store it in the right place | christos |
| 2003-11-25 | m68k does not sigcontext<->mcontext anymore. | christos |
| 2003-11-24 | Update mutex/rwlock/sem code to match recent change in cond code. | cl |
| 2003-11-24 | add CONSTCOND in constant condition. | cl |
| 2003-11-24 | Fix a race between timed wait callbacks and manual signal/broadcasting | nathanw |
| 2003-11-21 | Manually inline pthread__testcancel in these routines; two function | nathanw |
| 2003-11-21 | Prevent ptc_mutex from remaining set if a CV sleep is woken by | nathanw |
| 2003-11-20 | Do not move incoming paramters to callee-save registers when not | uwe |
| 2003-11-20 | Follow-up to previous. In pthread__signal_tramp() maskp is below | uwe |
| 2003-11-20 | Add _INITCONTEXT_U_MD, we need to clean _REG_SR. | uwe |
| 2003-11-20 | Undo previous. In pthread__deliver_signal set uc->uc_stack.ss_sp = uc; | uwe |
| 2003-11-20 | pthread__deliver_signal: swap oldmask and siginfo so that signal | yamt |
| 2003-11-20 | In pthread__locked_switch set self->pt_uc only when the context is inited. | uwe |
| 2003-11-18 | First cut at pthreads MD code for sh3. Based on m68k version. | uwe |
| 2003-11-18 | Add necessary symbols. | uwe |
| 2003-11-18 | Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2). | thorpej |
| 2003-11-18 | Userland portion of fsync_range(2), written by Bill Studenmund, and | thorpej |
| 2003-11-17 | - delay processing unblocked threads until after locks are resolved: | cl |
| 2003-11-17 | Cause SIGTRAP if NOTREACHED code is reached. | uwe |
| 2003-11-12 | check deferred signals for all unblocked threads | cl |
| 2003-11-12 | Various fixes. | wiz |
| 2003-11-12 | Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_np | christos |
| 2003-11-11 | Fix ucontext conversion macros. From Christian Limpach. | martin |
| 2003-11-10 | All the ucontext <-> {fp}reg macros were slightly simplistic and untested | martin |
| 2003-11-09 | Add: | christos |
| 2003-11-08 | Make register usage more consistent, also in comparison with the i386 | fvdl |
| 2003-11-08 | Restore %rax correctly during a full context restore (oops). | fvdl |
| 2003-11-02 | Typo; from Jared Yanovich via jmc@openbsd. | wiz |
| 2003-10-30 | use explicit "l" suffixes. (eg. lea -> leal) | yamt |
| 2003-10-30 | sigwait(2), not (3). | wiz |
| 2003-10-30 | bump date too | jdolecek |
| 2003-10-30 | xref sigwait(3) | jdolecek |
| 2003-10-29 | remove incorrect assert: | cl |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-24 | update a comment. | yamt |
| 2003-10-20 | Correct and simplify computing the return point; just use PC-relative | fvdl |
| 2003-10-19 | Make sure the stack stays aligned. | fvdl |
| 2003-10-16 | in pthread__deliver_signal(), | yamt |
| 2003-10-12 | fix typo in previous. | chs |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |