about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)Adhemerval Zanella2022-06-011-3/+6
* catgets: Use 64 bit stat for __open_catalog (BZ# 29211)Adhemerval Zanella2022-06-011-2/+2
* inet: Use 64 bit stat for ruserpass (BZ# 29210)Adhemerval Zanella2022-06-011-2/+2
* socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella2022-06-011-2/+2
* posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella2022-06-011-2/+2
* posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella2022-06-012-4/+4
* misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella2022-06-011-2/+2
* misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella2022-06-011-3/+2
* linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui2022-06-011-1/+2
* Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers2022-06-011-0/+2
* Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers2022-06-011-0/+1
* 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