Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
2000-10-03 | public domain | David Leonard | |
2000-09-25 | preparation for switch-based threads | David Leonard | |
1999-11-25 | sync with FreeBSD | David Leonard | |
1999-03-10 | no need to save signal state in setjmp/longjmp - it will always be the same, ↵ | David Leonard | |
so we may as well save a few syscalls | |||
1999-03-10 | tidy | David Leonard | |
1999-01-17 | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | David Leonard | |
1999-01-10 | use <machine/reg> | David Leonard | |
1999-01-08 | move spinlock.h into the real world | David Leonard | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-18 | add md _atomic_is_locked; clean | David Leonard | |
1998-11-20 | Move 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-09 | sync 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) | |||
1998-08-28 | somehow i missed this directory.. | David Leonard | |