| Age | Commit message (Expand) | Author |
| 2009-05-18 | Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was | njoly |
| 2009-05-16 | Remove unused code that's confusing when using cscope/opengrok. | ad |
| 2009-03-29 | - Make the threadreg code use _lwp_setprivate() instead of MD hooks. | ad |
| 2008-10-27 | Fix typo in comment. | uwe |
| 2008-10-27 | Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr). | uwe |
| 2008-08-11 | Remove unnecessary include. | skrll |
| 2008-07-07 | Selector registers are 16-bit and binutils 2.18 insists that only 16-bit | gmcgarry |
| 2008-06-23 | pthread__threadreg_get: mark it const. | ad |
| 2008-06-01 | Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR. | uwe |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-22 | Cheat and add inlines for _atomic_cas_ptr() to work around gcc emitting | ad |
| 2008-02-10 | - Remove libpthread's atomic ops. | ad |
| 2007-11-13 | Mutexes: | ad |
| 2007-11-13 | For PR bin/37347: | ad |
| 2007-10-08 | Provide PTHREAD__ASM_RASOPS for alpha. | skrll |
| 2007-09-24 | Resurrect the function pointers for lock operations and allow each | skrll |
| 2007-09-11 | Fix a dodgy bit of assembly. | ad |
| 2007-09-08 | - Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead. | ad |
| 2007-09-07 | - Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait(). | ad |
| 2007-09-07 | Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_full | ad |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-02 | Remove the PTHREAD_SA option. If M:N threads is reimplemented it's | ad |
| 2007-01-20 | fix warning about indirect call without * | christos |
| 2006-07-09 | Err, restore the name of pthread__switch_return_point, it is | ross |
| 2006-07-08 | Revise for LP64. | ross |
| 2006-07-08 | remove unreferenced temporary label | ross |
| 2006-03-29 | Instead of using hard-coded values for various registers, get them from the | cube |
| 2006-01-09 | I was a bit over zealous with my last change so revert the | skrll |
| 2006-01-06 | Use PLT for PIC calls to avoid text relocs in the shared library. | uwe |
| 2006-01-04 | In PIC code call setcontext(2) via PLT to avoid text reloc in the | uwe |
| 2006-01-04 | A couple of fixes to make libpthread really shared, i.e. not have text re- | skrll |
| 2005-12-31 | Adapt to new PIC macros that are now in <machine/asm.h>. Same binary | uwe |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-04-09 | Merge updates to algorithms from i386 switch code. | matt |
| 2005-04-09 | Add STACKSPACE | matt |
| 2005-04-09 | Rework and cleanup. Don't use REI, fake a call frame instead. | matt |
| 2004-12-01 | pt_sleepuc was removed a long time ago. | skrll |
| 2004-11-30 | Punt to setcontext() system call if the PSL_T bit (single-step trap) | nathanw |
| 2004-11-10 | save&restore %fs and %gs registers for USER_LDT applications. | kent |
| 2004-10-21 | Fix thread context switching to take the stack ABI into account. | fvdl |
| 2004-08-21 | Use RET macro for returning. | rearnsha |
| 2004-07-19 | add hppa MD libpthread bits. translated from MIPS. | chs |
| 2004-07-10 | When _SOFT_FLOAT is defined, don't save or restore user FP context. | nathanw |
| 2004-07-07 | Fix a comment to say "Edit" instead of "Exit". | nathanw |
| 2004-07-03 | Catch up with changes to __fpregset_t. | simonb |
| 2004-06-02 | Remove a comment made obsolete by the previous commit. | nathanw |
| 2004-05-28 | Fix typo in comment. | uwe |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-02-11 | Add ucontext conversion macros for an "extra" register set. | nathanw |