about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* i386: Remove build support for GCC older than GCC 6H.J. Lu2020-04-073-52/+4
* oc_FR locale: Fix spelling of April (bug 25639)Rafał Lużyński2020-04-071-2/+2
* Update hppa libm-test-ulpsJohn David Anglin2020-04-061-27/+27
* y2038: linux: Provide __mq_timedreceive_time64 implementationLukasz Majewski2020-04-062-4/+55
* y2038: linux: Provide __mq_timedsend_time64 implementationLukasz Majewski2020-04-062-3/+55
* y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski2020-04-062-23/+28
* malloc: ensure set_max_fast never stores zero [BZ #25733]DJ Delorie2020-04-061-1/+1
* powerpc64le: enforce non-specific long double in .gnu.attributes sectionPaul E. Murphy2020-04-062-1/+56
* powerpc64le: workaround ieee long double / _Float128 stdc++ bugPaul E. Murphy2020-04-061-0/+11
* powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 usedPaul E. Murphy2020-04-062-43/+53
* powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64Paul E. Murphy2020-04-061-0/+2
* ldbl-128ibm: simplify iscanonical.hPaul E. Murphy2020-04-061-8/+2
* i386: Disable check_consistency for GCC 5 and above [BZ #25788]H.J. Lu2020-04-061-2/+3
* Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h.Joseph Myers2020-04-031-0/+4
* Update syscall lists for Linux 5.6.Joseph Myers2020-04-0324-2/+54
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-039-4/+277
* elf: Simplify handling of lists of audit stringsFlorian Weimer2020-04-031-117/+112
* support: Change xgetline to return 0 on EOFFlorian Weimer2020-04-033-10/+19
* nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella2020-04-034-153/+0
* aarch64: update bits/hwcap.hSzabolcs Nagy2020-04-031-0/+18
* Add tests for Safe-LinkingEyal Itkin2020-04-032-0/+180
* S390: Regenerate ULPs.Stefan Liebler2020-04-031-15/+19
* sysv/alpha: Use generic __timeval32 and helpersAlistair Francis2020-04-0210-162/+67
* linux: Use long time_t for wait4/getrusageAlistair Francis2020-04-025-3/+164
* resource: Add a __rusage64 structAlistair Francis2020-04-021-0/+110
* linux: Use long time_t __getitimer/__setitimerAlistair Francis2020-04-025-2/+197
* sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis2020-04-026-0/+32
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-3115-59/+388
* Fix alignment bug in Safe-LinkingEyal Itkin2020-03-311-11/+11
* Typo fixes and CR cleanup in Safe-LinkingEyal Itkin2020-03-311-15/+15
* Use Linux 5.6 and GMP 6.2.0 in build-many-glibcs.py.Joseph Myers2020-03-311-2/+2
* Add new file missed in previous hppa commit.John David Anglin2020-03-301-0/+58
* powerpc: Add support for fmaf128() in hardwareRaphael Moreira Zinsly2020-03-305-1/+127
* Fix data race in setting function descriptors during lazy binding on hppa.John David Anglin2020-03-304-22/+142
* sparc: Move __fenv_{ld,st}fsr to fenv-private.hAdhemerval Zanella2020-03-3018-9/+25
* x86: Remove feraiseexcept optimizationAdhemerval Zanella2020-03-302-111/+0
* math: Remove fenvinline.hAdhemerval Zanella2020-03-308-481/+7
* hurd: Make O_TRUNC update mtime/ctimeSamuel Thibault2020-03-291-2/+11
* Add Safe-Linking to fastbins and tcacheEyal Itkin2020-03-291-13/+58
* Add benchtests for roundeven and roundevenf.Shen-Ta Hsieh2020-03-273-2/+47
* time: Add a __itimerval64 structAlistair Francis2020-03-271-0/+7
* time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis2020-03-271-0/+45
* sysv/linux: Rename alpha functions to be alpha specificAlistair Francis2020-03-279-32/+32
* ARC: add definitions to elf/elf.hVineet Gupta2020-03-251-1/+69
* powerpc64: apply -mabi=ibmlongdouble to special filesPaul E. Murphy2020-03-253-2/+13
* powerpc64le: add -mno-gnu-attribute to *f128 objects and difftimePaul E. Murphy2020-03-252-9/+16
* Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy2020-03-253-36/+7
* powerpc64le: Ensure correct ldouble compiler flags are usedGabriel F. T. Gomes2020-03-251-0/+58
* Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy2020-03-252-0/+15
* ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy2020-03-2517-26/+87