Age | Commit message (Expand) | Author | Files | Lines |
2023-01-17 | AArch64: Optimize strchr | Wilco Dijkstra | 1 | -28/+24 |
2023-01-17 | AArch64: Improve strlen_asimd | Wilco Dijkstra | 1 | -12/+4 |
2023-01-17 | AArch64: Optimize memrchr | Wilco Dijkstra | 1 | -9/+11 |
2023-01-17 | AArch64: Optimize memchr | Wilco Dijkstra | 1 | -13/+14 |
2023-01-15 | hurd: Fix _NOFLSH value | Samuel Thibault | 1 | -1/+1 |
2023-01-12 | elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864] | Adhemerval Zanella | 3 | -48/+44 |
2023-01-12 | string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444] | Adhemerval Zanella | 1 | -0/+24 |
2023-01-12 | scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option | Adhemerval Zanella | 1 | -2/+0 |
2023-01-12 | configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS | Adhemerval Zanella | 4 | -287/+27 |
2023-01-11 | configure: Allow user override LD, AR, OBJCOPY, and GPROF | Adhemerval Zanella | 3 | -11/+24 |
2023-01-11 | math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444] | Adhemerval Zanella | 1 | -0/+11 |
2023-01-11 | sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444] | Adhemerval Zanella | 1 | -3/+4 |
2023-01-11 | locale: Use correct buffer size for utf8_sequence_error [BZ #19444] | Adhemerval Zanella | 1 | -1/+1 |
2023-01-10 | Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h | Joseph Myers | 1 | -0/+1 |
2023-01-10 | Add _FORTIFY_SOURCE implementation documentation [BZ #28998] | Siddhesh Poyarekar | 2 | -0/+251 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 21 | -21/+21 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 12181 | -12183/+12183 |
2023-01-06 | Remove trailing whitespace in gmp.h | Joseph Myers | 1 | -1/+1 |
2023-01-06 | Remove trailing whitespace | Joseph Myers | 1 | -1/+1 |
2023-01-06 | C2x semantics for <tgmath.h> | Joseph Myers | 2 | -162/+297 |
2023-01-05 | time: Set daylight to 1 for matching DST/offset change (bug 29951) | Florian Weimer | 4 | -20/+93 |
2023-01-05 | Fix ldbl-128 built-in function use | Joseph Myers | 3 | -2/+6 |
2023-01-03 | x86: Check minimum/maximum of non_temporal_threshold [BZ #29953] | H.J. Lu | 1 | -9/+16 |
2023-01-02 | i686: Regenerate ulps | Andreas K. Hüttel | 1 | -7/+7 |
2023-01-02 | hurd getcwd: Fix memory leak on error | Samuel Thibault | 1 | -0/+2 |
2023-01-02 | hurd fcntl: Make LOCKED macro more robust | Samuel Thibault | 1 | -2/+3 |
2023-01-02 | hurd: Make dl-sysdep __sbrk check __vm_allocate call | Samuel Thibault | 1 | -1/+2 |
2023-01-02 | htl: Drop duplicate check in __pthread_stack_alloc | Samuel Thibault | 1 | -3/+0 |
2023-01-02 | hurd hurdstartup: Initialize remaining fields of hurd_startup_data | Samuel Thibault | 1 | -0/+5 |
2023-01-02 | hurd _S_msg_add_auth: Initialize new arrays to 0 | Samuel Thibault | 1 | -6/+9 |
2023-01-02 | htl: Check error returned by __getrlimit | Samuel Thibault | 1 | -2/+2 |
2023-01-02 | getdelim: ensure error indicator is set on error (bug 29917) | Andreas Schwab | 3 | -6/+48 |
2022-12-30 | htl: Fix sem_wait race between read and gsync_wait | Samuel Thibault | 1 | -2/+2 |
2022-12-22 | Avoid use of atoi in malloc | Joseph Myers | 1 | -7/+12 |
2022-12-22 | Linux: Pass size argument of epoll_create to the kernel | Florian Weimer | 1 | -1/+1 |
2022-12-22 | Simplify scripts/cross-test-ssh.sh configuration. | Carlos O'Donell | 1 | -1/+1 |
2022-12-22 | Define MADV_COLLAPSE from Linux 6.1 | Joseph Myers | 2 | -0/+3 |
2022-12-21 | powerpc64: Increase SIGSTKSZ and MINSIGSTKSZ | Rajalakshmi Srinivasaraghavan | 1 | -0/+5 |
2022-12-21 | Update all PO files in preparation for release. | Carlos O'Donell | 37 | -5762/+9990 |
2022-12-21 | Update kernel version to 6.1 in header constant tests | Joseph Myers | 3 | -4/+4 |
2022-12-20 | Update syscall lists for Linux 6.1 | Joseph Myers | 1 | -2/+2 |
2022-12-19 | libio: Convert __vswprintf_internal to buffers (bug 27857) | Florian Weimer | 6 | -89/+57 |
2022-12-19 | libio: Convert __obstack_vprintf_internal to buffers (bug 27124) | Florian Weimer | 4 | -121/+58 |
2022-12-19 | libio: Convert __vdprintf_internal to buffers | Florian Weimer | 3 | -28/+52 |
2022-12-19 | libio: Convert __vasprintf_internal to buffers | Florian Weimer | 3 | -45/+109 |
2022-12-19 | libio: Convert __vsprintf_internal to buffers | Florian Weimer | 4 | -53/+24 |
2022-12-19 | stdio-common: Add lock optimization to vfprintf and vfwprintf | Florian Weimer | 1 | -0/+8 |
2022-12-19 | stdio-common: Convert vfprintf and related functions to buffers | Florian Weimer | 18 | -1480/+950 |
2022-12-19 | stdio-common: Add __translated_number_width | Florian Weimer | 3 | -1/+55 |
2022-12-19 | stdio-common: Add __printf_function_invoke | Florian Weimer | 5 | -0/+114 |