| Age | Commit message (Expand) | Author |
| 2003-09-22 | SA_SIGINFO support for m68k (libpthread) | cl |
| 2003-09-17 | fix pt_trapuc handling errors: | cl |
| 2003-09-07 | Remove possible race condition in upcall recycling. | cl |
| 2003-09-07 | Use delay slot in STACK_SWITCH (catching up with sparc64 changes). | uwe |
| 2003-09-07 | Use correct context to switch to. | uwe |
| 2003-08-26 | typo in previous commit, annul isn't good there, | petrov |
| 2003-08-25 | Use branch-slot in STACK_SWITCH, suggested by Martin Husemann. | petrov |
| 2003-08-25 | Use correct context to switch to. | petrov |
| 2003-08-25 | Add PT_TRAPUC and pthread__switch_return_point. | ragge |
| 2003-08-12 | Adapt to Nathan's recent pt_trapuc/pt_sleepuc change. | scw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-29 | Remove PT_SLEEPUC, which somehow wasn't. | kleink |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-26 | need <string.h> | mrg |
| 2003-07-24 | Typo in comment. | skrll |
| 2003-07-17 | Adapt to structure name changes. | nathanw |
| 2003-07-09 | Update to new world order. **not tested** But will allow builds to | matt |
| 2003-07-05 | Not that the branch in SETC doens't have a delay slot, remove the | uwe |
| 2003-07-05 | PIC patch from Valeriy E. Ushakov applied. | marcus |
| 2003-07-05 | The field "pt_sleepuc" doesn't exist in struct pthread_st. | marcus |
| 2003-06-26 | Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapuc | nathanw |
| 2003-06-26 | Remove PT_SLEEPUC and add PT_TRAPUC. | 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-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 | Two fixes: | nathanw |
| 2003-06-12 | Don't need to set the MSR field here; _INITCONTEXT_U_MD() takes care | nathanw |
| 2003-06-06 | Fix typo in comment. | nathanw |
| 2003-05-16 | Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/ | scw |
| 2003-05-07 | Add missing include and copyright. | petrov |
| 2003-04-17 | Catch up with changed struct reg (same as gregs in mcontext now). | fvdl |
| 2003-04-05 | NetBSD/acorn26 has used APCS-32 for years, so unifdef -U__APCS_26__. | bjh21 |
| 2003-03-26 | Add PIC support. | scw |
| 2003-03-13 | Include <sys/types> before <sys/lock.h>, shuffle <ucontext.h>. | thorpej |
| 2003-03-08 | add __RCSID() | lukem |
| 2003-03-01 | Don't use FP instructions when building for m68010. Fixes broken sun2 build. | scw |
| 2003-02-10 | Continue at the plain switch return point in pthread__switch, not the | fvdl |
| 2003-01-31 | Include <sys/types.h> | pk |
| 2003-01-30 | libpthread support for x86_64. | fvdl |
| 2003-01-22 | Yay! Working pthreads for sh5. | scw |
| 2003-01-21 | Make these compile. | scw |
| 2003-01-21 | Add _UC_USER_BIT. | scw |