aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Update syscall lists for Linux 5.17Joseph Myers27-2/+29
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella1-5/+5
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella1-11/+0
2022-03-22configure.ac: fix bashisms in configure.acSam James4-4/+4
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar1-12/+33
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 Poyarekar1-52/+91
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-14Add access function attributes to epoll_waitSteve Grubb1-4/+8
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey1-360/+358
2022-03-07x86_64: Fix svml_d_tanh4_core_avx2.S code formattingSunil K Pandey1-1166/+1164
2022-03-07x86_64: Fix svml_d_tanh2_core_sse4.S code formattingSunil K Pandey1-1160/+1158
2022-03-07x86_64: Fix svml_s_tanhf8_core_avx2.S code formattingSunil K Pandey1-732/+730
2022-03-07x86_64: Fix svml_s_tanhf4_core_sse4.S code formattingSunil K Pandey1-721/+719
2022-03-07x86_64: Fix svml_s_tanhf16_core_avx512.S code formattingSunil K Pandey1-269/+267
2022-03-07x86_64: Fix svml_d_tan8_core_avx512.S code formattingSunil K Pandey1-2624/+2621
2022-03-07x86_64: Fix svml_d_tan4_core_avx2.S code formattingSunil K Pandey1-6047/+6044
2022-03-07x86_64: Fix svml_d_tan2_core_sse4.S code formattingSunil K Pandey1-6073/+6070
2022-03-07x86_64: Fix svml_s_tanf8_core_avx2.S code formattingSunil K Pandey1-2470/+2467
2022-03-07x86_64: Fix svml_s_tanf4_core_sse4.S code formattingSunil K Pandey1-2511/+2508
2022-03-07x86_64: Fix svml_s_tanf16_core_avx512.S code formattingSunil K Pandey1-818/+815
2022-03-07x86_64: Fix svml_d_sinh8_core_avx512.S code formattingSunil K Pandey1-399/+397
2022-03-07x86_64: Fix svml_d_sinh4_core_avx2.S code formattingSunil K Pandey1-408/+406
2022-03-07x86_64: Fix svml_d_sinh2_core_sse4.S code formattingSunil K Pandey1-393/+391
2022-03-07x86_64: Fix svml_s_sinhf8_core_avx2.S code formattingSunil K Pandey1-247/+245
2022-03-07x86_64: Fix svml_s_sinhf4_core_sse4.S code formattingSunil K Pandey1-246/+244
2022-03-07x86_64: Fix svml_s_sinhf16_core_avx512.S code formattingSunil K Pandey1-256/+254
2022-03-07x86_64: Fix svml_d_log28_core_avx512.S code formattingSunil K Pandey1-236/+235
2022-03-07x86_64: Fix svml_d_log24_core_avx2.S code formattingSunil K Pandey1-1242/+1241
2022-03-07x86_64: Fix svml_d_log22_core_sse4.S code formattingSunil K Pandey1-1256/+1255
2022-03-07x86_64: Fix svml_s_log2f8_core_avx2.S code formattingSunil K Pandey1-168/+167
2022-03-07x86_64: Fix svml_s_log2f4_core_sse4.S code formattingSunil K Pandey1-165/+164
2022-03-07x86_64: Fix svml_s_log2f16_core_avx512.S code formattingSunil K Pandey1-174/+173
2022-03-07x86_64: Fix svml_d_log1p8_core_avx512.S code formattingSunil K Pandey1-260/+259
2022-03-07x86_64: Fix svml_d_log1p4_core_avx2.S code formattingSunil K Pandey1-1294/+1293
2022-03-07x86_64: Fix svml_d_log1p2_core_sse4.S code formattingSunil K Pandey1-1308/+1307
2022-03-07x86_64: Fix svml_s_log1pf8_core_avx2.S code formattingSunil K Pandey1-196/+195