aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer29-0/+1534
2022-12-19locale: Implement struct grouping_iteratorFlorian Weimer4-1/+461
2022-12-19Use Linux 6.1 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-12-19Avoid use of atoi in some places in libcJoseph Myers4-8/+8
2022-12-19Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2-2/+2
2022-12-19Linux: Reflow and sort some Makefile variablesFlorian Weimer1-63/+155
2022-12-19mach: Drop remnants of old_CFLAGSSamuel Thibault2-8/+0
2022-12-19mach: Fix passing -ffreestanding when checking for gnumach headersSamuel Thibault2-12/+6
2022-12-19Force use of -ffreestanding when checking for gnumach headersFlavio Cruz2-1/+13
2022-12-15elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella1-4/+4
2022-12-15x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein1-1/+11
2022-12-13Allow _Qp_fgt in sparc64 localplt.dataJoseph Myers1-0/+1
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella3-9/+2
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella3-28/+98
2022-12-09time: Use 64 bit time on tzfileAdhemerval Zanella Netto1-1/+1
2022-12-09nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2-2/+2
2022-12-09nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2-6/+6
2022-12-08realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2-0/+33
2022-12-07Linux: Consolidate typesizes.hAdhemerval Zanella Netto9-0/+646
2022-12-07Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto2-57/+54
2022-12-07Linux: make generic xstatver.h the default oneAdhemerval Zanella Netto4-11/+37
2022-12-07Linux: Remove generic sysdepAdhemerval Zanella Netto10-33/+21
2022-12-07Linux: Assume and consolidate shutdown wire-up syscallAdhemerval Zanella Netto10-15/+8