public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
glibc misc/sys/cdefs.h nonull - typo in comment
 2023-10-30  9:04 UTC  (8+ messages)

[PATCH] libio: Remove comment in <stdio.h>
 2023-10-28 22:37 UTC 

[PATCH] sysdeps: Clear O_CREAT|O_ACCMODE when trying again on sem_open
 2023-10-28 20:30 UTC  (3+ messages)

[PATCH v2 0/7] Add a tunable to decorate anonymous memory maps
 2023-10-28 19:55 UTC  (8+ messages)
` [PATCH v2 1/7] linux: Add PR_SET_VMA_ANON_NAME support
` [PATCH v2 2/7] support: Add support_set_vma_name
` [PATCH v2 3/7] nptl: Decorate thread stack on pthread_create
` [PATCH v2 4/7] malloc: Decorate malloc maps
` [PATCH v2 5/7] assert: Decorate error message buffer
` [PATCH v2 6/7] linux: Decorate __libc_fatal error buffer
` [PATCH v2 7/7] elf: Add glibc.mem.decorate_maps tunable

[PATCH v2 00/19] Improve loader environment variable handling
 2023-10-28  3:45 UTC  (41+ 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 v8 0/7] Use introsort for qsort
 2023-10-28  1:31 UTC  (9+ messages)
` [PATCH v8 1/7] string: Add internal memswap implementation

[PATCH v2 0/3] Fix fesetexcept/fesetexceptflag on powerpc and x86
 2023-10-26 18:39 UTC  (6+ messages)
` [PATCH v2 1/3] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH v2 2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH v2 3/3] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)

[PATCH 0/5] Add a tunable to decorate anonymous memory maps
 2023-10-26 17:11 UTC  (6+ messages)
` [PATCH 1/5] linux: Add __set_vma_name
` [PATCH 2/5] support: Add support_set_vma_name
` [PATCH 3/5] nptl: Decorate thread stack on pthread_create
` [PATCH 4/5] malloc: Decorate malloc maps
` [PATCH 5/5] elf: Add glibc.mem.decorate_maps tunable

[PATCH 1/3] LoongArch: Unify Register Names
 2023-10-26 13:14 UTC  (4+ messages)
` [PATCH 2/3] LoongArch: Update hwcap.h to sync with LoongArch kernel
` [PATCH 3/3] LoongArch: Delete excessively allocated memory

[PATCH 00/16] Consolidate NSS functionality into nss subdir
 2023-10-26 10:58 UTC  (31+ 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 09/16] Move 'hosts' "
` [PATCH 10/16] Move 'netgroup' "
` [PATCH 11/16] Move 'networks' "
` [PATCH 12/16] Move 'protocols' "
` [PATCH 13/16] Move 'rpc' "
` [PATCH 14/16] Move 'services' "
` [PATCH 15/16] Move getaddrinfo from 'posix' "
` [PATCH 16/16] Move getnameinfo from 'inet' to 'nss'

New Romanian PO file for 'libc' (version 2.37.9000)
 2023-10-26  8:47 UTC 

[PATCH] RISC-V: Enable static-pie
 2023-10-26  3:30 UTC  (7+ messages)

[PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper
 2023-10-26  3:26 UTC 

[PATCH] elf: Fix force_first handling in dlclose (bug 30785)
 2023-10-25 15:56 UTC  (2+ messages)

School District Contact - 2023
 2023-10-25 15:51 UTC 

[PATCH] mcheck.3, mtrace.3: update examples for glibc 2.34
 2023-10-24 19:28 UTC  (4+ messages)

[PATCH 0/3] Fix fesetexcept/fesetexceptflag on powerpc and x86
 2023-10-24 13:35 UTC  (11+ messages)
` [PATCH 1/3] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH 2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH 3/3] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)

[PATCH] AArch64: Cleanup ifuncs
 2023-10-24 12:33 UTC 

[PATCH] ldconfig: Actually ignore dpkg-related temporarily files
 2023-10-24 11:45 UTC  (2+ messages)

[PATCH] Update getaddrinfo to RFC 6724 (bug 29496)
 2023-10-24 11:27 UTC 

[PATCH v2] AArch64: Add support for MOPS memcpy/memmove/memset
 2023-10-24 11:24 UTC  (2+ messages)

Failing fast: Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
 2023-10-24 10:57 UTC 

Need Help with nss test failure caught by Arm Pre-Commit CI tester
 2023-10-24 10:30 UTC  (3+ messages)

[PATCH v3] posix: Sync tempname with gnulib
 2023-10-23 21:45 UTC 

[PATCH v2] posix: Sync tempname with gnulib
 2023-10-23 16:49 UTC  (3+ messages)

[PATCH] posix: Sync tempname with gnulib (BZ 30958)
 2023-10-23 14:09 UTC  (3+ messages)

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

Monday Patch Queue Review update (2023-10-23)
 2023-10-23 13:59 UTC 

[PATCH v2 1/5] aarch64: Add vector implementations of tan routines
 2023-10-23 13:47 UTC  (3+ messages)

[PATCH] AArch64: Add support for MOPS memcpy/memmove/memset
 2023-10-23 12:35 UTC  (7+ messages)

[PATCH] elf: ldconfig should skip temporary files created by package managers
 2023-10-21 22:20 UTC  (8+ messages)

[PATCH v5] posix: Deprecate group_member for Linux
 2023-10-20 17:42 UTC 

Question regarding WAIT_FOR_DEBUGGER and PIE
 2023-10-20 17:20 UTC  (4+ messages)

[PATCH] tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message
 2023-10-20  6:48 UTC  (4+ messages)

[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 

Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
 2023-10-19 14:04 UTC  (2+ 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] 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  (3+ messages)

[PATCH] malloc: Use __get_nprocs on arena_get2 (BZ 30945)
 2023-10-18 12:44 UTC  (2+ 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 v3] posix: Deprecate group_member for Linux
 2023-10-17 14:34 UTC  (3+ 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 

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