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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable building with alpha software completion options until we upgrade
dfr
1998-12-24
1
-2
/
+3
*
Implement fpsetmask() and other fp*() functions. Programs should use
dfr
1998-12-23
1
-1
/
+2
*
There is no alpha asm code like on i386, so all the functions that
jb
1998-05-10
1
-1
/
+28
*
Back out last change
pst
1998-04-23
1
-2
/
+2
*
Fix cabs and cabsf definitions to be prototypes.
pst
1998-04-22
1
-3
/
+3
*
Add alpha support. m68k crept in too. Oops. 8-)
jb
1998-02-20
1
-1
/
+16
*
Document the fpgetprec/fpsetprec functions in their man page.
jlemon
1998-02-04
1
-1
/
+10
*
PR: 5489
danny
1998-01-15
1
-5
/
+5
*
This is the only alpha math source that NetBSD has.
jb
1998-01-10
2
-0
/
+90
*
Hide the declaration of `struct exception' from C++, since it conflicts
bde
1997-08-31
1
-1
/
+5
*
Fixed minor bugs related to the addition of gammaf.
bde
1997-07-13
1
-3
/
+3
*
Fixed wrong mnemonic `setnel' that gas happened to generate correct object
bde
1997-04-30
1
-2
/
+2
*
Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be used
bde
1997-04-15
1
-4
/
+5
*
Fixed synopsis. Some float functions claimed to have the same name as
bde
1997-03-19
3
-6
/
+6
*
Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the
bde
1997-03-09
12
-33
/
+33
*
Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.
bde
1997-03-09
24
-48
/
+48
*
Fixed wrong magic numbers in scaling. hypotf() was very broken for large
bde
1997-03-05
1
-8
/
+8
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
215
-215
/
+215
*
Split up the Bessel function wrapper files so that most wrapper functions
bde
1997-02-20
13
-177
/
+315
*
Removed misplaced duplicate of comment about implementation details.
bde
1997-02-20
1
-22
/
+0
*
Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) to
bde
1997-02-20
2
-11
/
+23
*
Select between the generic math functions and the i387-specific ones
bde
1997-02-16
25
-56
/
+110
*
Fixed the i87 version of exp(). It returned NaN for args +-Inf. It had
bde
1997-02-16
1
-0
/
+42
*
Put back .endif clobbered by the previous commit, breaking the
jkh
1997-02-15
1
-0
/
+1
*
Disabled the i387 version if log1p(). It just evaluates log(1 + x).
bde
1997-02-15
1
-2
/
+4
*
Sort cross references.
wosch
1997-01-20
13
-33
/
+33
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
208
-208
/
+208
*
Delete -D_POSIX_MODE and -D_MULTI_LIBM from CFLAGS. They never had any effect
wollman
1997-01-08
1
-2
/
+2
*
comma typos
wosch
1996-12-23
1
-3
/
+3
*
Removed references to nonexistent functions log2() and log2f().
bde
1996-12-18
1
-3
/
+1
*
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
*
consistancy fixup
peter
1996-08-30
1
-2
/
+2
*
cmp -s || install -c ==> install -C
peter
1996-08-30
1
-5
/
+3
*
Made rintf() actually work. It was completely broken (when s_rint.c
bde
1996-08-28
2
-6
/
+19
*
Fix up the NAME lines forthe ceil and floor man pages to be
mpp
1996-08-21
2
-4
/
+4
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
7
-16
/
+16
*
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
*
Fixed some minor formatting problems to silence manck some more.
mpp
1996-02-12
8
-21
/
+13
*
Correct one small typo in previous commit.
mpp
1996-02-09
1
-2
/
+2
*
Added some missing MLINKS for section 3 man pages.
mpp
1996-02-09
1
-12
/
+35
*
Undo the the changes in the previous revision (MANSRC now works right again).
bde
1995-10-22
1
-7
/
+8
*
Fixed use of too many args for `.Em'.
bde
1995-10-22
1
-10
/
+12
*
Compress manual pages (if desired) in the obj directory rather
wollman
1995-10-02
1
-7
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
164
-1064
/
+1064
*
Submitted by: J.T. Conklin <jtc@wimsey.com>
bde
1995-04-07
6
-10
/
+56
*
Submitted by: J.T. Conklin <jtc@wimsey.com>
bde
1995-04-07
2
-4
/
+4
*
Obtained from: NetBSD
bde
1995-03-08
1
-2
/
+7
*
Additions from Thomas Graichen to mention each functions' floating point
jkh
1995-03-01
27
-159
/
+440
[next]