| Age | Commit message (Expand) | Author |
| 2003-06-26 | Remove trailing whitespace. | wiz |
| 2003-06-26 | Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapuc | nathanw |
| 2003-06-26 | Initialize pt_trapuc in pthread__initthread(). | nathanw |
| 2003-06-26 | Remove PT_SLEEPUC and add PT_TRAPUC. | nathanw |
| 2003-06-26 | Adapt to pt_trapuc: Store context obtained from upcalls there, clear it | nathanw |
| 2003-06-26 | Clear pt_trapuc when idling threads. | nathanw |
| 2003-06-26 | Introduce a new pointer, pt_trapuc, that stores thread context captured | nathanw |
| 2003-06-25 | More printf format size tweaks. | nathanw |
| 2003-06-25 | Complain clearly if SA syscalls aren't avaliable. | nathanw |
| 2003-06-24 | Oops, reordering the PT_STATE/PT_SWITCHTOUC/PT_SWITCHTO assembly | nathanw |
| 2003-06-23 | Update the switch_return point name in the static case. | nathanw |
| 2003-06-23 | First bits of SH3 support. Only _context_u.S is implemented (passess | uwe |
| 2003-06-17 | Catch up with Nathan's changes to other archs. | martin |
| 2003-06-16 | Dodge a potential race condition in pthread__debuglog_printf(). It's | nathanw |
| 2003-06-15 | Catch up with changes Nathan did to other archs. | martin |
| 2003-06-13 | Apply Nathan's switch-away fix and previous save-PT_UC from new stack fix. | scw |
| 2003-06-13 | Apply Nathan's switch-away fix and previous save-PT_UC from new stack fix. | scw |
| 2003-06-12 | Oops, that's switch_return_point, not locked_return_point. The perils | nathanw |
| 2003-06-12 | STACKSPACE of 16 is too small, given the use of CALLFRAME_SIZ; | nathanw |
| 2003-06-12 | Apply switch-away fix and previous save-PT_UC from new stack fix. | nathanw |
| 2003-06-12 | Apply Nathan's switch-away fix. | fvdl |
| 2003-06-12 | In pthread__resolve_locks(), change the conditions for removing a normal | nathanw |
| 2003-06-12 | Two fixes: | nathanw |
| 2003-06-12 | Don't need to set the MSR field here; _INITCONTEXT_U_MD() takes care | nathanw |
| 2003-06-08 | $NetBSD$, not $Header$. | thorpej |
| 2003-06-06 | Tiny bit of infrastructure for ABI-supported thread-ID storage. | nathanw |
| 2003-06-06 | Fix typo in comment. | nathanw |
| 2003-06-03 | Make infrastructure for man pages. | nathanw |
| 2003-06-03 | Man pages for libpthread, adapted from FreeBSD by Stephen Degler. | nathanw |
| 2003-06-03 | Man pages for libpthread, written by Stephen Degler. | nathanw |
| 2003-06-02 | Add pthread_attr_getstack{,size,addr} needed by jdk | christos |
| 2003-05-27 | pass lint: | christos |
| 2003-05-27 | add missing notreached lint comment. | christos |
| 2003-05-26 | * Recycle upcall stacks as soon as possible rather than waiting to | nathanw |
| 2003-05-16 | Both pthread__lock_ras_start and pthread__lock_ras_end need to be | scw |
| 2003-05-16 | Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/ | scw |
| 2003-05-16 | Separately report unlocking an unlocked mutex and unlocking a mutex | nathanw |
| 2003-05-15 | Fix typo in comment. | wiz |
| 2003-05-15 | Remove an unnecessary test in pthread_getspecific(). | nathanw |
| 2003-05-07 | Add missing include and copyright. | petrov |
| 2003-04-28 | Move call to pthread__alarm_init() from pthread_init() (called at load | nathanw |
| 2003-04-23 | Use pthread__error() instead of pthread__abort(). | nathanw |
| 2003-04-23 | Introduce a pthread__error() macro, for detected application errors as | nathanw |
| 2003-04-18 | More agressive assertions. Change a number of detected conditions, which | nathanw |
| 2003-04-18 | Use a __predict_true() in the definition of pthread__assert(). | nathanw |
| 2003-04-17 | Catch up with changed struct reg (same as gregs in mcontext now). | fvdl |
| 2003-04-16 | pthread_mutex_trylock(): It's not an error to call trylock() on a | nathanw |
| 2003-04-16 | When a thread sleeps on a mutex or cv, have it put itself on the | nathanw |
| 2003-04-16 | Fix a fencepost error in writing to the debug buffer. | nathanw |
| 2003-04-07 | When threads are started, register an atfork callback to clear | nathanw |