summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-174-50/+154
* Switch libmilter from select(2) to poll(2) so milters are not limitedgshapiro2008-02-171-0/+1
* Allow underscore in domain names while resolving. While having underscoredelphij2008-02-161-1/+2
* - Make Disk_Names() behave as documented in libdisk(3): return an arrayantoine2008-02-151-5/+14
* Sigh, the weak reference for ceill(), floorl() and truncl() was inbde2008-02-153-6/+10
* Oops, the weak reference for ceill(), floorl() and truncl() was in thebde2008-02-146-12/+12
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isbde2008-02-142-8/+8
* _pthread_mutex_isowned_np(): use a more reliable method; the current codedes2008-02-141-1/+1
* Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs tobde2008-02-141-2/+2
* Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).bde2008-02-142-10/+8
* s_ceill.cbde2008-02-133-9/+6
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-134-6/+19
* Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes.bde2008-02-131-1/+1
* - Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, removerafan2008-02-131-1/+0
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.bde2008-02-134-4/+4
* Rearrange the polynomial evaluation for better parallelism. This isbde2008-02-131-3/+4
* Use hardware remainder on amd64 since it is 5 to 10 times faster thanbde2008-02-133-1/+78
* style.Makefile(5)obrien2008-02-136-6/+6
* style(9)obrien2008-02-132-6/+6
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-4/+4
* Fix remainder() and remainderf() in round-towards-minus-infinity modebde2008-02-122-8/+8
* - Update build glues for ncurses 5.6 snapshot 20080209rafan2008-02-112-6/+11
* After issueing a ntpdate [1] I noticed it's already 2008, reflect thatremko2008-02-111-1/+1
* Fix typo (s/existance/existence/)remko2008-02-111-2/+2
* Use double precision for z and thus for the entire calculation ofbde2008-02-111-3/+4
* As usual, use a minimax polynomial that is specialized for floatbde2008-02-091-7/+8
* Fix a comment about coefficients and expand a related one.bde2008-02-091-2/+2
* Use memcpy(3) instead of the BSD-specific bcopy(3).des2008-02-083-6/+6
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)des2008-02-081-1/+1
* Fix a bug in lazy deallocation that was introduced whenjasone2008-02-081-7/+10
* Fix truncl() when the result should be -0.0L. When the result is +-0.0L,bde2008-02-081-1/+2
* Oops, fix the fix in rev.1.10. logb() and logbf() were broken onbde2008-02-081-5/+4
* Clean up manipulation of chunk page map elements to remove some tenuousjasone2008-02-081-362/+357
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-072-26/+16
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-076-55/+57
* Add missing #includedes2008-02-061-0/+1
* Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to movedes2008-02-061-0/+1
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposeddes2008-02-062-0/+15
* Remove unnecessary prototype.des2008-02-061-1/+0
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-062-0/+2
* Previous commit had a typo that resulted in symbol versioning beingdes2008-02-061-1/+1
* Give libkse the same treatment as libthr re. symbol versioning.des2008-02-062-8/+2
* Convert pthread.map to the format expected by version_gen.awk, and modifydes2008-02-062-11/+3
* Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols whichdes2008-02-061-12/+4
* Per discussion on -threads, rename _islocked_np() to _isowned_np().des2008-02-062-5/+5
OpenPOWER on IntegriCloud