about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-193-1/+55
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-195-0/+114
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-1929-0/+1534
* locale: Implement struct grouping_iteratorFlorian Weimer2022-12-194-1/+461
* Use Linux 6.1 in build-many-glibcs.pyJoseph Myers2022-12-191-1/+1
* Avoid use of atoi in some places in libcJoseph Myers2022-12-194-8/+8
* Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2022-12-192-2/+2
* Linux: Reflow and sort some Makefile variablesFlorian Weimer2022-12-191-63/+155
* mach: Drop remnants of old_CFLAGSSamuel Thibault2022-12-192-8/+0
* mach: Fix passing -ffreestanding when checking for gnumach headersSamuel Thibault2022-12-192-12/+6
* Force use of -ffreestanding when checking for gnumach headersFlavio Cruz2022-12-192-1/+13
* elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella2022-12-151-4/+4
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2022-12-151-1/+11
* Allow _Qp_fgt in sparc64 localplt.dataJoseph Myers2022-12-131-0/+1
* stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella2022-12-123-9/+2
* elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella2022-12-123-28/+98
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2022-12-091-1/+1