public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/16] Consolidate NSS functionality into nss subdir
 2023-10-19 19:39 UTC  (13+ messages)
` [PATCH 03/16] Remove 'grp' and merge into 'nss' and 'posix'
` [PATCH 04/16] Remove 'gshadow' and merge into 'nss'
` [PATCH 05/16] Remove 'pwd' "
` [PATCH 06/16] Remove 'shadow' "
` [PATCH 07/16] Move 'aliases' routines from 'inet' "
` [PATCH 08/16] Move 'ethers' "

[PATCH] malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
 2023-10-19 18:03 UTC  (3+ messages)

[PATCH v2] elf: dl-load: Get rid of alloca usage
 2023-10-19 17:28 UTC  (3+ messages)

[PATCH v3] elf: dl-load: Get rid of alloca usage
 2023-10-19 17:24 UTC 

[PATCH] AArch64: Add support for MOPS memcpy/memmove/memset
 2023-10-19 17:03 UTC  (2+ messages)

Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
 2023-10-19 14:04 UTC  (2+ messages)

[PATCH] tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message
 2023-10-19 13:39 UTC  (3+ messages)

[PATCH] s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]
 2023-10-19 12:31 UTC  (3+ messages)

Create an app for both Android and iOS mobile devices
 2023-10-19  9:30 UTC 

[PATCH] [powerpc] fegetenv_and_set_rn now uses the builtins provided by GCC
 2023-10-19  1:47 UTC  (2+ messages)

[PATCH] [powerpc] fegetenv_and_set_rn now uses the builtins provided by GCC
 2023-10-19  1:25 UTC  (4+ messages)

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

[PATCH v2 1/5] aarch64: Add vector implementations of tan routines
 2023-10-18 16:29 UTC  (2+ messages)

[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2023-10-18 16:22 UTC  (3+ messages)
` [PING][PATCH] "

RFC: system-wide default tunables
 2023-10-18 14:20 UTC  (14+ messages)

[PATCH] elf: dl-load: Get rid of alloca usage
 2023-10-18 13:31 UTC  (4+ messages)

[PATCH] malloc: Use __get_nprocs on arena_get2 (BZ 30945)
 2023-10-18 12:44 UTC  (5+ messages)

Licenses For Resellers Only
 2023-10-18 12:09 UTC 

x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
 2023-10-18  9:18 UTC  (3+ messages)

[PATCH 0/2] Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
 2023-10-18  8:14 UTC  (5+ messages)
` [PATCH 1/2] Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"
` [PATCH 2/2] Revert "elf: Always call destructors in reverse constructor order (bug 30785)"

[PATCH v3] Add strlcat/wcslcat testcase
 2023-10-17 22:23 UTC  (2+ messages)

[PATCH v3] Add strlcpy/wcslcpy testcase
 2023-10-17 22:23 UTC  (2+ messages)

[PATCH] elf: Do not print the cache entry if --inhibit-cache is used
 2023-10-17 19:30 UTC  (2+ messages)

[PATCH] Add LE DSCP code point from RFC-8622
 2023-10-17 15:44 UTC  (2+ messages)

[RFC PATCH] pthread_create: Name stacks in /proc/<pid>/maps
 2023-10-17 15:35 UTC  (4+ messages)

[PATCH] test-container: disable ld.so system cache on DSO detection
 2023-10-17 14:48 UTC  (2+ messages)

[PATCH v3] posix: Deprecate group_member for Linux
 2023-10-17 14:34 UTC  (4+ messages)

After Cauldron - online mini BoFs and Fosdem
 2023-10-17 14:24 UTC  (4+ messages)
` Anyone interesting to submit a GCC devroom request proposal at FOSDEM? (was Re: After Cauldron - online mini BoFs and Fosdem)

[PATCH v4] posix: Deprecate group_member for Linux
 2023-10-17 14:05 UTC 

[PATCH] RISC-V: Enable static-pie
 2023-10-17 13:42 UTC  (5+ messages)

Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
 2023-10-17 11:02 UTC  (2+ messages)

[PATCH] strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr
 2023-10-17  9:57 UTC  (7+ messages)
` [PATCH 1/2] "

Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
 2023-10-17  9:52 UTC 

[PATCH v8 0/6] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-10-17  4:46 UTC  (5+ messages)
` [PATCH v8 3/6] riscv: Add __riscv_hwprobe pointer to ifunc calls

[PATCH v2] posix: Deprecate group_member for Linux
 2023-10-16 20:46 UTC  (3+ messages)

[PATCH] posix: Deprecate group_member for Linux
 2023-10-16 17:00 UTC  (5+ messages)

[PATCH v2 0/2] posix: Add group_member2 and deprecate group_member
 2023-10-16 16:47 UTC  (7+ messages)
` [PATCH v2 1/2] posix/group_member: Add group_member2 with error return
` [PATCH v2 2/2] posix: Deprecate group_member for Linux

Monday Patch Queue Review update (2023-10-16)
 2023-10-16 13:18 UTC 

Not attending the Monday Patch Queue Review
 2023-10-16 11:52 UTC 

[PATCH] Fix WAIT_FOR_DEBUGGER for container tests
 2023-10-16  7:53 UTC  (6+ messages)

Add SCM_SECURITY, SCM_PIDFD to bits/socket.h
 2023-10-14  8:47 UTC  (2+ messages)

Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.h
 2023-10-14  8:45 UTC  (2+ messages)

Add MSG_SPLICE_PAGES from Linux 6.5 to bits/socket.h
 2023-10-13 23:39 UTC  (2+ messages)

[PATCH v3 0/2] posix: Add group_member2 and deprecate group_member
 2023-10-13 19:44 UTC  (3+ messages)
` [PATCH v3 1/2] posix/group_member: Add group_member2 with error return
` [PATCH v3 2/2] posix: Deprecate group_member for Linux

[PATCH 00/11] Improve tunable handling
 2023-10-13 14:40 UTC  (27+ messages)
` [PATCH 01/11] elf: Remove /etc/suid-debug support
` [PATCH 02/11] elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
` [PATCH 03/11] elf: Add all malloc tunable to unsecvars
` [PATCH 04/11] elf: Add GLIBC_TUNABLES "
` [PATCH 05/11] elf: Do not process invalid tunable format
` [PATCH 06/11] elf: Do not parse ill-formatted strings
` [PATCH 07/11] elf: Fix _dl_debug_vdprintf to work before self-relocation
` [PATCH 08/11] elf: Emit warning if tunable is ill-formatted
` [PATCH 09/11] x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
` [PATCH 10/11] s390: "
` [PATCH 11/11] elf: Do not duplicate the GLIBC_TUNABLES string

[PATCH] Avoid maybe-uninitialized warning in __kernel_rem_pio2
 2023-10-13 13:06 UTC  (2+ messages)

[RFC] Publishing glibc advisories
 2023-10-13 10:50 UTC  (10+ messages)

[PATCH 0/2] posix: Add group_member2 and deprecate group_member
 2023-10-12 19:44 UTC  (5+ messages)
` [PATCH 1/2] posix/group_member: Add group_member2 with error return
` [PATCH 2/2] posix: Deprecate group_member for Linux

Dead code in pthread_cond_wait() for spin-wait
 2023-10-12 16:40 UTC  (3+ messages)

[PATCH] stdlib: fix grouping verification with multi-byte thousands separator
 2023-10-12  9:33 UTC  (4+ messages)

Sourceware Open Office, Friday October 13, 18:00 UTC
 2023-10-11 23:03 UTC 

Re_School Districts Contacts 2023
 2023-10-11 14:34 UTC 

[PATCH] posix: Sync tempname with gnulib (BZ 30958)
 2023-10-10 19:43 UTC 

[PATCH] elf: Get rid of alloca usage in _dl_start_profile
 2023-10-10 19:05 UTC  (3+ messages)

[PATCH v2] resolv: Get rid of alloca usage
 2023-10-10 19:04 UTC  (3+ messages)

[PATCH v2] getpw: Get rid of alloca
 2023-10-10 19:02 UTC  (4+ messages)

reading sNaN
 2023-10-10 14:23 UTC  (2+ messages)

[PATCH] ci: Check for necessary Debian packages when running build-many-glibcs.py
 2023-10-09 21:53 UTC  (3+ messages)

Today's patch review meeting
 2023-10-09 18:22 UTC  (2+ messages)

[PATCHV2] powerpc: Optimized strcmp for power10
 2023-10-09 18:09 UTC  (2+ messages)

[PATCH] alpha: correct handling of negative *rlimit() args besides -1
 2023-10-09  2:01 UTC  (4+ 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).