Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
(fmovr/fmovcc). | |||
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 | |
o handles decode of all 64 32 bit registers (based on type) o easier to read (at least imo). o needs some optimization (clarity was the first goal here) | |||
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 | |
Also, and more importantly, applying the same mask to rs2 and rd is bad ju-ju for the F?TO? instructions. | |||
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 | |
the low bits. | |||
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 | |
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art. |