public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[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

strncpy clarify result may not be null terminated
 2023-11-09 19:42 UTC  (44+ 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

rustc SIGILL since qsort_r patches
 2023-11-09 12:40 UTC  (19+ messages)

x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.S
 2023-11-09  1:51 UTC  (13+ messages)
` [PATCH v2] "

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  (7+ messages)

[PATCH] Move CVE information into advisories directory
 2023-11-08 18:09 UTC  (3+ messages)

[PATCH] stdlib: Avoid element self-comparisons in qsort
 2023-11-08 13:10 UTC  (2+ messages)

Status update on 64-bit time_t and __WORDSIZE_TIME64_COMPAT32
 2023-11-08 12:20 UTC  (2+ messages)

[PATCH v2] elf: Fix force_first handling in dlclose (bug 30785)
 2023-11-07 16:12 UTC 

[RFC] Publishing glibc advisories
 2023-11-07 15:03 UTC  (4+ messages)

Monday Patch Queue Review update (2023-11-06)
 2023-11-07 13:30 UTC  (5+ messages)

[hurd,commited] hurd: statfsconv: Add missing f_ffree conversion
 2023-11-07 11:52 UTC 

glibc test failures for x86_64-gnu since 25 Sep
 2023-11-06 23:32 UTC  (4+ messages)

[PATCH glibc] Update BAD_TYPECHECK to work on x86_64
 2023-11-06 22:30 UTC  (2+ messages)

[PATCH v3 2/7] support: Add support_set_vma_name
 2023-11-06 22:28 UTC  (2+ messages)

[PATCH v2 0/7] Multiple floating-point environment fixes
 2023-11-06 20:46 UTC  (24+ messages)
` [PATCH v2 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH v2 2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH v2 3/7] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
` [PATCH v2 4/7] manual: Clarify undefined behavior of feenableexcept (BZ 31019)
` [PATCH v2 5/7] riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
` [PATCH v2 6/7] alpha: Fix fesetexceptflag (BZ 30998)
` [PATCH v2 7/7] hppa: Fix undefined behaviour in feclearexcept (BZ 30983)

[PATCH v3 00/19] Improve loader environment variable handling
 2023-11-06 20:25 UTC  (20+ messages)
` [PATCH v3 01/19] elf: Remove /etc/suid-debug support
` [PATCH v3 02/19] elf: Add GLIBC_TUNABLES to unsecvars
` [PATCH v3 03/19] elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
` [PATCH v3 04/19] elf: Add all malloc tunable to unsecvars
` [PATCH v3 05/19] elf: Do not process invalid tunable format
` [PATCH v3 06/19] elf: Do not parse ill-formatted strings
` [PATCH v3 07/19] elf: Fix _dl_debug_vdprintf to work before self-relocation
` [PATCH v3 08/19] elf: Emit warning if tunable is ill-formatted
` [PATCH v3 09/19] x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
` [PATCH v3 10/19] s390: "
` [PATCH v3 11/19] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v3 12/19] elf: Ignore LD_PROFILE for setuid binaries
` [PATCH v3 13/19] elf: Remove LD_PROFILE for static binaries
` [PATCH v3 14/19] elf: Ignore loader debug env vars for setuid
` [PATCH v3 15/19] elf: Remove any_debug from dl_main_state
` [PATCH v3 16/19] elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
` [PATCH v3 17/19] elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure
` [PATCH v3 18/19] elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
` [PATCH v3 19/19] elf: Refactor process_envvars

[PATCH] Remove ia64-linux-gnu
 2023-11-06 16:54 UTC  (11+ messages)

ia64-linux-gnu removal
 2023-11-06 15:01 UTC  (7+ messages)

[PATCH 1/6] aarch64: Add vector implementations of asin routines
 2023-11-06 13:31 UTC  (5+ messages)
` [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

[PATCH 0/7] Multiple floating-point environment fixes
 2023-11-06 11:32 UTC  (20+ messages)
` [PATCH 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH 2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH 3/7] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
` [PATCH 4/7] manual: Clarify undefined behavior of feenableexcept (BZ 31019)
` [PATCH 5/7] riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
` [PATCH 6/7] alpha: Fix fesetexceptflag (BZ 30998)
` [PATCH 7/7] hppa: Fix undefined behaviour in feclearexcept (BZ 30983)

Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.h
 2023-11-03 16:31 UTC  (2+ messages)

[PATCH v3] elf: dl-load: Get rid of alloca usage
 2023-11-03 14:30 UTC  (6+ messages)

[PATCH] sysdeps: Clear O_CREAT|O_ACCMODE when trying again on sem_open
 2023-11-03 13:04 UTC  (3+ messages)
` [PATCH] sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ #30789]

[PATCH 0/7] Multiple floating-point environment fixes
 2023-11-03 12:23 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).