aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Fix build warnings in resolv/res_send.cStefan Liebler2-1/+21
2019-07-02build-many-glibcs.py: Add v4t variant for arm-linux-gnueabiFlorian Weimer2-1/+8
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu18-5/+387
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke6-30/+94
2019-06-28Further improve string bench timingWilco Dijkstra13-13/+31
2019-06-28Bump up the runtime for "short" benchmarksAnton Youdkevitch10-8/+22
2019-06-28Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer2-3/+15
2019-06-28Replace PREPARE_VERSION macro with inline functionTobias Klauser2-9/+16
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer12-35/+223
2019-06-28support: Add xdlvsym functionFlorian Weimer3-0/+26
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer14-783/+81
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes4-17/+95
2019-06-27Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer4-0/+67
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu3-31/+6
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella8-383/+10
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella23-547/+182
2019-06-26Linux: Add nds32 specific syscalls to syscall-names.listVincent Chen2-0/+7
2019-06-26Fix build warnings in nptl/tst-eintr1.cStefan Liebler2-3/+7
2019-06-26Fix build warnings in locale/programs/ld-ctype.cStefan Liebler2-1/+7
2019-06-25S390: Regenerate ULPs.Stefan Liebler2-6/+10
2019-06-24szl_PL locale: Fix a typo in the previous commit (bug 24652).Rafal Luzynski2-1/+7
2019-06-24szl_PL locale: Spelling corrections (bug 24652).Grzegorz Kulik2-15/+37
2019-06-21nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831).Rafal Luzynski3-4/+12
2019-06-21Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser9-11/+34
2019-06-21nptl: Convert various tests to use libsupportMike Crowe10-409/+126
2019-06-21support: Invent verbose_printf macroMike Crowe2-0/+10
2019-06-21support: Add xclock_now helper function.Mike Crowe2-0/+14
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin5-5/+76
2019-06-19[powerpc] add 'volatile' to asmPaul A. Clarke3-5/+12
2019-06-19powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]Stan Shebs4-1/+35
2019-06-19nl_AW locale: Correct the negative monetary format (bug 24614).Rafal Luzynski2-2/+9
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler7-6/+21
2019-06-19dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer2-0/+18
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer5-6/+79
2019-06-17nl_NL locale: Correct the negative monetary format (bug 24614).Rafal Luzynski4-3/+14
2019-06-17m68k: Remove vDSO supportAdhemerval Zanella10-321/+43
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella31-490/+240
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella23-342/+116
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella22-225/+113
2019-06-14Linux: Fix __glibc_has_include use for <sys/stat.h> and statxFlorian Weimer2-2/+10
2019-06-14<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2-1/+9
2019-06-13Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.Joseph Myers2-0/+4
2019-06-13Allow memset local PLT reference for powerpc soft-float.Joseph Myers2-0/+6
2019-06-13aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy4-4/+69
2019-06-13aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2-0/+12
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella20-654/+29
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella3-58/+10
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella20-634/+28
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella3-43/+9
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella36-1381/+48