public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/azanella/clang] nptl: Fix Wincompatible-pointer-types on clang
 2022-03-10 19:21 UTC 

[glibc/azanella/clang] DIAG_IGNORE_NEEDS_COMMENT_MAYBE_UNINITIALIZED fix
 2022-03-10 19:21 UTC 

[glibc/azanella/clang] Fix -fno-unit-at-a-time for clang
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] stdio: Fix -Wtautological-constant-out-of-range-compare on clang
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] Replace DIAG_IGNORE_NEEDS_COMMENT (-Wmaybe-uninitialized) with a macro
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] stdlib: Fix macro expansion producing 'defined' has undefined behavior
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] stdlib/longlong.h: Remove incorrect lvalue to rvalue conversion from asm output constraints
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] nptl: x86_64: Use __builtin_frame_address for CURRENT_STACK_FRAME
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] libio/bits/stdio2.h fix
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code path
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] Rework not-cancel function prototypes
 2022-03-10 19:20 UTC 

[glibc/azanella/clang] Rewrite find_cxx_header config configure.ac
 2022-03-10 19:20 UTC 

[glibc] malloc: Exit early on test failure in tst-realloc
 2022-03-10  8:06 UTC 

[glibc] Add some missing access function attributes
 2022-03-10  0:27 UTC 

[glibc/maskray/relr] elf: Support DT_RELR relative relocation format [BZ #27924]
 2022-03-09  1:20 UTC 

[glibc] Created branch 'maskray/relr'
 2022-03-09  1:20 UTC 

[glibc] Deleted branch 'maskray/relr'
 2022-03-09  1:20 UTC 

[glibc/azanella/clang] Remove libc_hidden_proto (confstr)
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Disable use of -fsignaling-nans if compiler does not support it
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Consolidate open without cancellation
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] elf: Remove inline _dl_dprintf
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Disable __USE_EXTERN_INLINES for clang
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] configure: remove overly restrictive check for clang
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Remove __LDBL_REDIR macros
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Remove stdlib-ldbl.h
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Remove monetary-ldbl.h
 2022-03-08 18:57 UTC 

[glibc/azanella/clang] Remove printf-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove syslog-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove error-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove err-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Use __REDIRECT_LDBL_COMPAT for _IO_vfscanf
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove argp-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove wchar-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Remove stdio-ldbl.h
 2022-03-08 18:56 UTC 

[glibc/azanella/clang] Replace internal usage of strtol and wcstol for internal alias
 2022-03-08 18:56 UTC 

[glibc] Created branch 'azanella/clang'
 2022-03-08 18:56 UTC 

[glibc] libio: Ensure output buffer for wchars (bug #28828)
 2022-03-08 17:26 UTC 

[glibc] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
 2022-03-08 15:54 UTC 

[glibc] inet: Remove strdupa from nrl_domainname()
 2022-03-08 15:54 UTC 

[glibc] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
 2022-03-08 15:54 UTC 

[glibc] benchtests: make compare_strings.py accept string as attribute value
 2022-03-08 14:18 UTC 

[glibc/siddhesh/gai-cleanup2] gethosts: Return EAI_MEMORY on allocation failure
 2022-03-08 14:10 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split result generation into its own function
 2022-03-08 14:10 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: split loopback lookup into its own function
 2022-03-08 14:10 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: make gethosts into a function
 2022-03-08 14:10 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: separate nss lookup loop into its own function
 2022-03-08 14:10 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split nscd lookup code into its own function
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split simple gethostbyname into its own function
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: make numeric lookup a separate routine
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Simplify service resolution
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Simplify canon name resolution
 2022-03-08 14:09 UTC 

[glibc/siddhesh/gai-cleanup2] Simplify allocations and fix merge and continue actions [BZ #28931]
 2022-03-08 14:09 UTC 

[glibc] Created branch 'siddhesh/gai-cleanup2'
 2022-03-08 14:09 UTC 

[glibc] Deleted branch 'siddhesh/gai-cleanup2'
 2022-03-08 14:09 UTC 

[glibc/release/2.33/master] hppa: Fix warnings from _dl_lookup_address
 2022-03-08 13:34 UTC 

[glibc/release/2.33/master] nptl: Fix cleanups for stack grows up [BZ# 28899]
 2022-03-08 13:34 UTC 

[glibc/release/2.33/master] hppa: Revise gettext trampoline design
 2022-03-08 13:34 UTC 

[glibc/release/2.33/master] hppa: Fix swapcontext
 2022-03-08 13:34 UTC 

[glibc/release/2.33/master] Fix elf/tst-audit2 on hppa
 2022-03-08 13:34 UTC 

[glibc] x86_64: Fix svml_d_tanh8_core_avx512.S code formatting
 2022-03-08  6:15 UTC 

[glibc] x86_64: Fix svml_d_tanh4_core_avx2.S code formatting
 2022-03-08  6:15 UTC 

[glibc] x86_64: Fix svml_d_tanh2_core_sse4.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanhf8_core_avx2.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanhf4_core_sse4.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanhf16_core_avx512.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_tan8_core_avx512.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_tan4_core_avx2.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_tan2_core_sse4.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanf8_core_avx2.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanf4_core_sse4.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_s_tanf16_core_avx512.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_sinh8_core_avx512.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_sinh4_core_avx2.S code formatting
 2022-03-08  6:14 UTC 

[glibc] x86_64: Fix svml_d_sinh2_core_sse4.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_sinhf8_core_avx2.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_sinhf4_core_sse4.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_sinhf16_core_avx512.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log28_core_avx512.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log24_core_avx2.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log22_core_sse4.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_log2f8_core_avx2.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_log2f4_core_sse4.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_s_log2f16_core_avx512.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log1p8_core_avx512.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log1p4_core_avx2.S code formatting
 2022-03-08  6:13 UTC 

[glibc] x86_64: Fix svml_d_log1p2_core_sse4.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log1pf8_core_avx2.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log1pf4_core_sse4.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log1pf16_core_avx512.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_d_log108_core_avx512.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_d_log104_core_avx2.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_d_log102_core_sse4.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log10f8_core_avx2.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log10f4_core_sse4.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_s_log10f16_core_avx512.S code formatting
 2022-03-08  6:12 UTC 

[glibc] x86_64: Fix svml_d_hypot8_core_avx512.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_d_hypot4_core_avx2.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_d_hypot2_core_sse4.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_hypotf8_core_avx2.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_hypotf4_core_sse4.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_hypotf16_core_avx512.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_d_expm18_core_avx512.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_d_expm14_core_avx2.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_d_expm12_core_sse4.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_expm1f8_core_avx2.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_expm1f4_core_sse4.S code formatting
 2022-03-08  5:50 UTC 

[glibc] x86_64: Fix svml_s_expm1f16_core_avx512.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp28_core_avx512.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp24_core_avx2.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp22_core_sse4.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp2f8_core_avx2.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp2f4_core_sse4.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp2f16_core_avx512.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp108_core_avx512.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp104_core_avx2.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_d_exp102_core_sse4.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp10f8_core_avx2.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp10f4_core_sse4.S code formatting
 2022-03-08  5:49 UTC 

[glibc] x86_64: Fix svml_s_exp10f16_core_avx512.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erfc8_core_avx512.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erfc4_core_avx2.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erfc2_core_sse4.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_s_erfcf8_core_avx2.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_s_erfcf4_core_sse4.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_s_erfcf16_core_avx512.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erf8_core_avx512.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erf4_core_avx2.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_d_erf2_core_sse4.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_s_erff8_core_avx2.S code formatting
 2022-03-08  5:48 UTC 

[glibc] x86_64: Fix svml_s_erff4_core_sse4.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_erff16_core_avx512.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cosh8_core_avx512.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cosh4_core_avx2.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cosh2_core_sse4.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_coshf8_core_avx2.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_coshf4_core_sse4.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_coshf16_core_avx512.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cbrt8_core_avx512.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cbrt4_core_avx2.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_d_cbrt2_core_sse4.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_cbrtf8_core_avx2.S code formatting
 2022-03-08  5:47 UTC 

[glibc] x86_64: Fix svml_s_cbrtf4_core_sse4.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_cbrtf16_core_avx512.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atanh8_core_avx512.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atanh4_core_avx2.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atanh2_core_sse4.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_atanhf8_core_avx2.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_atanhf4_core_sse4.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_atanhf16_core_avx512.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atan28_core_avx512.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atan24_core_avx2.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_d_atan22_core_sse4.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_atan2f8_core_avx2.S code formatting
 2022-03-08  5:46 UTC 

[glibc] x86_64: Fix svml_s_atan2f4_core_sse4.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_atan2f16_core_avx512.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_atan8_core_avx512.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_atan4_core_avx2.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_atan2_core_sse4.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_atanf8_core_avx2.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_atanf4_core_sse4.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_atanf16_core_avx512.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_asinh8_core_avx512.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_asinh4_core_avx2.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_d_asinh2_core_sse4.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_asinhf8_core_avx2.S code formatting
 2022-03-08  5:45 UTC 

[glibc] x86_64: Fix svml_s_asinhf4_core_sse4.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_s_asinhf16_core_avx512.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_asin8_core_avx512.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_asin4_core_avx2.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_asin2_core_sse4.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_s_asinf8_core_avx2.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_s_asinf4_core_sse4.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_s_asinf16_core_avx512.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_acosh8_core_avx512.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_acosh4_core_avx2.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_d_acosh2_core_sse4.S code formatting
 2022-03-08  5:44 UTC 

[glibc] x86_64: Fix svml_s_acoshf8_core_avx2.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_s_acoshf4_core_sse4.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_s_acoshf16_core_avx512.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_d_acos8_core_avx512.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_d_acos4_core_avx2.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_d_acos2_core_sse4.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_s_acosf8_core_avx2.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_s_acosf4_core_sse4.S code formatting
 2022-03-08  5:43 UTC 

[glibc] x86_64: Fix svml_s_acosf16_core_avx512.S code formatting (supplemental)
 2022-03-08  5:43 UTC 

[glibc/siddhesh/gai-cleanup2] gethosts: Return EAI_MEMORY on allocation failure
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split result generation into its own function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: split loopback lookup into its own function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: make gethosts into a function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: separate nss lookup loop into its own function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split nscd lookup code into its own function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Split simple gethostbyname into its own function
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: make numeric lookup a separate routine
 2022-03-07 16:56 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Simplify service resolution
 2022-03-07 16:55 UTC 

[glibc/siddhesh/gai-cleanup2] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
 2022-03-07 16:55 UTC 

[glibc/siddhesh/gai-cleanup2] gaih_inet: Simplify canon name resolution
 2022-03-07 16:55 UTC 

[glibc/siddhesh/gai-cleanup2] Simplify allocations and fix merge and continue actions [BZ #28931]
 2022-03-07 16:55 UTC 

[glibc/siddhesh/gai-cleanup2] pthread: Do not overwrite tests-time64
 2022-03-07 16:55 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).