Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | So passes uthreads | 2012-09-01 | 1 | -10/+0 | |
| | | | | | Like autumn leaves on water don't fear the tedu@ | ||||
* | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned | 2010-06-30 | 1 | -3/+3 | |
| | | | | | | | | | on a 128-bit boundary like we do on amd64. The padding within the struct made sure the state was properly aligned *within* the struct, but since the alignment restriction on the struct itself was only 64-bit, the required alignment was not guaranteed. We just got lucky. ok oga@, guenther@ | ||||
* | if cpu has fxsr, use fxsave instead; ok marc | 2004-02-21 | 1 | -3/+3 | |
| | |||||
* | save i386 fpu state | 2003-01-24 | 1 | -3/+3 | |
| | |||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 1 | -84/+5 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -4/+5 | |
| | |||||
* | no need to save signal state in setjmp/longjmp - it will always be the same, so we may as well save a few syscalls | 1999-03-10 | 1 | -3/+3 | |
| | |||||
* | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | 1999-01-17 | 1 | -22/+70 | |
| | |||||
* | use <machine/reg> | 1999-01-10 | 1 | -4/+6 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -1/+4 | |
| | | | | | | | 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) | ||||
* | somehow i missed this directory.. | 1998-08-28 | 1 | -0/+35 | |