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
*
mdoc(7) police: join split punctuation to macro calls.
ru
2001-08-10
1
-1
/
+1
*
Tiny markup fix: `to' isn't a variable
yar
2001-08-09
1
-1
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
20
-64
/
+64
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
9
-9
/
+9
*
Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly
ru
2001-06-13
3
-19
/
+20
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
1
-1
/
+1
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Don't use MANDEPEND and MANSRC.
ru
2001-03-26
1
-2
/
+0
*
.St -ansiC -> .St -isoC
ru
2001-02-26
15
-15
/
+15
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
2
-2
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
5
-8
/
+9
*
Prepare for mdoc(7)NG.
ru
2000-12-29
2
-2
/
+1
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
1
-1
/
+1
*
mdoc(7) police: Er macro usage cleanup.
ru
2000-11-22
3
-3
/
+3
*
mdoc(7) police: Nm -> Fn where appropriate.
ru
2000-11-20
2
-4
/
+4
*
Fix #include order
brian
2000-10-15
1
-1
/
+1
*
Removed bogus 'l' suffixes in FP register to register instructions.
bde
2000-06-06
6
-8
/
+8
*
MFS: Add a "magic" comment to help fixincludes realize it doesn't need to
obrien
2000-03-27
1
-0
/
+2
*
Remove more single-space hard sentence breaks.
sheldonh
2000-03-02
1
-1
/
+2
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-02
2
-2
/
+4
*
style fix
phantom
1999-11-09
1
-5
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
217
-217
/
+217
*
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
[next]