index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
arm
/
gen
Age
Commit message (
Expand
)
Author
2012-04-19
rely on the compiler giving us a built-in alloca. any new architecture
Theo de Raadt
2012-04-12
alloca.c cannot be used
Theo de Raadt
2011-07-08
Revert (leaving the complex math part alone). Some stuff is depending
Martynas Venckus
2011-07-08
Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using
Martynas Venckus
2009-04-21
remove from gen so that lint doesn't check gen if assembly versions
Martynas Venckus
2009-04-19
- ldexp implementation has issues. switch to the one from libm
Martynas Venckus
2008-12-10
use sys/cdefs.h; pointed out by theo
Martynas Venckus
2008-12-09
ditto frexpl and ldexpl
Martynas Venckus
2008-12-09
alias fabsl to fabs on these archs
Martynas Venckus
2008-07-24
- move isinf, isnan dups to gen, since most is ieee 754
Martynas Venckus
2008-07-23
clear sign bit, instead of comparing to zero and setting x=-x.
Martynas Venckus
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-11-29
if we pull in a .S file, we must fake out the lint with a .c file
Theo de Raadt
2005-08-07
zap rcsid.
Marc Espie
2005-02-01
Replace broken frexp() with a working one from FreeBSD. There's
Todd C. Miller
2004-02-03
Correct modf (from alpha) instead of one which doesnt compile from NetBSD
Dale Rahn
2004-02-02
add missing frexp
Dale Rahn
2004-02-02
cleanup
Dale Rahn
2004-02-02
This file was not supposed to committed.
Dale Rahn
2004-02-02
Use the real fpgetround found in softfloat.
Dale Rahn
2004-02-02
sigh, watch for compile errors...
Dale Rahn
2004-02-01
ARGH, forgot tags.
Dale Rahn
2004-02-01
arm libc support. From NetBSD. currently supports softfloat.
Dale Rahn