public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Various qsort fixes
 2023-11-17 18:44 UTC  (3+ messages)
` [PATCH 1/3] stdlib: Avoid another self-comparison in qsort
` [PATCH 2/3] stdlib: Handle various corner cases in the fallback heapsort for qsort

rustc SIGILL since qsort_r patches
 2023-11-17 18:37 UTC  (19+ messages)

proposed libc interface and man page for statmount(2)
 2023-11-17 15:50 UTC  (8+ messages)

Several tst-robust* tests time out with recent Linux kernel
 2023-11-17  1:22 UTC  (10+ messages)

[PATCH] stdlib: Avoid another self-comparison in qsort
 2023-11-16 19:18 UTC  (3+ messages)

[PATCH v2] elf: Fix force_first handling in dlclose (bug 30785)
 2023-11-16 19:16 UTC  (3+ messages)

[PATCH 0/4] x86: Improve ERMS usage on Zen3+
 2023-11-16 18:35 UTC  (3+ messages)

[RFC] stdbit.h implementation
 2023-11-16 16:01 UTC  (10+ messages)

[PATCH 1/2] localedata: Add information for Occitan
 2023-11-16 15:25 UTC  (2+ messages)
` [PATCH 2/2] localedata: Convert oc_FR locale to UTF-8

[PATCH v2] aarch64: Add vector implementations of expm1 routines
 2023-11-16 13:24 UTC 

[PATCH v2] elf: Handle non-directory name in search path (BZ 31035)
 2023-11-16 12:38 UTC  (2+ messages)

[PATCH] powerpc : Add optimized memchr for POWER10
 2023-11-16 10:35 UTC  (2+ messages)

[PATCH 1/2] powerpc : Add optimized memchr for POWER10
 2023-11-16  9:49 UTC 

[PATCH] New Zealand locales (en_NZ & mi_NZ) first day of week should be Monday
 2023-11-16  7:56 UTC 

[PATCH] elf: ldconfig should skip temporary files created by package managers
 2023-11-15 16:18 UTC  (5+ messages)

[PATCHV3] powerpc: Optimized strcmp for power10
 2023-11-15 14:22 UTC  (2+ messages)

[RISC-V] [SIG-toolchain] Meeting will be canceled (Nov 16, 2023)
 2023-11-15 13:49 UTC 

[PATCH] sparc: Fix broken memset for sparc32 [BZ #31068]
 2023-11-15 13:26 UTC  (2+ messages)

[hurd,commited] hurd: Fix spawni returning allocation errors
 2023-11-14 22:57 UTC 

[PATCH 1/2] nptl: Rename tst-execstack to tst-execstack-threads
 2023-11-14 19:57 UTC  (4+ messages)
` [PATCH 2/2] nptl: Link tst-execstack-threads-mod.so with -z execstack

[PATCH v3] elf: dl-load: Get rid of alloca usage
 2023-11-14 19:36 UTC  (7+ messages)

[PATCH 1/6] aarch64: Add vector implementations of asin routines
 2023-11-14  8:54 UTC  (13+ messages)
` [PATCH 2/6] aarch64: Add vector implementations of acos routines
` [PATCH 3/6] aarch64: Add vector implementations of atan routines
` [PATCH 4/6] aarch64: Add vector implementations of atan2 routines
` [PATCH 5/6] aarch64: Add vector implementations of log1p routines
` [PATCH 6/6] aarch64: Add vector implementations of expm1 routines

[hurd,commited] hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTED
 2023-11-14  1:06 UTC 

[PATCH] malloc_stats(): Fix `unsigned int` overflow
 2023-11-13 23:23 UTC  (7+ messages)
    ` [PATCH v2] "

`Positive Reply
 2023-11-13 21:04 UTC 

[PATCH 3/3] AArch64: Remove Falkor memcpy
 2023-11-13 17:29 UTC  (3+ messages)

[PATCH 0/2] *** Add optimized memchr for power10 ***
 2023-11-13 17:02 UTC 

[PATCH] elf: Handle non-directory name in search path (BZ 31035)
 2023-11-13 16:54 UTC  (3+ messages)

[PATCH 0/2] *** Add optimized memchr for power10 ***
 2023-11-13 16:33 UTC  (3+ messages)
` [PATCH 1/2] powerpc : Add optimized memchr for POWER10
` [PATCH 2/2] powerpc: memchr benchmarking results with power10 optimized memchr

[PATCH 2/3] AArch64: Add memset_zva64
 2023-11-13 16:08 UTC  (2+ messages)

[PATCH 1/3] AArch64: Cleanup emag memset
 2023-11-13 16:05 UTC  (2+ messages)

[PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper
 2023-11-13 14:56 UTC  (2+ messages)

[PATCH 0/1] y2038: Fix support for 64-bit time on legacy ABIs
 2023-11-13 14:41 UTC  (3+ messages)
` [PATCH 1/1] "

Monday Patch Queue Review update (2023-11-13)
 2023-11-13 14:40 UTC 

x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.S
 2023-11-13 14:07 UTC  (18+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

Request for help in solving issue ldconfig
 2023-11-12 13:53 UTC 

strncpy clarify result may not be null terminated
 2023-11-12 11:27 UTC  (70+ messages)
                                ` catenate vs concatenate (was: strncpy clarify result may not be null terminated)
                                  ` catenate vs concatenate
                              ` [PATCH] stpncpy.3, string_copying.7: Clarify that st[rp]ncpy() do NOT produce a string
                                ` [PATCH v2 1/2] "
                                ` [PATCH v2 2/2] stpncpy.3, string.3, string_copying.7: Clarify that st[rp]ncpy() pad with null bytes
` [PATCH 0/2] Expand BUGS section of string_copying(7)
` [PATCH 1/2] string_copying.7: BUGS: *cat(3) functions aren't always bad
` [PATCH 2/2] string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problems
` [PATCH v2 0/3] Improve string_copying(7)
` [PATCH v2 1/3] string_copying.7: BUGS: *cat(3) functions aren't always bad
` [PATCH v2 2/3] string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problems
` [PATCH v2 3/3] strtcpy.3, string_copying.7: Add strtcpy(3)

Issue in man page getent.1
 2023-11-11 19:49 UTC 

[PATCH v2] ldconfig: Fixes for skipping temporary files
 2023-11-11  7:44 UTC 

GCC devroom at FOSDEM 2024: Call for Participation open
 2023-11-10 23:20 UTC 

[PATCH 0/3] Make accounting database no-op
 2023-11-09 19:49 UTC  (5+ messages)
` [PATCH 1/3] sysdeps: Re-flow and sort multiline gnu/Makefile definitions
` [PATCH 2/3] login: Remove utmp fallback for getlogin
` [PATCH 3/3] login: Make user accounting database no-op

Sourceware Open Office, Friday Novemer 10, 18:00 UTC
 2023-11-08 23:57 UTC 

Seeking feedback for the adoption of a Code of Conduct for glibc
 2023-11-08 21:18 UTC  (3+ messages)

[PATCH] Move CVE information into advisories directory
 2023-11-08 18:09 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).