aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-28support: Add xdlvsym functionFlorian Weimer
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes
2019-06-27Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-26Linux: Add nds32 specific syscalls to syscall-names.listVincent Chen
2019-06-26Fix build warnings in nptl/tst-eintr1.cStefan Liebler
2019-06-26Fix build warnings in locale/programs/ld-ctype.cStefan Liebler
2019-06-25S390: Regenerate ULPs.Stefan Liebler
2019-06-24szl_PL locale: Fix a typo in the previous commit (bug 24652).Rafal Luzynski
2019-06-24szl_PL locale: Spelling corrections (bug 24652).Grzegorz Kulik
2019-06-21nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831).Rafal Luzynski
2019-06-21Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser
2019-06-21nptl: Convert various tests to use libsupportMike Crowe
2019-06-21support: Invent verbose_printf macroMike Crowe
2019-06-21support: Add xclock_now helper function.Mike Crowe
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin
2019-06-19[powerpc] add 'volatile' to asmPaul A. Clarke
2019-06-19powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]Stan Shebs
2019-06-19nl_AW locale: Correct the negative monetary format (bug 24614).Rafal Luzynski
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler
2019-06-19dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer
2019-06-17nl_NL locale: Correct the negative monetary format (bug 24614).Rafal Luzynski
2019-06-17m68k: Remove vDSO supportAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-14Linux: Fix __glibc_has_include use for <sys/stat.h> and statxFlorian Weimer
2019-06-14<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer
2019-06-13Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.Joseph Myers
2019-06-13Allow memset local PLT reference for powerpc soft-float.Joseph Myers
2019-06-13aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-06-13aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for isnanAdhemerval Zanella
2019-06-12benchtests: Add isnan/isinf/isfinite benchmarkAdhemerval Zanella
2019-06-12powerpc: copysign cleanupAdhemerval Zanella
2019-06-12powerpc: consolidate rintAdhemerval Zanella
2019-06-12libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer
2019-06-12<sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer
2019-06-12Improve performance of memmemWilco Dijkstra