index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
fpu
Age
Commit message (
Expand
)
Author
2022-10-21
Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in
Miod Vallat
2022-10-16
Change function definitions using the identifier-list form used in the
Jonathan Gray
2021-03-11
spelling
Jonathan Gray
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2019-06-26
Fix sign handling in emulated FP operations on sparc64
Jeremie Courreges-Anglas
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2016-10-08
Various printf claim to report the PID, so actually report that and not the TID
Philip Guenther
2014-09-14
Fix some bugs in the fpu_sqrt implementation that would limit the accuracy
Mark Kettenis
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2011-09-17
arithemtic -> arithmetic
Miod Vallat
2011-07-11
Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,
Philip Guenthe
2011-07-07
There is a bunch of places in the kernel entry points where we don't
Artur Grabowski
2011-07-06
Clean up after P_BIGLOCK removal.
Artur Grabowski
2010-05-09
Fix comments as well.
Mark Kettenis
2010-05-09
Rename round() to fpu_round(). This matches the m68k code from which this
Mark Kettenis
2010-01-01
Make sure we grab the kernel lock before invoking trapsignal().
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-09
Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.c
Mark Kettenis
2006-06-21
There was hope, at one time, of sharing fpu/ with sparc. That's still
Jason Wright
2006-05-14
Make the array of fpu exception types/codes big enough.
Mark Kettenis
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-02
one more... nuke clause 3 & 4
Jason Wright
2002-08-12
Remove a large chunk of `#ifdef notyet' code
Jason Wright
2002-08-03
Don'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-14
First round of __P removal in sys
Todd C. Miller
2001-10-05
define FPE_STATE so that DEBUG will compile
Jason Wright
2001-09-15
Mostly rewritten decode of fpu emulation:
Jason Wright
2001-09-10
More accurate compare (from netbsd)
Jason Wright
2001-09-10
More debugging stuff.
Jason Wright
2001-09-10
Add more debugging stuff (including fpstate dumping)
Jason Wright
2001-09-10
Add some debugging stuff: a function to dump all of the fpstate64 fields.
Jason Wright
2001-09-09
only one prototype for fpu_implode necessary.
Jason Wright
2001-09-09
in fpu_ftox() make sure the high bits are the return value and res[1] gets
Jason Wright
2001-09-08
From NetBSD: debugging stuff to dump fpn's
Jason Wright
2001-09-08
Import netbsd's fpu handling (modified to be separate from sparc); this is
Jason Wright