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
/
libc
/
arch
/
arm
/
gen
/
Makefile.inc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-2
/
+2
*
rely on the compiler giving us a built-in alloca. any new architecture
deraadt
2012-04-19
1
-3
/
+1
*
alloca.c cannot be used
deraadt
2012-04-12
1
-2
/
+1
*
Revert (leaving the complex math part alone). Some stuff is depending
martynas
2011-07-08
1
-3
/
+3
*
Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using
martynas
2011-07-08
1
-3
/
+3
*
remove from gen so that lint doesn't check gen if assembly versions
martynas
2009-04-21
1
-3
/
+3
*
- ldexp implementation has issues. switch to the one from libm
martynas
2009-04-19
1
-2
/
+2
*
- move isinf, isnan dups to gen, since most is ieee 754
martynas
2008-07-24
1
-3
/
+4
*
if we pull in a .S file, we must fake out the lint with a .c file
deraadt
2005-11-29
1
-12
/
+5
*
Replace broken frexp() with a working one from FreeBSD. There's
millert
2005-02-01
1
-2
/
+1
*
Correct modf (from alpha) instead of one which doesnt compile from NetBSD
drahn
2004-02-03
1
-2
/
+2
*
add missing frexp
drahn
2004-02-02
1
-1
/
+2
*
cleanup
drahn
2004-02-02
1
-17
/
+1
*
Use the real fpgetround found in softfloat.
drahn
2004-02-02
1
-2
/
+1
*
ARGH, forgot tags.
drahn
2004-02-01
1
-0
/
+1
*
arm libc support. From NetBSD. currently supports softfloat.
drahn
2004-02-01
1
-0
/
+31