public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1 01/23] benchtests: Use json-lib in bench-strchr.c
 2022-03-24 18:57 UTC  (34+ messages)
` [PATCH v1 02/23] benchtests: Add random benchmark "
` [PATCH v1 03/23] x86: Code cleanup in strchr-avx2 and comment justifying branch
` [PATCH v1 04/23] x86: Code cleanup in strchr-evex "
` [PATCH v1 05/23] benchtests: Use json-lib in bench-strpbrk.c
` [PATCH v1 06/23] benchtests: Use json-lib in bench-strspn.c
` [PATCH v1 07/23] x86: Optimize strcspn and strpbrk in strcspn-c.c
` [PATCH v1 08/23] x86: Optimize strspn in strspn-c.c
` [PATCH v1 09/23] x86: Remove strcspn-sse2.S and use the generic implementation
` [PATCH v1 10/23] x86: Remove strpbrk-sse2.S "
` [PATCH v1 11/23] x86: Remove strspn-sse2.S "
` [PATCH v1 12/23] x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
` [PATCH v1 13/23] benchtests: Use json-lib in bench-strcasecmp.c
` [PATCH v1 14/23] benchtests: Use json-lib in bench-strncasecmp.c
` [PATCH v1 15/23] string: Expand page cross tests in test-strcasecmp.c
` [PATCH v1 16/23] string: Expand page cross tests in test-strncasecmp.c
` [PATCH v1 17/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
` [PATCH v1 18/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
` [PATCH v1 19/23] string: Expand page cross test cases in test-strcmp.c
` [PATCH v1 20/23] string: Expand page cross test cases in test-strncmp.c
` [PATCH v1 21/23] x86: Add AVX2 optimized str{n}casecmp
` [PATCH v1 22/23] x86: Add EVEX "
` [PATCH v1 23/23] x86: Remove AVX str{n}casecmp

[PATCH v2] linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
 2022-03-24 11:29 UTC  (4+ messages)

Update kernel version to 5.17 in tst-mman-consts.py
 2022-03-24  9:09 UTC  (2+ messages)

[PATCH] realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
 2022-03-24  6:47 UTC 

[PATCH] linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
 2022-03-23 20:47 UTC 

[PATCH] linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
 2022-03-23 20:38 UTC 

[COMMITTED] iconvdata: Fix enum type on UTF-7
 2022-03-23 18:46 UTC 

[COMMITTED] nscd: Remove unused variable
 2022-03-23 18:37 UTC 

[COMMITTED] support: Fix support_process_state_wait path size calculation
 2022-03-23 18:32 UTC 

[COMMITTED] support: Remove unused extract_8 function
 2022-03-23 18:31 UTC 

[COMMITTED] locale: Remove ununsed wctype_table_get function
 2022-03-23 17:33 UTC 

[COMMITTED] gmon: Remove unused sprofil.c functions
 2022-03-23 17:30 UTC 

[COMMITTED] Fix ununsed fstatat64_time64_statx
 2022-03-23 17:11 UTC 

[COMMITTED] malloc: Fix duplicate inline for do_set_mxfast
 2022-03-23 16:32 UTC 

Update syscall lists for Linux 5.17
 2022-03-23 16:32 UTC  (2+ messages)

[PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb()
 2022-03-23 15:32 UTC  (2+ messages)

[PATCH 2/2] linux: posix_spawn: return EINVAL on argc < 1
 2022-03-23 14:40 UTC  (10+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (Feb 09, 2022)
 2022-03-23 14:02 UTC 

[COMMITTED] elf: Remove inline _dl_dprintf
 2022-03-23 13:44 UTC 

[PATCH] configure.ac: fix bashism in configure.ac
 2022-03-23  1:53 UTC  (6+ messages)
` [PATCH v3] configure.ac: fix bashisms "

[PATCH 3/3] getaddrinfo: Refactor code for readability
 2022-03-22 19:05 UTC  (4+ messages)
  ` [PATCH v2] "

Use Linux 5.17 in build-many-glibcs.py
 2022-03-22 17:56 UTC  (2+ messages)

[PATCH v2] configure.ac: fix bashisms in configure.ac
 2022-03-22 17:32 UTC  (3+ messages)

[PATCH v5] Fix misaligned accesses to fields in HEADER struct defined in <arpa/nameser_compat.h>
 2022-03-22 12:05 UTC  (2+ messages)

[PATCH v5 0/7] Refactor syslog implementation
 2022-03-21 21:19 UTC  (8+ messages)
` [PATCH v5 1/7] support: Add xmkfifo
` [PATCH v5 2/7] misc: Add syslog test
` [PATCH v5 3/7] misc: syslog: Fix indentation and style
` [PATCH v5 4/7] misc: syslog: Simplify implementation
` [PATCH v5 5/7] misc: syslog: Use fixed-sized buffer and remove memstream
` [PATCH v5 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [PATCH v5 7/7] misc: Use 64 bit time_t interfaces on syslog

[PATCH v4 0/7] Refactor syslog implementation
 2022-03-21 20:16 UTC  (10+ messages)
` [PATCH v4 1/7] support: Add xmkfifo
` [PATCH v4 2/7] misc: Add syslog test
` [PATCH v4 3/7] misc: syslog: Fix indentation and style
` [PATCH v4 4/7] misc: syslog: Simplify implementation
` [PATCH v4 5/7] misc: syslog: Use fixed-sized buffer and remove memstream
` [PATCH v4 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [PATCH v4 7/7] misc: Use gmtime instead of localtime

[PATCH] string: Replace outdated comments in strlen()
 2022-03-21 18:50 UTC  (4+ messages)

[PATCH v3 0/7] Refactor syslog implementation
 2022-03-21 14:10 UTC  (11+ messages)
` [PATCH v3 1/7] support: Add xmkfifo
` [PATCH v3 2/7] misc: Add syslog test
` [PATCH v3 3/7] misc: syslog: Fix indentation and style
` [PATCH v3 4/7] misc: syslog: Simplify implementation
` [PATCH v3 5/7] misc: syslog: Use fixed-sized buffer
` [PATCH v3 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [PATCH v3 7/7] misc: Use gmtime instead of localtime

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2022-03-21 14:09 UTC  (4+ messages)
` [PATCH v3 0/5] iconv: module for IMAP-UTF-7

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2022-03-21 14:07 UTC  (14+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP
  ` [PATCH v4 2/4] iconv: Better mapping to RFC for UTF-7
    ` [PATCH v5 "
  ` [PATCH v4 3/4] iconv: make utf-7.c able to use variants
    ` [PATCH v5 "
  ` [PATCH v4 4/4] iconv: Add UTF-7-IMAP variant in utf-7.c
    ` [PATCH v5 "

published documentation
 2022-03-20 21:08 UTC  (3+ messages)

[PATCH 00/26] vfprintf rework to remove vtables
 2022-03-18 19:19 UTC  (31+ 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 v4] Fix misaligned accesses to fields in HEADER struct defined in <arpa/nameser_compat.h>
 2022-03-18 17:37 UTC  (2+ messages)

[PATCH] Remove special flags of libc.5.so and libc.4.so
 2022-03-18 17:12 UTC  (3+ messages)

[PATCH] scripts/dso-ordering-test.py: Fix C&P error in * callrefs processing
 2022-03-18 16:56 UTC  (2+ messages)

[PATCH 2/3] gai_init: Avoid jumping from if condition to its else counterpart
 2022-03-17 23:48 UTC  (2+ messages)

[PATCH 1/3] gaiconf_init: Refactor some bits for readability
 2022-03-17 22:41 UTC  (2+ messages)

[PATCH 00/12] getaddrinfo facelift and fixes
 2022-03-17 22:05 UTC  (17+ messages)
` [PATCH v3 "
  ` [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 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 07/12] gaih_inet: Split nscd lookup code into its own function
 2022-03-17  6:22 UTC  (3+ messages)

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

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

[PATCH v2 11/12] gaih_inet: Split result generation into its own function
 2022-03-17  5:11 UTC  (3+ messages)

[PATCH v2 12/12] gethosts: Return EAI_MEMORY on allocation failure
 2022-03-17  5:06 UTC  (2+ messages)

[PATCH v2 08/12] gaih_inet: separate nss lookup loop into its own function
 2022-03-17  4:59 UTC  (3+ messages)

[PATCH v2 10/12] gaih_inet: split loopback lookup into its own function
 2022-03-17  4:51 UTC  (2+ messages)

[PATCH v2 09/12] gaih_inet: make gethosts into a function
 2022-03-17  4:44 UTC  (2+ messages)

[PATCH v2 06/12] gaih_inet: Split simple gethostbyname into its own function
 2022-03-17  4:20 UTC  (2+ messages)

[PATCH v2 05/12] gaih_inet: make numeric lookup a separate routine
 2022-03-17  4:10 UTC  (2+ messages)

[PATCH v2 03/12] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
 2022-03-17  2:30 UTC  (3+ messages)

[PATCH v2 01/12] Simplify allocations and fix merge and continue actions [BZ #28931]
 2022-03-17  1:39 UTC  (3+ messages)

[PATCH v2 04/12] gaih_inet: Simplify service resolution
 2022-03-17  0:48 UTC  (2+ messages)

[PATCH v2 02/12] gaih_inet: Simplify canon name resolution
 2022-03-16 21:12 UTC  (2+ messages)

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

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