summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux: Use getdents64 on readdir64 compat implementationazanella/bz23960-direntAdhemerval Zanella2023-01-274-108/+50
* linux: Add __old_readdir64_unlockedAdhemerval Zanella2023-01-273-70/+35
* linux: Add __readdir64_unlockedAdhemerval Zanella2023-01-273-68/+33
* linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)Adhemerval Zanella2023-01-2713-7/+319
* linux: Use getdents64 on non-LFS readdirAdhemerval Zanella2023-01-274-29/+67
* stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer2023-01-254-10/+155
* Document '%F' format specifierPaul Pluzhnikov2023-01-251-11/+12
* sparc (64bit): Regenerate ulpsAndreas K. Hüttel2023-01-241-3/+4
* ia64: Regenerate ulpsAndreas K. Hüttel2023-01-241-2/+2
* Update libc.pot for 2.37 release.Carlos O'Donell2023-01-231-306/+282
* x86: Cache computation for AMD architecture.Sajan Karumanchi2023-01-181-159/+45
* manual: Fix typoMartin Joerg2023-01-181-1/+1
* Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers2023-01-171-0/+1
* Add IPPROTO_L2TP from Linux 6.1 to netinet/in.hJoseph Myers2023-01-171-0/+2
* AArch64: Improve strrchrWilco Dijkstra2023-01-171-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2023-01-171-21/+18
* AArch64: Optimize strlenWilco Dijkstra2023-01-171-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2023-01-171-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2023-01-171-2/+10
* AArch64: Optimize strchrWilco Dijkstra2023-01-171-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2023-01-171-9/+11
* AArch64: Optimize memchrWilco Dijkstra2023-01-171-13/+14
* hurd: Fix _NOFLSH valueSamuel Thibault2023-01-151-1/+1
* elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2023-01-123-48/+44
* string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella2023-01-121-0/+24
* scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella2023-01-121-2/+0
* configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella2023-01-124-287/+27
* configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella2023-01-113-11/+24
* math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella2023-01-111-0/+11
* sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella2023-01-111-3/+4
* locale: Use correct buffer size for utf8_sequence_error [BZ #19444]Adhemerval Zanella2023-01-111-1/+1
* Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers2023-01-101-0/+1
* Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar2023-01-102-0/+251
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-0621-21/+21
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0612181-12183/+12183
* Remove trailing whitespace in gmp.hJoseph Myers2023-01-061-1/+1
* Remove trailing whitespaceJoseph Myers2023-01-061-1/+1
* C2x semantics for <tgmath.h>Joseph Myers2023-01-062-162/+297
* time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer2023-01-054-20/+93
* Fix ldbl-128 built-in function useJoseph Myers2023-01-053-2/+6
* x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu2023-01-031-9/+16
* i686: Regenerate ulpsAndreas K. Hüttel2023-01-021-7/+7
* hurd getcwd: Fix memory leak on errorSamuel Thibault2023-01-021-0/+2
* hurd fcntl: Make LOCKED macro more robustSamuel Thibault2023-01-021-2/+3
* hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault2023-01-021-1/+2
* htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault2023-01-021-3/+0
* hurd hurdstartup: Initialize remaining fields of hurd_startup_dataSamuel Thibault2023-01-021-0/+5
* hurd _S_msg_add_auth: Initialize new arrays to 0Samuel Thibault2023-01-021-6/+9
* htl: Check error returned by __getrlimitSamuel Thibault2023-01-021-2/+2