aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-03-25x86: Optimize strspn in strspn-c.cNoah Goldstein
2022-03-25x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein
2022-03-25x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella
2022-03-23Update syscall lists for Linux 5.17Joseph Myers
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella
2022-03-22configure.ac: fix bashisms in configure.acSam James
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin
2022-03-15hppa: Implement swapcontext in assembler (bug 28960)John David Anglin
2022-03-14Add access function attributes to epoll_waitSteve Grubb
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tanh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tanh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_sinh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_sinh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_sinh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_sinhf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_sinhf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_sinhf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_log28_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_log24_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_log22_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_log2f8_core_avx2.S code formattingSunil K Pandey