aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-25benchtests: Use json-lib in bench-strspn.cNoah Goldstein1-20/+58
2022-03-25benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein1-20/+61
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein1-66/+80
2022-03-25x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein1-97/+107
2022-03-25benchtests: Add random benchmark in bench-strchr.cNoah Goldstein1-0/+143
2022-03-25benchtests: Use json-lib in bench-strchr.cNoah Goldstein1-30/+64
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-03-23iconvdata: Fix enum type on UTF-7Adhemerval Zanella1-1/+1
2022-03-23nscd: Remove unused variableAdhemerval Zanella1-5/+1
2022-03-23support: Fix support_process_state_wait path size calculationAdhemerval Zanella1-1/+2
2022-03-23support: Remove unused extract_8 functionAdhemerval Zanella1-11/+0
2022-03-23locale: Remove ununsed wctype_table_get functionAdhemerval Zanella1-27/+0
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella1-12/+0
2022-03-23Update syscall lists for Linux 5.17Joseph Myers27-2/+29
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella1-5/+5
2022-03-23malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella1-2/+1
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella1-11/+0
2022-03-22configure.ac: fix bashisms in configure.acSam James6-6/+6
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar1-12/+33
2022-03-22Use Linux 5.17 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-03-22resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin3-14/+21
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar1-250/+248
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar1-65/+84
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar1-2/+2
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar1-90/+86
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar1-65/+62
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar1-58/+59
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar1-277/+286
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar1-114/+134
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar1-63/+64
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar1-439/+452
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar1-100/+78
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar1-9/+25
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar1-55/+75
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar5-52/+750
2022-03-21iconv: Add UTF-7-IMAP variant in utf-7.cMax Gautier5-6/+62
2022-03-21iconv: make utf-7.c able to use variantsMax Gautier1-62/+172
2022-03-21iconv: Better mapping to RFC for UTF-7Max Gautier1-29/+31
2022-03-21iconv: Always encode "optional direct" UTF-7 charactersMax Gautier1-10/+2
2022-03-18stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer1-27/+93
2022-03-18libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)Florian Weimer2-2/+8
2022-03-18libio: Convert tst_swprintf to the test frameworkFlorian Weimer1-51/+28
2022-03-18scripts/dso-ordering-test.py: Fix C&P error in * callrefs processingFlorian Weimer1-3/+3
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer1-0/+1
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer1-66/+217
2022-03-17nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar1-15/+24
2022-03-16benchtests: Use "=" instead of ":=" [BZ #28970]H.J. Lu1-2/+4
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin1-1/+1
2022-03-15hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2-82/+72
2022-03-14associate a deallocator for iconv_openSteve Grubb1-7/+8