summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/fpu/fpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi2020-08-191-9/+1
* p_comm is the process's command and isn't per thread, so move it fromguenther2017-01-211-3/+3
* Various printf claim to report the PID, so actually report that and not the TIDguenther2016-10-081-3/+4
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-3/+3
* Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,guenther2011-07-111-1/+9
* There is a bunch of places in the kernel entry points where we don'tart2011-07-071-9/+1
* Clean up after P_BIGLOCK removal.art2011-07-061-9/+9
* Make sure we grab the kernel lock before invoking trapsignal().miod2010-01-011-1/+9
* Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.ckettenis2007-09-091-17/+17
* There was hope, at one time, of sharing fpu/ with sparc. That's stilljason2006-06-211-7/+1
* Make the array of fpu exception types/codes big enough.kettenis2006-05-141-7/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* one more... nuke clause 3 & 4jason2003-06-021-6/+1
* Remove a large chunk of `#ifdef notyet' codejason2002-08-121-53/+1
* Don't depend on curproc, pass the proc * down to the functions that need it (fmovr/fmovcc).jason2002-08-031-20/+23
* 'sez' is not an english word; ok deraadt@jsyn2002-07-101-2/+2
* First round of __P removal in sysmillert2002-03-141-19/+19
* Mostly rewritten decode of fpu emulation:jason2001-09-151-278/+683
* Add more debugging stuff (including fpstate dumping)jason2001-09-101-7/+38
* From NetBSD: debugging stuff to dump fpn'sjason2001-09-081-1/+18
* Import netbsd's fpu handling (modified to be separate from sparc); this isjason2001-09-081-0/+565