aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-26Update kernel version to 5.18 in header constant testsJoseph Myers
2022-05-25String: Improve overflow test coverage for strnlenSunil K Pandey
2022-05-25Update syscall-names.list for Linux 5.18Joseph Myers
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar
2022-05-24Use Linux 5.18 in build-many-glibcs.pyJoseph Myers
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song
2022-05-23benchtests: Improve bench-strnlen.cNoah Goldstein
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-05-23linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella
2022-05-23Revert "[ARM][BZ #17711] Fix extern protected data handling"Fangrui Song
2022-05-23Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev
2022-05-23dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNUFangrui Song
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein
2022-05-23nss: Optimize nss_hash in nss_hash.cNoah Goldstein
2022-05-23benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein
2022-05-23nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein
2022-05-23locale: Add more cached data to LC_CTYPEFlorian Weimer
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer
2022-05-23locale: Call _nl_unload_locale from _nl_archive_subfreeresFlorian Weimer
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer
2022-05-23__printf_fphex always uses LC_NUMERICFlorian Weimer
2022-05-23vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu
2022-05-18S390: Enable static PIEStefan Liebler
2022-05-17linux: Add tst-pidfd.cAdhemerval Zanella
2022-05-17linux: Add P_PIDFDAdhemerval Zanella
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella
2022-05-17linux: Add pidfd_openAdhemerval Zanella
2022-05-17aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy
2022-05-17linux: Add a getauxval test [BZ #23293]Szabolcs Nagy
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy
2022-05-16scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella
2022-05-16Remove kernel version checkAdhemerval Zanella
2022-05-16linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer