summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/fpu
AgeCommit message (Expand)Author
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2021-03-11spellingJonathan Gray
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2019-06-26Fix sign handling in emulated FP operations on sparc64Jeremie Courreges-Anglas
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2014-09-14Fix some bugs in the fpu_sqrt implementation that would limit the accuracyMark Kettenis
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-06Clean up after P_BIGLOCK removal.Artur Grabowski
2010-05-09Fix comments as well.Mark Kettenis
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-01-01Make sure we grab the kernel lock before invoking trapsignal().Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2006-06-21There was hope, at one time, of sharing fpu/ with sparc. That's stillJason Wright
2006-05-14Make the array of fpu exception types/codes big enough.Mark Kettenis
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02one more... nuke clause 3 & 4Jason Wright
2002-08-12Remove a large chunk of `#ifdef notyet' codeJason Wright
2002-08-03Don't depend on curproc, pass the proc * down to the functions that need it (...Jason Wright
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
2001-09-10More accurate compare (from netbsd)Jason Wright
2001-09-10More debugging stuff.Jason Wright
2001-09-10Add more debugging stuff (including fpstate dumping)Jason Wright
2001-09-10Add some debugging stuff: a function to dump all of the fpstate64 fields.Jason Wright
2001-09-09only one prototype for fpu_implode necessary.Jason Wright
2001-09-09in fpu_ftox() make sure the high bits are the return value and res[1] getsJason Wright
2001-09-08From NetBSD: debugging stuff to dump fpn'sJason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright