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
/
ld128
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-07
Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and
kettenis
1
-0
/
+51
2018-03-10
Implement sicos(3), sincosf(3) and sincosl(3). These functions are common
kettenis
1
-0
/
+68
2016-09-12
Reduce libm's exports and make internal calls go direct.
guenther
14
-8
/
+23
2016-09-12
Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecated
guenther
1
-2
/
+2
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
1
-2
/
+1
2014-02-11
Make floor round to integral value less than x, when x is tiny.
martynas
1
-3
/
+4
2013-11-12
Declare __p1evll and __polevll protos in math_private.h instead of
martynas
1
-3
/
+3
2013-03-28
Switch libc and libm to use strong aliases rather than weak aliases
martynas
1
-1
/
+1
2012-12-05
Remove excessive sys/cdefs.h inclusion
deraadt
4
-16
/
+0
2011-07-20
- Make constants const.
martynas
2
-7
/
+7
2011-07-09
Make the zero condition properly raise the exception and return.
martynas
1
-1
/
+2
2011-07-08
signbitl -> signbit.
martynas
1
-2
/
+2
2011-07-06
Finalize work on the math library. It's time to do this monster
martynas
27
-0
/
+5359
2008-12-09
- 80-bit and quad precision trigonometric and other most
martynas
7
-0
/
+940