#
2c7a42e9 |
| 29-Mar-2024 |
miod <miod@openbsd.org> |
De-register fpu completion code.
There are pending changes to some of these files, and this would get in the way.
ok claudio@ kettenis@
|
#
1c00236e |
| 21-Oct-2022 |
miod <miod@openbsd.org> |
Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in struct names when the matching `32' flavour got removed.
Joint work with cheloha@, all bugs mine.
|
#
0147defa |
| 21-Jun-2006 |
jason <jason@openbsd.org> |
There was hope, at one time, of sharing fpu/ with sparc. That's still possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well appl
There was hope, at one time, of sharing fpu/ with sparc. That's still possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well apply to all v9 machines. We'll burn that bridge before we cross it.
show more ...
|
#
29295d1c |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
e16d5dfc |
| 05-Oct-2001 |
jason <jason@openbsd.org> |
define FPE_STATE so that DEBUG will compile
|
#
db7753cf |
| 10-Sep-2001 |
jason <jason@openbsd.org> |
Add some debugging stuff: a function to dump all of the fpstate64 fields.
|
#
839f47ea |
| 08-Sep-2001 |
jason <jason@openbsd.org> |
Import netbsd's fpu handling (modified to be separate from sparc); this is for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art.
|