summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mips->mips64pefo2004-08-115-175/+0
|
* remove unused/unreferenced code.marc2002-10-111-12/+1
| | | | ok fgs@
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-36/+4
|
* thread switching coded2000-10-032-0/+108
|
* sync with FreeBSDd1999-11-251-3/+3
|
* arc fixes for libc_rimp1999-02-021-1/+2
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-171-1/+3
|
* note pathological problemd1999-01-101-1/+3
|
* more spinlockd1998-12-211-2/+2
|
* md spinlockd1998-12-212-12/+22
|
* add md _atomic_is_locked; cleand1998-12-181-1/+9
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-203-36/+52
| | | | | 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-092-0/+71
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)