about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* libio: Convert __vswprintf_internal to buffers (bug 27857) fw/vfprintf-2Florian Weimer2022-12-126-89/+57
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-123-120/+58
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-123-28/+49
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-123-45/+104
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-123-52/+24
* stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer2022-12-121-0/+8
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-1216-1474/+943
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-123-1/+55
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-125-0/+114
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-1228-0/+1522
* locale: Implement struct grouping_iteratorFlorian Weimer2022-12-124-1/+461
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2022-12-091-1/+1
* nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2022-12-092-2/+2
* nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2022-12-092-6/+6
* realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2022-12-082-0/+33
* Linux: Consolidate typesizes.hAdhemerval Zanella Netto2022-12-079-0/+646
* Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto2022-12-072-57/+54
* Linux: make generic xstatver.h the default oneAdhemerval Zanella Netto2022-12-074-11/+37
* Linux: Remove generic sysdepAdhemerval Zanella Netto2022-12-0710-33/+21
* Linux: Assume and consolidate shutdown wire-up syscallAdhemerval Zanella Netto2022-12-0710-15/+8
* Linux: Assume and consolidate listen wire-up syscallAdhemerval Zanella Netto2022-12-0710-17/+6
* Linux: Assume and consolidate socketpair wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate socket wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate bind wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+9
* Linux: consolidate ____longjmp_chkAdhemerval Zanella Netto2022-12-071-3/+3
* Linux: consolidate sendfile implementationAdhemerval Zanella Netto2022-12-077-11/+49
* Linux: consolidate unlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate symlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate rmdir implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate readlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate mkdir implementationAdhemerval Zanella Netto2022-12-071-7/+8
* Linux: consolidate link implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate lchown implementationAdhemerval Zanella Netto2022-12-071-3/+8
* Linux: consolidate inotify_init implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate dup2 implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chown implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chmod implementationAdhemerval Zanella Netto2022-12-071-3/+7
* linux: Consolidate dl-origin.cAdhemerval Zanella Netto2022-12-072-88/+5
* linux: Use long int for syscall return valueXing Li2022-12-071-1/+1
* LoongArch: Use medium cmodel build libc_nonshared.a.Chenghua Xu2022-12-073-0/+38
* x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2022-12-062-3/+3
* configure: Remove AS checkAdhemerval Zanella2022-12-066-76/+3
* configure: Remove check if ld is GNUAdhemerval Zanella2022-12-063-127/+91
* configure: Remove check if as is GNUAdhemerval Zanella2022-12-062-26/+0
* configure: Move locale tools earlyAdhemerval Zanella2022-12-062-649/+649
* hurd: Make getrandom cache the server portSergey Bugaev2022-12-021-15/+102
* powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan2022-12-025-256/+2
* x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2022-12-022-0/+8
* x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu2022-12-025-1/+73