summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Make atexit to not act as __cxa_atexitazanella/atexit-orderAdhemerval Zanella2019-07-1115-235/+332
* stdlib: Testcase to show wrong atexit execution orderAdhemerval Zanella2019-07-117-1/+265
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-07-0118-5/+387
* powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke2019-06-306-30/+94
* Further improve string bench timingWilco Dijkstra2019-06-2813-13/+31
* Bump up the runtime for "short" benchmarksAnton Youdkevitch2019-06-2810-8/+22
* Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer2019-06-282-3/+15
* Replace PREPARE_VERSION macro with inline functionTobias Klauser2019-06-282-9/+16
* ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer2019-06-2812-35/+223
* support: Add xdlvsym functionFlorian Weimer2019-06-283-0/+26
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-06-2814-783/+81
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-274-17/+95
* Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer2019-06-274-0/+67
* x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu2019-06-263-31/+6
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-268-383/+10
* powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-2623-547/+182
* Linux: Add nds32 specific syscalls to syscall-names.listVincent Chen2019-06-262-0/+7
* Fix build warnings in nptl/tst-eintr1.cStefan Liebler2019-06-262-3/+7
* Fix build warnings in locale/programs/ld-ctype.cStefan Liebler2019-06-262-1/+7
* S390: Regenerate ULPs.Stefan Liebler2019-06-252-6/+10
* szl_PL locale: Fix a typo in the previous commit (bug 24652).Rafal Luzynski2019-06-242-1/+7
* szl_PL locale: Spelling corrections (bug 24652).Grzegorz Kulik2019-06-242-15/+37
* nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831).Rafal Luzynski2019-06-213-4/+12
* Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser2019-06-219-11/+34
* nptl: Convert various tests to use libsupportMike Crowe2019-06-2110-409/+126
* support: Invent verbose_printf macroMike Crowe2019-06-212-0/+10
* support: Add xclock_now helper function.Mike Crowe2019-06-212-0/+14
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-205-5/+76
* [powerpc] add 'volatile' to asmPaul A. Clarke2019-06-193-5/+12
* powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]Stan Shebs2019-06-194-1/+35
* nl_AW locale: Correct the negative monetary format (bug 24614).Rafal Luzynski2019-06-192-2/+9
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-197-6/+21
* dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]Florian Weimer2019-06-192-0/+18
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-185-6/+79
* nl_NL locale: Correct the negative monetary format (bug 24614).Rafal Luzynski2019-06-174-3/+14
* m68k: Remove vDSO supportAdhemerval Zanella2019-06-1710-321/+43
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-1731-490/+240
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1723-342/+116
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1722-225/+113
* Linux: Fix __glibc_has_include use for <sys/stat.h> and statxFlorian Weimer2019-06-142-2/+10
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-142-1/+9
* Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.Joseph Myers2019-06-132-0/+4
* Allow memset local PLT reference for powerpc soft-float.Joseph Myers2019-06-132-0/+6
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-134-4/+69
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-132-0/+12
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-1220-654/+29
* math: Use wordsize-64 version for finiteAdhemerval Zanella2019-06-123-58/+10
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-1220-634/+28
* math: Use wordsize-64 version for isinfAdhemerval Zanella2019-06-123-43/+9
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1236-1381/+48