about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Update sparc ULPs.David S. Miller2013-03-221-4/+1002
* BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella2013-03-222-6/+24
* BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguardsDmitry V. Levin2013-03-221-3/+3
* PowerPC: fix sqrtl ABI issueAdhemerval Zanella2013-03-211-0/+4
* On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge2013-03-212-0/+62
* Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).Joseph Myers2013-03-213-20/+40
* Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287).Joseph Myers2013-03-212-2/+1466
* Replace 8388608.0 with HALFRAD in mp codeSiddhesh Poyarekar2013-03-212-3/+3
* Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers2013-03-208-0/+39
* Consolidate Linux and POSIX libc_fatal code.Roland McGrath2013-03-192-186/+67
* s390x: Move rtld link to /libAndreas Schwab2013-03-192-4/+14
* Faster strlen on x64.Ondrej Bilka2013-03-1813-1308/+755
* Update Sparc ULPs.David S. Miller2013-03-171-2/+14
* Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers2013-03-163-1/+25
* Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2013-03-162-58/+79
* Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2013-03-152-6/+7
* Promote a math test for sNaN handling to the top-level.Thomas Schwinge2013-03-152-337/+0
* Use GCC's builtins for generating NaNs.Thomas Schwinge2013-03-151-55/+9
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-154-55/+55
* Revert configurable mantissa patchSiddhesh Poyarekar2013-03-154-148/+60
* Reverting wrong commit.Adhemerval Zanella2013-03-151-0/+42
* PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2013-03-153-54/+46
* Make mantissa type configurableSiddhesh Poyarekar2013-03-154-60/+148
* Regenerate sysdeps/x86_64/preconfigure.Joseph Myers2013-03-151-120/+0
* Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2013-03-142-4/+8
* Fix formatting in last changeSiddhesh Poyarekar2013-03-141-1/+1
* Fix __times() handling of EFAULT when buf is NULLPetr Baudis2013-03-141-4/+6
* Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ...Roland McGrath2013-03-124-0/+104
* Remove Prefer_SSE_for_memop on x64Ondrej Bilka2013-03-119-198/+2
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-1/+0
* PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella2013-03-084-168/+18
* Consolidate copies of mp code in powerpcSiddhesh Poyarekar2013-03-086-221/+4
* Install <bits/mman-linux.h>Andreas Jaeger2013-03-071-1/+2
* Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar2013-03-075-133/+11
* Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar2013-03-075-186/+19
* Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2013-03-072-10/+12
* Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2013-03-073-1256/+12
* Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2013-03-072-24/+0
* Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka2013-03-0612-740/+1306
* * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka2013-03-0612-1306/+740
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-1/+5
* Remove MAP_GROWSUP on s390Andreas Jaeger2013-03-061-2/+0
* Sync with Linux 3.8Andreas Jaeger2013-03-0613-4/+35
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-0636-497/+116
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-056-29/+23
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-052-6/+6
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-057-86/+100
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-043-9/+0
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-046-338/+104
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-1/+1