aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-17AArch64: Optimize strchrWilco Dijkstra1-28/+24
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2023-01-17AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2023-01-17AArch64: Optimize memchrWilco Dijkstra1-13/+14
2023-01-15hurd: Fix _NOFLSH valueSamuel Thibault1-1/+1
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella3-48/+44
2023-01-12string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella1-0/+24
2023-01-12scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella1-2/+0
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella4-287/+27
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella3-11/+24
2023-01-11math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella1-0/+11
2023-01-11sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella1-3/+4
2023-01-11locale: Use correct buffer size for utf8_sequence_error [BZ #19444]Adhemerval Zanella1-1/+1
2023-01-10Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-01-10Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar2-0/+251
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers21-21/+21
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers12181-12183/+12183
2023-01-06Remove trailing whitespace in gmp.hJoseph Myers1-1/+1
2023-01-06Remove trailing whitespaceJoseph Myers1-1/+1
2023-01-06C2x semantics for <tgmath.h>Joseph Myers2-162/+297
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer4-20/+93
2023-01-05Fix ldbl-128 built-in function useJoseph Myers3-2/+6
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu1-9/+16
2023-01-02i686: Regenerate ulpsAndreas K. Hüttel1-7/+7
2023-01-02hurd getcwd: Fix memory leak on errorSamuel Thibault1-0/+2
2023-01-02hurd fcntl: Make LOCKED macro more robustSamuel Thibault1-2/+3
2023-01-02hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault1-1/+2
2023-01-02htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault1-3/+0
2023-01-02hurd hurdstartup: Initialize remaining fields of hurd_startup_dataSamuel Thibault1-0/+5
2023-01-02hurd _S_msg_add_auth: Initialize new arrays to 0Samuel Thibault1-6/+9
2023-01-02htl: Check error returned by __getrlimitSamuel Thibault1-2/+2
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab3-6/+48
2022-12-30htl: Fix sem_wait race between read and gsync_waitSamuel Thibault1-2/+2
2022-12-22Avoid use of atoi in mallocJoseph Myers1-7/+12
2022-12-22Linux: Pass size argument of epoll_create to the kernelFlorian Weimer1-1/+1
2022-12-22Simplify scripts/cross-test-ssh.sh configuration.Carlos O'Donell1-1/+1
2022-12-22Define MADV_COLLAPSE from Linux 6.1Joseph Myers2-0/+3
2022-12-21powerpc64: Increase SIGSTKSZ and MINSIGSTKSZRajalakshmi Srinivasaraghavan1-0/+5
2022-12-21Update all PO files in preparation for release.Carlos O'Donell37-5762/+9990
2022-12-21Update kernel version to 6.1 in header constant testsJoseph Myers3-4/+4
2022-12-20Update syscall lists for Linux 6.1Joseph Myers1-2/+2
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer6-89/+57
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer4-121/+58
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer3-28/+52
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer3-45/+109
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer4-53/+24
2022-12-19stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer1-0/+8
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer18-1480/+950
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer3-1/+55
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer5-0/+114