Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips->mips64 | 2004-08-11 | 5 | -175/+0 | |
| | |||||
* | remove unused/unreferenced code. | 2002-10-11 | 1 | -12/+1 | |
| | | | | ok fgs@ | ||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 1 | -36/+4 | |
| | |||||
* | thread switching code | 2000-10-03 | 2 | -0/+108 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -3/+3 | |
| | |||||
* | arc fixes for libc_r | 1999-02-02 | 1 | -1/+2 | |
| | |||||
* | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | 1999-01-17 | 1 | -1/+3 | |
| | |||||
* | note pathological problem | 1999-01-10 | 1 | -1/+3 | |
| | |||||
* | more spinlock | 1998-12-21 | 1 | -2/+2 | |
| | |||||
* | md spinlock | 1998-12-21 | 2 | -12/+22 | |
| | |||||
* | add md _atomic_is_locked; clean | 1998-12-18 | 1 | -1/+9 | |
| | |||||
* | Move atomic_lock code from asm to C with inline asm; | 1998-11-20 | 3 | -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) | 1998-11-09 | 2 | -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) |