about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linux: Add pidfd_getfdAdhemerval Zanella2022-05-1738-3/+47
* linux: Add pidfd_openAdhemerval Zanella2022-05-1739-1/+133
* aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy2022-05-173-75/+56
* linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2022-05-172-0/+75
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-1712-153/+5
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-172-30/+73
* scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer2022-05-161-0/+12
* Remove dl-librecon.h header.Adhemerval Zanella2022-05-167-116/+4
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-1614-207/+91
* Remove kernel version checkAdhemerval Zanella2022-05-1617-309/+33
* linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella2022-05-161-32/+4
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-167-10/+202
* Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer2022-05-165-78/+71
* sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely2022-05-161-2/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-161-1/+1
* Update RISC-V specific ELF definitionsAndreas Schwab2022-05-161-0/+15
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-1611-235/+2
* RISC-V: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-15/+82