]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf.
[FreeBSD/FreeBSD.git] / lib / msun /
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-05 bdeOops, on amd64 (and probably on all non-i386 systems...
2006-01-05 bdeUse double precision internally to optimize cbrtf(...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-20 bdeExtract the high and low words together. With gcc...
2005-12-19 bdeUse a minimax polynomial approximation instead of a...
2005-12-18 bdeFixed code to match comments and the algorithm:
2005-12-15 bdeAdded comments about the apparently-magic rational...
2005-12-13 bdeOptimize by not doing excessive conversions for handlin...
2005-12-13 bdeFixed some especially horrible style bugs (indentation...
2005-12-11 bdeAdded comments about the magic behind
2005-12-11 bdeFixed the unexpectedly large maximum error after the...
2005-12-11 bdeFixed all 502518670 errors of more than 1 ulp for cbrtf...
2005-12-11 bdeFixed some magic numbers.
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 obrien"Create" ldexpf for non-i386 architectures.
2005-12-04 bdeFixed the approximation to pio4. pio4_hi must be pio2_...
2005-12-04 bdeFor log1pf(), fixed the approximations to sqrt(2),...
2005-12-04 bdeUse the usual volatile hack to trick gcc into clipping...
2005-12-03 bdeFixed fdlibm[+cygnus] logbf() and logb() on denormals...
2005-12-03 bdeRestored removal of the special handling needed for...
2005-12-03 bdeSimplified the fix in rev.1.3. Instead of using long...
2005-12-03 bdeFixed rint(x) in the following cases:
2005-12-02 bdeFixed roundf(). The following cases never worked in...
2005-11-30 bdeRearranged the polynomial evaluation to reduce dependen...
2005-11-30 bdeFixed cosf(x) when x is a "negative" NaNs. I broke...
2005-11-30 bdeFixed the hi+lo approximation to log(2). The normal...
2005-11-28 bdeRearranged the polynomial evaluation some more to reduc...
2005-11-28 bdeFixed about 50 million errors of infinity ulps and...
2005-11-28 bdeExploit skew-symmetry to avoid an operation: -sin(x...
2005-11-28 bdeTry to use the "proximity" (~) operator consistently...
2005-11-28 bdeChanged spelling of the request-to-inline macro name...
2005-11-28 bdeUse only double precision for "kernel" cosf and sinf...
2005-11-24 bdeMinor cleanups and optimizations:
2005-11-24 joels/5.5/6.0/ in HISTORY section.
2005-11-24 bdeOptimized by eliminating the special case for 0.67434...
2005-11-23 bdeUse only double precision for "kernel" tanf (except...
2005-11-23 bdeSimplified setiing up args for __kernel_rem_pio2()...
2005-11-23 bdeQuick fix for stack buffer overrun in rev.1.13. Oops...
2005-11-21 bdeMess up the "kernel" float trig function .c files with...
2005-11-21 bdeUse double precision to simplify and optimize a long...
2005-11-20 bdeRestored a cleanup in rev.1.9 tthat was lost in rev...
2005-11-19 bdeMoved all the optimizations for |x| <= 9pi/2 from
2005-11-18 bdeRemoved an unused declaration which was so old that...
2005-11-17 ru-mdoc sweep.
2005-11-17 bdeMinor cleanups:
2005-11-17 bdeRearranged the the optimizations for special cases...
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-13 bdeFixed some magic numbers.
2005-11-13 bdeFixed some magic numbers.
2005-11-12 bdeImoproved comments for the minimax polynomial.
2005-11-12 bdeTweaked the minimax polynomial and improved its comments.
2005-11-12 bdeImproved comments for the minimax polynomial.
2005-11-12 bdeAs for the float trig functions, use a minimax polynomi...
2005-11-10 bdeAs for __kernel_cosf() and __kernel_sinf(), use a fairl...
2005-11-06 bdeDetach k_rem_pio2f.c from the build since it is now...
2005-11-06 bdeUse a 53-bit approximation to pi/2 instead of a 33...
2005-11-06 bdeThe logb() functions are not just ieee754 "test" functi...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-02 bdeMoved the optimization for tiny x from __kernel_tan...
2005-11-02 bdeUpdated the comment about the optimization for tiny...
2005-11-02 bdeRemoved dead code for handling tan[f]() on odd multiple...
2005-11-02 bdeFixed some of the silliness related to rev.1.8. In...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-30 bdeFixed spelling of remquof() in its prototype.
2005-10-30 bdeFixed some comments added in rev.1.5.
2005-10-29 bdeImplement inline functions to give the complex result...
2005-10-29 bdeUse double precision to simplify and optimize arg reduc...
2005-10-29 bdeStart trying to make the float precision trig functions...
2005-10-28 bdeUse fairly optimal minimax polynomials for __kernel_cos...
2005-10-26 bdeUse a better algorithm for reducing the error in __kern...
2005-10-25 bdeMore fixes for arg reduction near pi/2 on systems with...
2005-10-24 bdeMoved the optimization for tiny x from __kernel_{cos...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-11 bdeFixed range reduction for large multiples of pi/2 on...
2005-10-10 bdeFixed range reduction near (but not very near) medium...
next