summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/mips
AgeCommit message (Collapse)Author
2002-10-11remove unused/unreferenced code.Marco S Hyman
ok fgs@
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵David Leonard
fixes sparc threads.
2000-10-03thread switching codeDavid Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-02-02arc fixes for libc_rimp
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-10note pathological problemDavid Leonard
1998-12-21more spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-11-20Move atomic_lock code from asm to C with inline asm;David Leonard
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
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)