about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MIPS: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+39
* m68k: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+27
* C-SKY: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-10/+72
* Remove configure fno_unit_at_a_timeAdhemerval Zanella2022-05-133-52/+0
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-138-26/+47
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-1316-33/+120
* Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu2022-05-131-6/+8
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-135-20/+41
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-05-094-2/+89
* Linux: Implement a useful version of _startup_fatalFlorian Weimer2022-05-093-19/+65
* ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2022-05-092-13/+15
* linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella2022-05-061-1/+1
* benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2022-05-062-0/+140
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-6/+9