public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/12] getaddrinfo facelift and fixes
 2022-03-17 21:47 UTC  (66+ messages)
` [PATCH 01/12] Simplify allocations and fix merge and continue actions [BZ #28931]
` [PATCH 02/12] gaih_inet: Simplify canon name resolution
` [PATCH 03/12] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
` [PATCH 04/12] gaih_inet: Simplify service resolution
` [PATCH 05/12] gaih_inet: make numeric lookup a separate routine
` [PATCH 06/12] gaih_inet: Split simple gethostbyname into its own function
` [PATCH 07/12] gaih_inet: Split nscd lookup code "
` [PATCH 08/12] gaih_inet: separate nss lookup loop "
` [PATCH 09/12] gaih_inet: make gethosts into a function
` [PATCH 10/12] gaih_inet: split loopback lookup into its own function
` [PATCH 11/12] gaih_inet: Split result generation "
` [PATCH 12/12] gethosts: Return EAI_MEMORY on allocation failure
` [PATCH v2 00/12] getaddrinfo facelift and fixes
  ` [PATCH v2 01/12] Simplify allocations and fix merge and continue actions [BZ #28931]
  ` [PATCH v2 02/12] gaih_inet: Simplify canon name resolution
  ` [PATCH v2 03/12] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
  ` [PATCH v2 04/12] gaih_inet: Simplify service resolution
  ` [PATCH v2 05/12] gaih_inet: make numeric lookup a separate routine
  ` [PATCH v2 06/12] gaih_inet: Split simple gethostbyname into its own function
  ` [PATCH v2 07/12] gaih_inet: Split nscd lookup code "
  ` [PATCH v2 08/12] gaih_inet: separate nss lookup loop "
  ` [PATCH v2 09/12] gaih_inet: make gethosts into a function
  ` [PATCH v2 10/12] gaih_inet: split loopback lookup into its own function
  ` [PATCH v2 11/12] gaih_inet: Split result generation "
  ` [PATCH v2 12/12] gethosts: Return EAI_MEMORY on allocation failure
` [PATCH v3 00/12] getaddrinfo facelift and fixes
  ` [PATCH v3 01/12] Simplify allocations and fix merge and continue actions [BZ #28931]
  ` [PATCH v3 02/12] gaih_inet: Simplify canon name resolution
  ` [PATCH v3 03/12] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
  ` [PATCH v3 04/12] gaih_inet: Simplify service resolution
  ` [PATCH v3 05/12] gaih_inet: make numeric lookup a separate routine
  ` [PATCH v3 06/12] gaih_inet: Split simple gethostbyname into its own function
  ` [PATCH v3 07/12] gaih_inet: Split nscd lookup code "
  ` [PATCH v3 08/12] gaih_inet: separate nss lookup loop "
  ` [PATCH v3 09/12] gaih_inet: make gethosts into a function
  ` [PATCH v3 10/12] gaih_inet: split loopback lookup into its own function
  ` [PATCH v3 11/12] gaih_inet: Split result generation "
  ` [PATCH v3 12/12] gethosts: Return EAI_MEMORY on allocation failure

RFC: Auditor access to program headers
 2022-03-17 20:16 UTC  (3+ messages)

[PATCH 00/26] vfprintf rework to remove vtables
 2022-03-17 19:32 UTC  (27+ messages)
` [PATCH 01/26] libio: Convert tst_swprintf to the test framework
` [PATCH 02/26] libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)
` [PATCH 03/26] stdio-common: Add wide stream coverage to tst-vfprintf-user-type
` [PATCH 04/26] stdio-common: Add tst-printf-width-i18n to cover numeric field width
` [PATCH 05/26] vfprintf: Move argument processing into vfprintf-process-arg.c
` [PATCH 06/26] vfprintf: Consolidate some multibyte/wide character processing
` [PATCH 07/26] __printf_fphex always uses LC_NUMERIC
` [PATCH 08/26] stdio-common: Add tst-memstream-string for open_memstream overflow
` [PATCH 09/26] stdio-common: Add printf specifier registry to <printf.h>
` [PATCH 10/26] stdio-common: Move union printf_arg int <printf.h>
` [PATCH 11/26] stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
` [PATCH 12/26] locale: Call _nl_unload_locale from _nl_archive_subfreeres
` [PATCH 13/26] locale: Remove cleanup function pointer from struct __localedata
` [PATCH 14/26] locale: Remove private union from struct __locale_data
` [PATCH 15/26] locale: Add more cached data to LC_CTYPE
` [PATCH 16/26] locale: Implement struct grouping_iterator
` [PATCH 17/26] stdio-common: Introduce buffers for implementing printf
` [PATCH 18/26] stdio-common: Add __printf_function_invoke
` [PATCH 19/26] stdio-common: Add __translated_number_width
` [PATCH 20/26] stdio-common: Convert vfprintf and related functions to buffers
` [PATCH 21/26] stdio-common: Add lock optimization to vfprintf and vfwprintf
` [PATCH 22/26] libio: Convert __vsprintf_internal to buffers
` [PATCH 23/26] libio: Convert __vasprintf_internal "
` [PATCH 24/26] libio: Convert __vdprintf_internal "
` [PATCH 25/26] libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
` [PATCH 26/26] libio: Convert __vswprintf_internal to buffers (bug 27857)

[PATCH COMMITTED] stdio-common: Generate ja_JP.EUC-JP locale
 2022-03-17 10:12 UTC 

[PATCH COMMITTED] stdio-common: Re-flow and sort Makefile variables
 2022-03-17 10:12 UTC 

[PATCH v2 0/1] nss: return early in DB reload-and-get if newfstatat fails (BZ #28752)
 2022-03-17  6:01 UTC  (3+ messages)
` [PATCH v2 1/1] "

[committed] nss: Sort tests and tests-container and put one test per line
 2022-03-17  5:48 UTC 

[PATCH v3, resend] Fix misaligned accesses to fields in HEADER struct defined in <arpa/nameser_compat.h>
 2022-03-16 16:50 UTC  (3+ messages)

[PATCH] Remove special flags of libc.5.so and libc.4.so
 2022-03-16 16:26 UTC  (4+ messages)

[PATCH] benchtests: Use "=" instead of ":=" [BZ #28970]
 2022-03-16 15:47 UTC  (3+ messages)

[PATCH 0/1] nss: return early in DB reload-and-get if newfstatat fails (BZ #28752)
 2022-03-15 22:02 UTC  (4+ messages)
` [PATCH 1/1] "

[committed] hppa: Implement swapcontext in assembler (bug 28960)
 2022-03-15 16:04 UTC  (3+ messages)

[PATCH v11 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-03-15 12:19 UTC  (6+ messages)
` [PATCH v11 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v11 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH v4] localedata: Updates for Taiwanese locales [BZ #24409]
 2022-03-14 22:03 UTC  (2+ messages)

[PATCH 0/3] More getaddrinfo refactoring
 2022-03-14 17:30 UTC  (4+ messages)
` [PATCH 1/3] gaiconf_init: Refactor some bits for readability
` [PATCH 2/3] gai_init: Avoid jumping from if condition to its else counterpart
` [PATCH 3/3] getaddrinfo: Refactor code for readability

Monday Patch Queue Review update (2022-03-14)
 2022-03-14 14:18 UTC  (2+ messages)

Monday Patch Review meeting and DST changes
 2022-03-14 12:54 UTC 

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2022-03-14 12:17 UTC  (6+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP
  ` [PATCH v4 3/4] iconv: make utf-7.c able to use variants

[PATCH] debug: Improve fdelt_chk error message
 2022-03-14  8:23 UTC  (2+ messages)

[Patch] associate a deallocator for iconv_open
 2022-03-14  8:13 UTC  (2+ messages)

[Patch] associate a deallocation for opendir
 2022-03-14  8:09 UTC  (3+ messages)

[PATCH] Add access function attributes to epoll_wait
 2022-03-14  8:06 UTC  (2+ messages)

[Patch v2] Add access function attributes to grp and shadow headers
 2022-03-14  7:59 UTC  (2+ messages)

New Croatian PO file for 'libc' (version 2.34.9000)
 2022-03-12  0:52 UTC 

[patch v5] Allow for unpriviledged nested containers
 2022-03-11  3:38 UTC 

[patch v4] Allow for unpriviledged nested containers
 2022-03-11  3:37 UTC 

[PATCH v3 1/2] nss: Do not mention NSS test modules in <gnu/lib-names.h>
 2022-03-10 22:28 UTC  (5+ messages)
` [PATCH v3 2/2] nss: Protect against errno changes in function lookup (bug 28953)

[Patch] Add access function attributes to grp and shadow headers
 2022-03-10 22:14 UTC  (2+ messages)

[PATCH v6 0/5] Support DT_RELR relative relocation format
 2022-03-10 20:09 UTC  (7+ messages)
` [PATCH v6 1/5] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v6 2/5] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v6 3/5] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v6 4/5] Add --disable-default-dt-relr
` [PATCH v6 5/5] NEWS: Mention DT_RELR support

[PATCH v5 0/5] Support DT_RELR relative relocation format
 2022-03-10 20:04 UTC  (4+ messages)
` [PATCH v5 1/5] elf: Support DT_RELR relative relocation format [BZ #27924]

[PATCH 1/2] nss: Do not mention NSS test modules in <gnu/lib-names.h>
 2022-03-10 15:39 UTC  (4+ messages)
` [PATCH v2 2/2] nss: Protect against errno changes in function lookup (bug 28953)

[PATCH 1/2] nss: Do not mention NSS test modules in <gnu/lib-names.h>
 2022-03-10 14:14 UTC  (6+ messages)
` [PATCH 2/2] nss: Protect against errno changes in function lookup (bug 28953)

[PATCH] Add some missing access function attributes
 2022-03-10  0:25 UTC  (2+ messages)

[PATCH] malloc: Exit early on test failure in tst-realloc
 2022-03-10  0:20 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Jan 27, 2022)
 2022-03-09 12:16 UTC 

[patch v4] Allow for unpriviledged nested containers
 2022-03-09 10:43 UTC  (2+ messages)

[PATCH v2 0/3] Remove kernel version and distinguish library check
 2022-03-09 10:39 UTC  (3+ messages)
` [PATCH v2 1/3] Remove kernel version check

[PATCH] scripts/dso-ordering-test.py: Fix C&P error in * callrefs processing
 2022-03-09 10:24 UTC 

[PATCH] Define ISO 639-3 "tok" [BZ #28950]
 2022-03-08 21:04 UTC 

[PATCH v3] libio: Ensure output buffer for wchars (bug 28828)
 2022-03-08 17:27 UTC  (7+ messages)
` [PATCH] "
` [PATCH v4] "

[RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS
 2022-03-08 16:31 UTC  (3+ messages)

[PATCH v2 3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
 2022-03-08 15:43 UTC  (3+ messages)

[PATCH] benchtests: make compare_strings.py accept string as attribute value
 2022-03-08 14:17 UTC  (2+ messages)
` [committed] "

[PATCH v10 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-03-08 12:21 UTC  (5+ messages)
` [PATCH v10 1/2] elf: Allow architectures to parse properties on the main executable

[PATCH] stdio: Move include of bits/stdio-ldbl.h before bits/stdio.h
 2022-03-08 10:34 UTC  (6+ messages)

test old versions of glibc
 2022-03-08 10:09 UTC  (3+ messages)

[PATCH v2 2/3] inet: Remove strdupa from nrl_domainname()
 2022-03-08  3:53 UTC  (2+ messages)

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).