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
/
sparc64
/
fpu
Age
Commit message (
Expand
)
Author
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-03
Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At
Mark Kettenis
2011-09-17
arithemtic -> arithmetic
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-02-12
from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()
Jason Wright
2006-12-23
please gcc
Theo de Raadt
2004-09-28
Fix unsigned {int, long, long long} to long double conversions for
Otto Moerbeek
2004-03-24
From the how many ways can you screw up replacing one line of code
Jason Wright
2004-03-23
use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.
Jason Wright
2004-03-23
gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous
Jason Wright
2004-02-03
correct psABI functions _Q_feq and friends (they return 'int' not long double);
Jason Wright
2003-07-21
quad float emulation stuff. Mostly based on freebsd (which is based on
Jason Wright