strncpy clarify result may not be null terminated
2023-11-08 19:40 UTC (9+ messages)
x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.S
2023-11-08 19:22 UTC (6+ messages)
Seeking feedback for the adoption of a Code of Conduct for glibc
2023-11-08 19:03 UTC (6+ messages)
[PATCH] Move CVE information into advisories directory
2023-11-08 18:09 UTC (3+ messages)
rustc SIGILL since qsort_r patches
2023-11-08 14:19 UTC (16+ 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 0/7] Add a tunable to decorate anonymous memory maps
2023-11-06 22:28 UTC (9+ messages)
` [PATCH v3 1/7] linux: Add PR_SET_VMA_ANON_NAME support
` [PATCH v3 2/7] support: Add support_set_vma_name
` [PATCH v3 3/7] nptl: Decorate thread stack on pthread_create
` [PATCH v3 4/7] malloc: Decorate malloc maps
` [PATCH v3 5/7] assert: Decorate error message buffer
` [PATCH v3 6/7] linux: Decorate __libc_fatal error buffer
` [PATCH v3 7/7] elf: Add glibc.mem.decorate_maps tunable
[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 (7+ 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
[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 (8+ 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 (4+ 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 v2 0/7] Updates from Linux 6.6
2023-11-02 21:09 UTC (13+ messages)
` [PATCH v2 1/7] Update syscall lists for "
` [PATCH v2 2/7] Update kernel version to 6.6 in header constant tests
` [PATCH v2 3/7] linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.h
` [PATCH v2 4/7] linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
` [PATCH v2 5/7] linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
` [PATCH v2 6/7] linux: Sync Linux 6.6 elf.h
Quote For Estimate
2023-11-02 16:00 UTC
x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
2023-11-02 6:44 UTC (8+ messages)
x86: Only align destination to 1x VEC_SIZE in memset 4x loop
2023-11-01 20:30 UTC
glibc misc/sys/cdefs.h nonull - typo in comment
2023-11-01 20:16 UTC (12+ messages)
GNU libc support for extensible rseq ABI
2023-11-01 14:45 UTC (3+ messages)
[PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper
2023-11-01 14:28 UTC (2+ messages)
[PATCH] Format test results closer to what DejaGnu does
2023-11-01 13:58 UTC (3+ messages)
` [PATCH v2] "
[PATCH] AArch64: Cleanup ifuncs
2023-11-01 13:23 UTC (2+ messages)
[PATCH v2 7/7] elf: Add glibc.mem.decorate_maps tunable
2023-11-01 12:53 UTC (3+ messages)
[PATCH v2 2/7] support: Add support_set_vma_name
2023-11-01 11:58 UTC (2+ messages)
[PATCH] prctl.2: Fix typo
2023-11-01 10:16 UTC (7+ messages)
[PATCH v2 6/7] linux: Decorate __libc_fatal error buffer
2023-11-01 2:32 UTC (2+ messages)
[PATCH v2 5/7] assert: Decorate error message buffer
2023-11-01 2:31 UTC (2+ messages)
[PATCH v2 4/7] malloc: Decorate malloc maps
2023-11-01 2:28 UTC (2+ messages)
page: next (older) | prev (newer) | 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).