about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-5/+0
* m68k: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-7/+0
* ia64: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-56/+14
* i686: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-11/+2
* hppa: Remove _dl_skip_args usage (BZ# 29165)Adhemerval Zanella2022-05-301-22/+14
* csky: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-18/+1
* arc: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-15/+2
* arm: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-39/+0
* alpha: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-41/+0
* benchtests: Improve benchtests for strstr, memmem, and memchrNoah Goldstein2022-05-273-92/+283
* dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song2022-05-275-1/+77
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-05-261-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-05-267-0/+346
* Update kernel version to 5.18 in header constant testsJoseph Myers2022-05-262-2/+2
* String: Improve overflow test coverage for strnlenSunil K Pandey2022-05-251-0/+2
* Update syscall-names.list for Linux 5.18Joseph Myers2022-05-251-2/+2
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-258-50/+499
* Use Linux 5.18 in build-many-glibcs.pyJoseph Myers2022-05-241-1/+1
* stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer2022-05-241-18/+3
* stdio-common: Move union printf_arg int <printf.h>Florian Weimer2022-05-242-23/+21
* stdio-common: Add printf specifier registry to <printf.h>Florian Weimer2022-05-245-14/+9
* elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song2022-05-231-0/+1
* benchtests: Improve bench-strnlen.cNoah Goldstein2022-05-231-25/+52
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-2312-208/+29
* linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella2022-05-231-0/+4
* Revert "[ARM][BZ #17711] Fix extern protected data handling"Fangrui Song2022-05-232-28/+3
* Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song2022-05-232-28/+6
* elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev2022-05-231-22/+34
* dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song2022-05-231-12/+10
* elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein2022-05-235-13/+144
* nss: Optimize nss_hash in nss_hash.cNoah Goldstein2022-05-231-37/+42
* benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein2022-05-237-8/+335
* nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein2022-05-234-0/+124
* elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein2022-05-233-0/+158
* elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein2022-05-232-11/+42
* locale: Add more cached data to LC_CTYPEFlorian Weimer2022-05-235-24/+117
* locale: Remove private union from struct __locale_dataFlorian Weimer2022-05-2318-81/+74
* locale: Remove cleanup function pointer from struct __localedataFlorian Weimer2022-05-239-31/+27
* locale: Call _nl_unload_locale from _nl_archive_subfreeresFlorian Weimer2022-05-231-7/+1
* stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2022-05-232-0/+80
* __printf_fphex always uses LC_NUMERICFlorian Weimer2022-05-231-19/+11
* vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer2022-05-231-87/+43
* vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2022-05-232-499/+517
* stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2022-05-232-0/+98
* string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich2022-05-231-1/+1
* Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu2022-05-183-1/+18
* S390: Enable static PIEStefan Liebler2022-05-183-0/+242
* linux: Add tst-pidfd.cAdhemerval Zanella2022-05-172-0/+173
* linux: Add P_PIDFDAdhemerval Zanella2022-05-174-7/+28
* linux: Add pidfd_send_signalAdhemerval Zanella2022-05-1737-3/+46