aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar8-50/+499
2022-05-24Use Linux 5.18 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer1-18/+3
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer2-23/+21
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer5-14/+9
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song1-0/+1
2022-05-23benchtests: Improve bench-strnlen.cNoah Goldstein1-25/+52
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella12-208/+29
2022-05-23linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella1-0/+4
2022-05-23Revert "[ARM][BZ #17711] Fix extern protected data handling"Fangrui Song2-28/+3
2022-05-23Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song2-28/+6
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev1-22/+34
2022-05-23dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song1-12/+10
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein5-13/+144
2022-05-23nss: Optimize nss_hash in nss_hash.cNoah Goldstein1-37/+42
2022-05-23benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein7-8/+335
2022-05-23nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein4-0/+124
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein3-0/+158
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein2-11/+42
2022-05-23locale: Add more cached data to LC_CTYPEFlorian Weimer5-24/+117
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer18-81/+74
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer9-31/+27
2022-05-23locale: Call _nl_unload_locale from _nl_archive_subfreeresFlorian Weimer1-7/+1
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2-0/+80
2022-05-23__printf_fphex always uses LC_NUMERICFlorian Weimer1-19/+11
2022-05-23vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer1-87/+43
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2-499/+517
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2-0/+98
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich1-1/+1
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu3-1/+18
2022-05-18S390: Enable static PIEStefan Liebler3-0/+242
2022-05-17linux: Add tst-pidfd.cAdhemerval Zanella2-0/+173
2022-05-17linux: Add P_PIDFDAdhemerval Zanella4-7/+28
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella37-3/+46
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella38-3/+47
2022-05-17linux: Add pidfd_openAdhemerval Zanella39-1/+133
2022-05-17aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy3-75/+56
2022-05-17linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2-0/+75
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy12-153/+5
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2-30/+73
2022-05-16scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer1-0/+12
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella7-116/+4
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella14-207/+91
2022-05-16Remove kernel version checkAdhemerval Zanella17-309/+33
2022-05-16linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella1-32/+4
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer7-10/+202
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer5-78/+71
2022-05-16sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely1-2/+2
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar1-1/+1
2022-05-16Update RISC-V specific ELF definitionsAndreas Schwab1-0/+15