about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Document CVE-2023-25139.Carlos O'Donell2023-02-071-1/+6
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-075-2/+62
* C-SKY: Strip hard float abi from hard float feature.quxm2023-02-074-43/+68
* S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler2023-02-0712-64/+423
* string: Hook up the default implementation on test-strrchrAdhemerval Zanella2023-02-061-14/+24
* string: Hook up the default implementation on test-memrchrAdhemerval Zanella2023-02-061-0/+7
* string: Hook up the default implementation on test-memchrAdhemerval Zanella2023-02-061-11/+20
* string: Hook up the default implementation on test-strcpyAdhemerval Zanella2023-02-061-10/+24
* string: Hook up the default implementation on test-stpcpyAdhemerval Zanella2023-02-061-11/+21
* string: Hook up the default implementation on test-strncmpAdhemerval Zanella2023-02-061-0/+16
* string: Hook up the default implementation on test-strcmpAdhemerval Zanella2023-02-061-0/+22
* string: Hook up the default implementation on test-strchrAdhemerval Zanella2023-02-061-15/+38
* string: Hook up the default implementation on test-strnlenAdhemerval Zanella2023-02-061-11/+24
* string: Hook up the default implementation on test-strlenAdhemerval Zanella2023-02-061-17/+14
* riscv: Add string-fza.h and string-fzi.hAdhemerval Zanella2023-02-062-0/+146
* sh: Add string-fzb.hAdhemerval Zanella2023-02-061-0/+55
* powerpc: Add string-fza.hRichard Henderson2023-02-061-0/+71
* arm: Add string-fza.hRichard Henderson2023-02-061-0/+67
* alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.hRichard Henderson2023-02-064-0/+218
* hppa: Add string-fza.h, string-fzc.h, and string-fzi.hRichard Henderson2023-02-063-0/+250
* hppa: Add memcopy.hRichard Henderson2023-02-061-0/+42
* string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella2023-02-061-17/+1
* string: Improve generic memrchrAdhemerval Zanella2023-02-061-157/+39
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-064-152/+27
* string: Improve generic memchrAdhemerval Zanella2023-02-063-143/+56
* string: Improve generic strcpyAdhemerval Zanella2023-02-061-1/+5
* string: Improve generic stpcpyAdhemerval Zanella2023-02-061-6/+86
* string: Improve generic strncmpAdhemerval Zanella2023-02-061-37/+101
* string: Improve generic strcmpAdhemerval Zanella2023-02-061-16/+94
* string: Improve generic strchrAdhemerval Zanella2023-02-062-161/+14
* string: Improve generic strchrnulAdhemerval Zanella2023-02-063-139/+22
* string: Improve generic strlenAdhemerval Zanella2023-02-062-74/+28
* Add string vectorized find and detection functionsAdhemerval Zanella2023-02-066-0/+402
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2023-02-067-17/+51
* Parameterize op_t from memcopy.hAdhemerval Zanella2023-02-064-5/+50
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-0624-48/+34
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2023-02-061-20/+14
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-063-5/+73
* Move RETURN_TO to x86/sysdep.h and implement x86_64 version.Flavio Cruz2023-02-052-34/+17
* Remove pthread-pi-defines.symAndreas Schwab2023-02-032-11/+1
* stdlib: tests: don't double-define _FORTIFY_SOURCESam James2023-02-021-1/+1
* LoongArch: Add new relocation types.caiyinyu2023-02-031-0/+40
* Remove sysdeps/mach/i386/machine-sp.hFlavio Cruz2023-02-021-30/+0
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* hurd: Move some i386 bits to x86Samuel Thibault2023-02-0210-107/+129
* Remove support setting custom demuxers during signal handling.Flavio Cruz2023-02-011-17/+0
* hurd: Implement SHM_ANONSergey Bugaev2023-02-013-4/+51
* hurd: Implement O_TMPFILESergey Bugaev2023-02-012-0/+25
* hurd: Consolidate file_name_lookup implementationSergey Bugaev2023-02-012-24/+37
* Linux: optimize clone3 internal usageAdhemerval Zanella Netto2023-02-013-1/+37