aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Extract the high and low words together. With gcc-3.4 on uniformlyBruce Evans2005-12-201-8/+6
* Clear return code to zero if joiner successfully waited joinee.David Xu2005-12-191-0/+1
* Use a minimax polynomial approximation instead of a Pade rationalBruce Evans2005-12-192-37/+30
* Fixed code to match comments and the algorithm:Bruce Evans2005-12-182-20/+42
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-0/+9
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-3/+3
* Update copyright.David Xu2005-12-176-113/+84
* Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp2005-12-169-0/+2054
* With current pthread implementations, a mutex initialization willDavid Xu2005-12-163-9/+19
* Added comments about the apparently-magic rational function used inBruce Evans2005-12-151-1/+15
* Optimize by not doing excessive conversions for handling the sign bit.Bruce Evans2005-12-132-15/+9
* Fixed some especially horrible style bugs (indentation that is neitherBruce Evans2005-12-132-12/+14
* [mdoc] add missing space before a punctuation type argument.Ruslan Ermilov2005-12-131-1/+1
* Sort .Xr by section number.David Xu2005-12-138-14/+14
* /* You're not supposed to hit this problem */Poul-Henning Kamp2005-12-131-2/+2
* Add cross references to siginfo.3.David Xu2005-12-1310-3/+13
* Remove unused _get_curthread() call.David Xu2005-12-121-2/+0
* Added comments about the magic behindBruce Evans2005-12-112-14/+25
* Fixed the unexpectedly large maximum error after the previous commit.Bruce Evans2005-12-111-2/+2
* Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64.Bruce Evans2005-12-111-1/+13
* Fixed some magic numbers.Bruce Evans2005-12-111-8/+8
* "Create" ldexpf for non-i386 architectures.David E. O'Brien2005-12-061-0/+2
* Fix markeup.David Xu2005-12-061-1/+2
* Fix markup.David Xu2005-12-051-5/+13
* Document SIGEV_NONE and SIGEV_SIGNAL.David Xu2005-12-051-0/+15
* Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since itBruce Evans2005-12-041-1/+1
* For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 andBruce Evans2005-12-042-8/+22
* Merge NetBSD's revision 1.27. This bug can be observed eg. when browsingStefan Farfeleder2005-12-041-12/+34
* Use the usual volatile hack to trick gcc into clipping any extra precisionBruce Evans2005-12-041-1/+1
* Fixed fdlibm[+cygnus] logbf() and logb() on denormals. AdjustmentBruce Evans2005-12-032-8/+20
* Fix prototype.Ruslan Ermilov2005-12-031-1/+1
* Fix type of argument.Ruslan Ermilov2005-12-031-1/+1
* Restored removal of the special handling needed for a result of +-0.Bruce Evans2005-12-031-0/+2
* Break hard sentence break.Ruslan Ermilov2005-12-031-1/+2
* Simplified the fix in rev.1.3. Instead of using long double forBruce Evans2005-12-031-8/+2
* Fixed rint(x) in the following cases:Bruce Evans2005-12-031-0/+9
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.Doug Ambrisko2005-12-033-6/+42
* Remove implementation-defined, it has already been described in NOTESDavid Xu2005-12-031-5/+0
* Remove implementation-defined sentences.David Xu2005-12-033-22/+5
* Fix lots of markup and content bug.David Xu2005-12-037-139/+201
* syscall -> system call.David Xu2005-12-027-25/+25
* Fixed roundf(). The following cases never worked in FreeBSD:Bruce Evans2005-12-023-18/+18
* Fix markup.David Xu2005-12-021-1/+4
* Unbreak build when I fluff the clean-up of __FBSDID diff reductionDoug Ambrisko2005-12-021-0/+2
* Add support to easily build FreeBSD unpacked in a chroot of anotherDoug Ambrisko2005-12-022-0/+13
* Tweak markup for POSIX standards. Minor wordsmithing.Warner Losh2005-12-011-3/+7
* Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while onWarner Losh2005-12-011-0/+17
* Add MLINK for execvP(3).John Baldwin2005-12-011-1/+1
* Rearranged the polynomial evaluation to reduce dependencies, as inBruce Evans2005-11-302-9/+13
* Fixed cosf(x) when x is a "negative" NaNs. I broke this in rev.1.10.Bruce Evans2005-11-301-11/+19