index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libm
/
src
/
ld80
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and
kettenis
2020-11-07
1
-0
/
+50
*
Fix declaration of S1 by swapping misplaced ',' and ';'.
tb
2019-10-30
1
-2
/
+2
*
Implement sicos(3), sincosf(3) and sincosl(3). These functions are common
kettenis
2018-03-10
1
-0
/
+69
*
Nuke whitespace foolish enough to expose itself during the great
krw
2017-01-21
14
-28
/
+28
*
Implement gcc suggestion of extra parentheses. No functional change.
krw
2017-01-20
1
-2
/
+2
*
Reduce libm's exports and make internal calls go direct.
guenther
2016-09-12
14
-8
/
+23
*
fix a case where ceill() returns 1.0L: in the x86 extended precision format
naddy
2015-08-12
1
-1
/
+1
*
Make exponents of x and y signed and fix esx and esy
martynas
2015-07-19
1
-4
/
+5
*
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
2014-07-21
1
-2
/
+1
*
Extended precision floating-point numbers have an explicit integer part bit.
kettenis
2014-06-05
1
-11
/
+10
*
Make floor round to integral value less than x, when x is tiny.
martynas
2014-02-11
1
-3
/
+4
*
Trick the compiler that volatile temporary is used while raising
martynas
2013-11-12
2
-0
/
+8
*
Declare __p1evll and __polevll protos in math_private.h instead of
martynas
2013-11-12
7
-22
/
+21
*
tgamma(+-0) == +-Inf
kettenis
2013-08-05
1
-1
/
+3
*
Fix a couple of corner cases in the implementation of pow(3) to make it
kettenis
2013-08-02
1
-5
/
+5
*
Switch libc and libm to use strong aliases rather than weak aliases
martynas
2013-03-28
1
-1
/
+1
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
5
-21
/
+0
*
Make huge constants actually long, so they don't overflow and become
martynas
2011-07-25
2
-26
/
+26
*
- Make constants const.
martynas
2011-07-20
6
-23
/
+23
*
signbitl -> signbit.
martynas
2011-07-08
1
-2
/
+2
*
Finalize work on the math library. It's time to do this monster
martynas
2011-07-06
27
-0
/
+4358
*
Let this compile with gcc 2.
miod
2008-12-22
1
-4
/
+4
*
- 80-bit and quad precision trigonometric and other most
martynas
2008-12-09
7
-0
/
+798