unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-06-08 12:27:11 to 2021-06-11 19:14:49 UTC [more...]

Fastest String Search Algorithm
 2021-06-11 19:14 UTC  (32+ messages)

[RFC][PATCH v11 8/7] Drop DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE from the libpthread DSO
 2021-06-11 17:57 UTC 

[PATCH 0/6] More NPTL fixes
 2021-06-11 17:24 UTC  (11+ messages)
` [PATCH 1/6] nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
        ` [PATCH v2 "
` [PATCH 2/6] nptl: Set cancellation type and state on pthread_exit
` [PATCH 3/6] nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST
` [PATCH 4/6] nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)
` [PATCH 5/6] nptl: Move setxid flag out of cancelhandling
` [PATCH 6/6] nptl: Replace struct thread cancelhandling field

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2021-06-11 16:28 UTC  (4+ messages)

Clarification of IRC network for #glibc IRC channel?
 2021-06-11 15:11 UTC  (4+ messages)

[PATCH v2] Add build option to disable usage of scv on powerpc
 2021-06-11 14:55 UTC  (3+ messages)

[PATCH 3/3]: C++20 P0482R6 and C2X N2653: Tests for mbrtoc8, c8rtomb, char8_t
 2021-06-11 11:25 UTC  (3+ messages)

[PATCH] release all idle heaps in the non-main-arena
 2021-06-11  6:41 UTC  (2+ messages)

Status of v3 64-bit time_t patch review
 2021-06-11  4:21 UTC 

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-10 18:17 UTC  (16+ messages)
` [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v2 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

[PATCH] Reinstate gconv-modules as the default configuration file
 2021-06-10 13:32 UTC 

[PATCH 0/5] gconv module configuration improvements
 2021-06-10 11:58 UTC  (8+ messages)
` [PATCH 4/5] iconvdata: Move gconv-modules configuration to gconv-modules.conf

[PATCH] io: Fix sporadic test failures in io/tst-stat
 2021-06-10 11:47 UTC  (2+ messages)

[PATCH 0/6] gconv configuration parsing cleanups
 2021-06-10 11:37 UTC  (8+ messages)
` [PATCH 1/6] iconv: Remove alloca use in gconv-modules configuration parsing
` [PATCH 2/6] gconv_conf: Remove unused variables
` [PATCH 3/6] gconv_conf: Split out configuration file processing
` [PATCH 4/6] iconvconfig: Use common gconv module parsing function
` [PATCH 5/6] Handle DT_UNKNOWN in gconv-modules.d
` [PATCH 6/6] Add NEWS item for gconv-modules.d change

[PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-10 10:33 UTC  (11+ messages)
` [PATCH v1 2/2] arm64: Enable BTI for main "

[PATCH 0/4] Do not install shared objects under versioned names
 2021-06-10  8:23 UTC  (5+ messages)
` [PATCH 1/4] nptl_db: Install libthread_db under a regular implementation name
` [PATCH 2/4] Makerules: Remove lib-version, $(subdir-version)
` [PATCH 3/4] elf: Generalize name-based DSO recognition in ldconfig
` [PATCH 4/4] Install shared objects under their ABI names

[PATCH v1] x86: memcmp-avx2-movbe.S and memcmp-evex-movbe.S fix overflow bug
 2021-06-10  3:46 UTC  (27+ messages)

[RFC][PATCH v11 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-06-09 22:50 UTC  (10+ messages)
` [RFC][PATCH v11 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [RFC][PATCH v11 2/7] Abstract loaded-DSO search code into a helper function
` [RFC][PATCH v11 3/7] Use the new DSO finder "
` [RFC][PATCH v11 4/7] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [RFC][PATCH v11 5/7] Implement dlmopen RTLD_SHARED flag "
` [RFC][PATCH v11 6/7] Add dlmopen / RTLD_SHARED tests
` [RFC][PATCH v11 7/7] Restore separate libc loading for the TLS/namespace storage test

[PATCH v1 1/3] String: Add additional overflow tests for strnlen, memchr, and strncat
 2021-06-09 22:26 UTC  (5+ messages)
` [PATCH v1 2/3] x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2
` [PATCH v1 3/3] x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2

[PATCH] time: Skip overflow itimer tests on 32-bit systems
 2021-06-09 21:38 UTC  (3+ messages)

[PATCH] Configure GCC with --enable-initfini-array [BZ #27945]
 2021-06-09 20:52 UTC  (8+ messages)

[PATCH] ARCv2: save ABI registers across signal handling
 2021-06-09 20:38 UTC 

[PATCH] Handle DT_UNKNOWN in gconv-modules.d
 2021-06-09 18:28 UTC  (5+ messages)

[PATCH 0/4] Add --disable-major-minor-libraries configure option
 2021-06-09 17:28 UTC  (8+ messages)
` [PATCH 1/4] nptl_db: Install libthread_db under a regular implementation name
` [PATCH 2/4] Makerules: Remove lib-version, $(subdir-version)
` [PATCH 3/4] elf: Generalize name-based DSO recognition in ldconfig
` [PATCH 4/4] Add --disable-major-minor-libraries configure option

[PATCH] Remove stale references to libdl.a
 2021-06-09 17:10 UTC  (2+ messages)

[PATCH v2 2/9] nptl: Deallocate the thread stack on setup failure (BZ #19511)
 2021-06-09 17:07 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v2 0/9] nptl: pthread cancellation refactor
 2021-06-09 17:06 UTC  (5+ messages)
` [PATCH v2 6/9] nptl: Move cancel type out of cancelhandling

[PATCH v4 00/15] Add futex2 syscalls
 2021-06-09 16:26 UTC  (29+ messages)

[PATCH] Add NEWS item for gconv-modules.d change
 2021-06-09 16:23 UTC 

"make check" fails for glibc-2.33
 2021-06-09 12:13 UTC  (4+ messages)

[PATCH] Fix elf/tst-tls9-static after libdl cleanups
 2021-06-09 11:40 UTC  (3+ messages)

Fastest String Search Algorithm
 2021-06-09  9:26 UTC  (8+ messages)

[PATCH] rtld: Add --no-default-paths option
 2021-06-09  5:43 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH 3/5] gconv_conf: Read configuration files in gconv-modules.d
 2021-06-09  2:07 UTC  (3+ messages)

[PATCH 5/5] iconvdata: Split out non-essential gconv module configuration
 2021-06-09  2:00 UTC  (2+ messages)

[PATCH 2/5] iconvconfig: Read configuration from gconv-modules.d subdirectory
 2021-06-08 21:46 UTC  (2+ messages)

[PATCH 1/5] iconvconfig: Make file handling more general purpose
 2021-06-08 20:53 UTC  (2+ messages)

[PATCH] AArch64: Add support for roundeven[f]
 2021-06-08 20:33 UTC  (5+ messages)

New Czech PO file for 'libc' (version 2.31.9000)
 2021-06-08 16:12 UTC 

[PATCH 0/8] Move nss_files into libc
 2021-06-08 14:42 UTC  (3+ messages)
` [PATCH 1/8] nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent

[PATCH] s390x: Align child stack while clone. [BZ #27968]
 2021-06-08 13:37 UTC 


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