Fix invalid free of memory allocated during rtld init
[platform/upstream/glibc.git] / sysdeps /
2013-04-08 Roland McGrathBZ#14280: Fix Hurd ioctl macro to avoid warning.
2013-04-06 Carlos O'Donelli386: Fail at configure time for i386 builds.
2013-04-06 Carlos O'Donells390/s390x: Undef PSEUDO before redef.
2013-04-05 Thomas Schwinge[BZ #14686, #15336] Fix standard compliance. Don't...
2013-04-05 Thomas Schwinge[BZ #15335, #15342] Fix standard compliance. Don't...
2013-04-05 Thomas SchwingeRemove unreachable code.
2013-04-05 Thomas SchwingeRemove unused hard-coded qNaN definition.
2013-04-03 Andreas SchwabFix stack overflow in getaddrinfo with many results
2013-04-03 Thomas SchwingeRefer to two GCC PRs.
2013-04-03 Siddhesh PoyarekarRemove TWO
2013-04-03 Siddhesh PoyarekarPreserve errno across _PC_CHOWN_RESTRICTED call on XFS
2013-04-02 Joseph MyersFix cacosh inaccuracy and spurious exceptions (bug...
2013-04-02 Siddhesh PoyarekarUse mantissa_t in mpexp
2013-04-02 Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-04-01 Adhemerval ZanellaPowerPC: remove branch prediction from rint implementation
2013-03-30 Joseph MyersFix casinh inaccuracy for imaginary part < 1.0, real...
2013-03-29 Siddhesh PoyarekarRemove usage of ONE macro
2013-03-29 Siddhesh PoyarekarRemove ONE and MONE
2013-03-29 Siddhesh PoyarekarFormat s_tan.c
2013-03-29 Siddhesh PoyarekarRemove ZERO and MZERO macros
2013-03-29 Siddhesh PoyarekarFormat s_atan.c
2013-03-29 Siddhesh PoyarekarFormat e_log.c
2013-03-28 Roland McGrathUse __ehdr_start, if available, as fallback for AT_PHDR.
2013-03-28 Roland McGrathMake _dl_phdr pointer to const.
2013-03-28 Roland McGrathConsolidate declarations of _dl_phdr, _dl_phnum.
2013-03-28 Roland McGrathNever call syslog in __libc_message.
2013-03-28 Alan ModraPowerPC: .eh_frame info in crt1.o isn't useful and...
2013-03-28 Adhemerval ZanellaFix e_logl (128ibm) spurious underflow
2013-03-28 Siddhesh PoyarekarFormat and clean up s_atan2.c
2013-03-27 Joseph MyersFix casinh inaccuracy near i, imaginary part > 1 (bug...
2013-03-26 Siddhesh PoyarekarUse integral constants
2013-03-26 Siddhesh PoyarekarRemoved commented code
2013-03-26 Siddhesh PoyarekarMake mantissa type of mp_no configurable
2013-03-26 Adhemerval ZanellaPowerPC: fix libm ABI issue for llroundl
2013-03-22 David S. MillerUpdate sparc ULPs.
2013-03-22 Adhemerval ZanellaBZ#13889: expl (709.75) wrongly overflows for ldbl...
2013-03-22 Dmitry V. LevinBZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards
2013-03-21 Adhemerval ZanellaPowerPC: fix sqrtl ABI issue
2013-03-21 Thomas SchwingeOn 32-bit x86, disable certain tests involving sNaN...
2013-03-21 Joseph MyersFix Bessel function spurious overflows for ldbl-128...
2013-03-21 Joseph MyersFix casinh inaccuracy for argument with imaginary part...
2013-03-21 Siddhesh PoyarekarReplace 8388608.0 with HALFRAD in mp code
2013-03-20 Joseph MyersMove system-specific settings out of toplevel configure...
2013-03-20 Roland McGrathConsolidate Linux and POSIX libc_fatal code.
2013-03-19 Andreas Schwabs390x: Move rtld link to /lib
2013-03-18 Ondrej BilkaFaster strlen on x64.
2013-03-17 David S. MillerUpdate Sparc ULPs.
2013-03-16 Joseph MyersFix y1l spurious overflows for ldbl-96 (bug 15283).
2013-03-16 Joseph MyersFix spurious underflow exceptions for Bessel functions...
2013-03-15 Roland McGrathMove _dl_non_dynamic_init, _dl_aux_init declarations.
2013-03-15 Thomas SchwingePromote a math test for sNaN handling to the top-level.
2013-03-15 Thomas SchwingeUse GCC's builtins for generating NaNs.
2013-03-15 Thomas SchwingeBetter distinguish between NaN/qNaN/sNaN.
2013-03-15 Siddhesh PoyarekarRevert configurable mantissa patch
2013-03-15 Adhemerval ZanellaReverting wrong commit.
2013-03-15 Adhemerval ZanellaPowerPC: gettimeofday optimization by using IFUNC
2013-03-15 Siddhesh PoyarekarMake mantissa type configurable
2013-03-15 Joseph MyersRegenerate sysdeps/x86_64/preconfigure.
2013-03-14 Joseph MyersFix spurious underflow exceptions for Bessel functions...
2013-03-14 Siddhesh PoyarekarFix formatting in last change
2013-03-14 Petr BaudisFix __times() handling of EFAULT when buf is NULL
2013-03-12 Roland McGrathAdd sysdeps/init_array to produce empty crt[in].o and...
2013-03-11 Ondrej BilkaRemove Prefer_SSE_for_memop on x64
2013-03-11 Andreas SchwabRemove extra pthread_atfork compat symbols
2013-03-08 Adhemerval ZanellaPowerPC: unify math_ldbl.h implementations
2013-03-08 Siddhesh PoyarekarConsolidate copies of mp code in powerpc
2013-03-07 Andreas JaegerInstall <bits/mman-linux.h>
2013-03-07 Siddhesh PoyarekarMerge powerpc slowexp.c into generic code
2013-03-07 Siddhesh PoyarekarMerge powerpc slowpow.c into generic code
2013-03-07 Siddhesh PoyarekarUse an intermediate variable to sum exponents in powerp...
2013-03-07 Siddhesh PoyarekarUse generic mpa.c code for everything except __mul...
2013-03-07 Siddhesh PoyarekarRemove PIPE_BUF Linux-specific code
2013-03-06 Ondrej BilkaRevert " * sysdeps/x86_64/strlen.S: Replace with new...
2013-03-06 Ondrej Bilka * sysdeps/x86_64/strlen.S: Replace with new SSE2 based...
2013-03-06 Andreas JaegerUse <bits/mman-linux.h> for MIPS
2013-03-06 Andreas JaegerRemove MAP_GROWSUP on s390
2013-03-06 Andreas JaegerSync with Linux 3.8
2013-03-06 Joseph MyersRemove powerpc64 bounded-pointers code.
2013-03-05 Andreas JaegerDefine MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h
2013-03-05 Andreas KrebbelS/390: Use attribute_hidden in ifunc-resolve.c
2013-03-05 Andreas KrebbelS/390: Fix rt_sigprocmask syscall invocation in get...
2013-03-04 Joseph MyersRemove powerpc32 strncmp comments about bounded pointers.
2013-03-04 Andreas JaegerCreate <bits/mman-linux.h>
2013-03-04 Adhemerval ZanellaBZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm
2013-03-01 Joseph MyersUse same installed powerpc headers for hard and soft...
2013-03-01 Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-02-28 Joseph MyersRemove powerpc32 bounded-pointers code.
2013-02-28 Siddhesh PoyarekarSync up ppc add_magnitudes and sub_magnitudes with...
2013-02-27 Siddhesh PoyarekarFormat mpsqrt.c
2013-02-27 Siddhesh PoyarekarFormat mpatan2.c
2013-02-27 Siddhesh PoyarekarFormat mpatan.c
2013-02-27 Siddhesh PoyarekarFormat mptan.c
2013-02-27 Siddhesh PoyarekarFormat mplog.c
2013-02-26 Siddhesh PoyarekarAnother tweak to the multiplication algorithm
2013-02-26 Siddhesh PoyarekarDon't duplicate mpone and mptwo
2013-02-25 Siddhesh PoyarekarRemove commented declarations
2013-02-25 Siddhesh PoyarekarUse long wherever possible in mpa.c
2013-02-25 Siddhesh PoyarekarFormat slowexp.c
2013-02-25 Siddhesh PoyarekarReformat slowpow.c
2013-02-25 Siddhesh PoyarekarRemove commented code
next