summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/powerpc
AgeCommit message (Expand)Author
2020-04-12Pull up following revision(s) (requested by rin in ticket #826):martin
2020-02-27Pull up following revision(s) (requested by rin in ticket #736):martin
2011-01-25make pthread__sp unsigned long.christos
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2007-03-02Remove the PTHREAD_SA option. If M:N threads is reimplemented it'sad
2006-07-08remove unreferenced temporary labelross
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2004-07-10When _SOFT_FLOAT is defined, don't save or restore user FP context.nathanw
2004-07-07Fix a comment to say "Edit" instead of "Exit".nathanw
2004-06-02Remove a comment made obsolete by the previous commit.nathanw
2004-02-11Add ucontext conversion macros for an "extra" register set.nathanw
2003-09-07Remove possible race condition in upcall recycling.cl
2003-07-17Adapt to structure name changes.nathanw
2003-06-26Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapucnathanw
2003-06-26Remove PT_SLEEPUC and add PT_TRAPUC.nathanw
2003-06-24Oops, reordering the PT_STATE/PT_SWITCHTOUC/PT_SWITCHTO assemblynathanw
2003-06-23Update the switch_return point name in the static case.nathanw
2003-06-12Two fixes:nathanw
2003-06-12Don't need to set the MSR field here; _INITCONTEXT_U_MD() takes carenathanw
2003-06-06Fix typo in comment.nathanw
2003-01-20Add _REG_foo to ppc mcontext and use them instead of constants.matt
2003-01-18Merge the nathanw_sa branch.thorpej