summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/mips/uthread_machdep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mips->mips64pefo2004-08-111-6/+0
|
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-36/+4
|
* sync with FreeBSDd1999-11-251-3/+3
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-171-1/+3
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-201-1/+1
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-0/+36
add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)