]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
By default backup geli metadata to a file. It is quite critical 512 bytes,
[FreeBSD/FreeBSD.git] / lib / msun /
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-08 dasRemove some unused variables.
2008-08-08 dasIn the line
2008-08-07 dasImplement cproj{,f,l}().
2008-08-07 dasUse cpack() and the gcc extension __imag__ to implement...
2008-08-03 dasFix some style bogosity from fdlibm.
2008-08-03 dasMinor improvements:
2008-08-02 dasA few minor corrections, including some from bde:
2008-08-02 dasOn i386, gcc truncates long double constants to double...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-08-01 dasFix some problems with asinf(), acosf(), atanf(), and...
2008-07-31 dasAdd implementations of acosl(), asinl(), atanl(), atan2l(),
2008-07-31 dasSet WARNS=1.
2008-07-31 dasThe high part of the mantissa is 64 bits on sparc64.
2008-07-31 dasAs in other parts of libm, mark a few constants as...
2008-07-18 dasSort the .PATH entries to give a more reasonable order...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-06-28 dasFix a typo in the cosl() prototype.
2008-06-19 dasImplement fmodl.
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-03 gonzo Symbol.map is handled by cpp, so use C-style comments
2008-04-26 impAdd mips support to libm, from mips2-jnpr perforce...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-03 dasFix some corner cases:
2008-03-31 dasRemove a (bogus) remnant of debugging this on sparc64.
2008-03-30 dasAdd assembly versions of remquol() and remainderl().
2008-03-30 dasHook remquol() and remainderl() up to the build.
2008-03-30 dasImplement remainderl() as a wrapper around remquol...
2008-03-30 dasImplement remquol() based on remquo().
2008-03-30 dasImplement csqrtl().
2008-03-30 dasHook hypotl() and cabsl() up to the build.
2008-03-30 dasDocument hypotl().
2008-03-30 dasAlias hypotl() and cabsl() for platforms where long...
2008-03-30 dasImplement cabsl() in terms of hypotl().
2008-03-30 dasImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 bdeUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 bdeUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 bdeFix a missing mask in a hi+lo decomposition. Thus...
2008-03-29 dasInclude math.h for the fmaf() prototype.
2008-03-29 dasFix some rather obscene code that has ambiguous if...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 das1 << 47 needs to be written 1ULL << 47.
2008-03-02 dasHook up sqrtl() to the build.
2008-03-02 dasMD implementations of sqrtl().
2008-03-02 dasMI implementation of sqrtl(). This is very slow and...
2008-02-28 bdeFix and improve some magic numbers for the "medium...
2008-02-25 bdeInline __ieee754__rem_pio2f(). On amd64 (A64) and...
2008-02-25 bdeUse a temporary array instead of the arg array y[]...
2008-02-25 bdeChange __ieee754_rem_pio2f() to return double instead...
2008-02-25 bdeFix some off-by-1 errors.
2008-02-24 rajLet PowerPC world optionally build with -msoft-float...
2008-02-23 bdeOptimize the 9pi/2 < |x| <= 2**19pi/2 case some more...
2008-02-22 bdeAvoid using FP-to-integer conversion for !(amd64 |...
2008-02-22 bdeRemove the "quick check no cancellation" optimization for
2008-02-22 bdeOptimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64...
2008-02-22 bdeAdd an irint() function in inline asm for amd64 and...
2008-02-22 bdeOptimize the conversion to bits a little (by about...
2008-02-22 bdeOptimize the fixup for +-0 by using better classificati...
2008-02-22 bdeFix rintl() on signaling NaNs and unsupported formats.
2008-02-22 dass/rcsid/__FBSDID/
2008-02-22 dasRemove an unused variable.
2008-02-22 dasEliminate some warnings.
2008-02-19 bdeMerge cosmetic changes from e_rem_pio2.c 1.10 (convert...
2008-02-19 bdeOptimize for 3pi/4 <= |x| <= 9pi/4 in much the same...
2008-02-19 bdeRearrange the polynomial evaluation for better parallel...
2008-02-18 dasDocument return values better.
2008-02-18 dasAdd tgammaf() as a simple wrapper around tgamma().
2008-02-18 bde2 long double constants were missing L suffixes. This...
2008-02-18 bdeFix a typo which broke k_tanl.c on !(amd64 || i386).
2008-02-18 bdeInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-17 dasUse volatile hacks to make sure exp() generates an...
2008-02-17 dasHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 dasAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 dasDocumentation for sinl(), cosl(), and tanl().
2008-02-17 dasAdd kernel functions for 128-bit long doubles. These...
2008-02-17 dasAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 dasAdd more pi for long doubles. Also, avoid storing multi...
2008-02-15 bdeSigh, the weak reference for ceill(), floorl() and...
2008-02-14 bdeOops, the weak reference for ceill(), floorl() and...
2008-02-14 bdeUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 bdeFix the hi+lo decomposition for 2/(3ln2). The decompos...
next