index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
i387
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed wrong mnemonic `setnel' that gas happened to generate correct object
bde
1997-04-30
1
-2
/
+2
*
Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.
bde
1997-03-09
24
-48
/
+48
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
24
-24
/
+24
*
Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) to
bde
1997-02-20
2
-11
/
+23
*
Fixed the i87 version of exp(). It returned NaN for args +-Inf. It had
bde
1997-02-16
1
-0
/
+42
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
24
-24
/
+24
*
Fixed fiddling with the control word. Use the stack space reserved for
bde
1996-12-14
2
-12
/
+12
*
Clean up the FPU stack before returning. One stack slot was leaked on
bde
1996-12-14
2
-2
/
+4
*
Clean up the FP stack before returning. The i387 exp() leaked an FP
bde
1996-06-01
1
-1
/
+2
*
Don't trash %ebp.
bde
1996-02-25
1
-2
/
+2
*
Latest fix from jtc:
jkh
1994-08-19
1
-2
/
+13
*
Do all the includes: <machine/asm.h> -> <machine/asmacros.h>
jkh
1994-08-19
23
-46
/
+46
*
Change includes to reference <machine/asmacros.h>.
jkh
1994-08-19
1
-2
/
+2
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
24
-0
/
+1163