]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
In est_acpi_info(), initialize count before passing its pointer to
[FreeBSD/FreeBSD.git] / lib /
2008-02-29 philipUse the easily-greppable copyright notice template...
2008-02-28 bdeFix and improve some magic numbers for the "medium...
2008-02-28 scfReplace the use of warnx() with direct output to stderr...
2008-02-27 jhbAdd <limits.h> for SHRT_MAX.
2008-02-27 jhbFile descriptors are an int, but our stdio FILE object...
2008-02-27 kientzleSpelling correction, thanks to Joerg Sonnenberger.
2008-02-27 kientzleOptimize skipping over Zip entries.
2008-02-27 wollmanstdio is currently limited to file descriptors not...
2008-02-26 ruAdded the "restrict" type-qualifier to the readlink...
2008-02-26 kientzleRename the archive_endian.h functions to avoid name...
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 bruefferAdd missing words.
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-21 philipNote, as required by our agreement with IEEE/The Open...
2008-02-21 kientzleSanity-check the block size.
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-19 kientzleInclude O_BINARY in open() calls on platforms that...
2008-02-19 kientzleAnother tiny, tiny step towards Windows support. No...
2008-02-19 kientzleSomeday I might forgive the standards bodies for omitti...
2008-02-19 kientzleSimplify file type setting.
2008-02-19 kientzleThe test_assert() function that backs my custom assert...
2008-02-19 kientzlePortability: Since the values are fixed and the symboli...
2008-02-19 kientzlePortability: Include O_BINARY if the local platform...
2008-02-19 kientzleCorrect a compile error when libbz2/zlib are unavailable.
2008-02-19 kientzleMark a few additional functions that are/are not availa...
2008-02-19 kientzlePortability improvements:
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-18 kevlogetopt(3) returns -1, not EOF.
2008-02-17 dasUse volatile hacks to make sure exp() generates an...
2008-02-17 jasoneFix a race condition in arena_ralloc() for shrinking...
2008-02-17 jasoneRemove support for lazy deallocation. Benchmarks acros...
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-17 gshapiroSwitch libmilter from select(2) to poll(2) so milters...
2008-02-16 delphijAllow underscore in domain names while resolving. ...
2008-02-15 antoine- Make Disk_Names() behave as documented in libdisk...
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 des_pthread_mutex_isowned_np(): use a more reliable method...
2008-02-14 bdeFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 bdeUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-13 bdes_ceill.c
2008-02-13 bdeOn arches where long double is the same as double,...
2008-02-13 bdeFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 rafan- Remove duplicate tputs.3 from MLINK. As we use termca...
2008-02-13 bdeFix exp2*(x) on signaling NaNs by returning x+x as...
2008-02-13 bdeRearrange the polynomial evaluation for better parallel...
2008-02-13 bdeUse hardware remainder on amd64 since it is 5 to 10...
2008-02-13 obrienstyle.Makefile(5)
2008-02-13 obrienstyle(9)
2008-02-12 ruChange readlink(2)'s return type and type of the last...
2008-02-12 bdeFix remainder() and remainderf() in round-towards-minus...
2008-02-11 rafan- Update build glues for ncurses 5.6 snapshot 20080209
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-11 remkoAfter issueing a ntpdate [1] I noticed it's already...
2008-02-11 remkoFix typo (s/existance/existence/)
2008-02-11 bdeUse double precision for z and thus for the entire...
2008-02-09 bdeAs usual, use a minimax polynomial that is specialized...
2008-02-09 bdeFix a comment about coefficients and expand a related...
2008-02-08 desUse memcpy(3) instead of the BSD-specific bcopy(3).
2008-02-08 dess/MAXPATHLEN/PATH_MAX/ to reflect five-year old change...
2008-02-08 jasoneFix a bug in lazy deallocation that was introduced...
2008-02-08 bdeFix truncl() when the result should be -0.0L. When...
2008-02-08 bdeOops, fix the fix in rev.1.10. logb() and logbf()...
2008-02-08 jasoneClean up manipulation of chunk page map elements to...
2008-02-07 bdeUse a better method of scaling by 2**k. Instead of...
2008-02-07 bdeUse a better method of scaling by 2**k. Instead of...
2008-02-06 desAdd missing #include
2008-02-06 desYet another pointy hat: when I zapped FBSDprivate_1...
2008-02-06 desAdd pthread_mutex_isowned_np() here as well; libthr...
2008-02-06 desRemove unnecessary prototype.
2008-02-06 desAdd pthread_mutex_isowned_np() so there is no need...
2008-02-06 desPrevious commit had a typo that resulted in symbol...
2008-02-06 desGive libkse the same treatment as libthr re. symbol...
2008-02-06 desConvert pthread.map to the format expected by version_g...
next