about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella2022-06-015-585/+12
* benchtests: Add workload name for sincosfAdhemerval Zanella2022-06-011-0/+1
* i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella2022-06-015-565/+13
* i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella2022-06-015-552/+13
* benchtests: Add workload name for cosfAdhemerval Zanella2022-06-011-1/+1
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-016-3/+55
* manual: fix reference to source fileAndreas Schwab2022-05-311-1/+1
* Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers2022-05-311-0/+1
* elf: Remove _dl_skip_argsAdhemerval Zanella2022-05-303-7/+0
* x86_64: Remove _dl_skip_args usageAdhemerval Zanella2022-05-302-22/+3
* sparc: Remove _dl_skip_args usageAdhemerval Zanella2022-05-302-79/+4
* sh: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-15/+1
* s390: Remove _dl_skip_args usageAdhemerval Zanella2022-05-302-62/+0
* riscv: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-11/+1
* nios2: Remove _dl_skip_args usage (BZ# 29187)Adhemerval Zanella2022-05-301-40/+10
* mips: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-29/+2
* 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