about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab2023-01-023-6/+48
* htl: Fix sem_wait race between read and gsync_waitSamuel Thibault2022-12-301-2/+2
* Avoid use of atoi in mallocJoseph Myers2022-12-221-7/+12
* Linux: Pass size argument of epoll_create to the kernelFlorian Weimer2022-12-221-1/+1
* Simplify scripts/cross-test-ssh.sh configuration.Carlos O'Donell2022-12-221-1/+1
* Define MADV_COLLAPSE from Linux 6.1Joseph Myers2022-12-222-0/+3
* powerpc64: Increase SIGSTKSZ and MINSIGSTKSZRajalakshmi Srinivasaraghavan2022-12-211-0/+5
* Update all PO files in preparation for release.Carlos O'Donell2022-12-2137-5762/+9990
* Update kernel version to 6.1 in header constant testsJoseph Myers2022-12-213-4/+4
* Update syscall lists for Linux 6.1Joseph Myers2022-12-201-2/+2
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-196-89/+57
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-194-121/+58
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-193-28/+52
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-193-45/+109
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-194-53/+24
* stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer2022-12-191-0/+8
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-1918-1480/+950