public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/2] elf: update NT_FDO_PACKAGING_METADATA spec URL
 2024-05-30 10:43 UTC  (7+ messages)
` [PATCH 2/2] elf: add note identifier for dlopen metadata

Sourceware @ Conservancy - Year One
 2024-05-30 10:36 UTC  (3+ messages)

[PATCH v1] x86: Improve large memset perf with non-temporal stores [RHEL-29312]
 2024-05-29 22:53 UTC  (13+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] x86: Add seperate non-temporal tunable for memset

[PATCH v7] Check global symbols in static library against shared library
 2024-05-29 22:48 UTC  (4+ messages)

[PATCH] x86_64: Align memmove unaligned routines to 64 byte
 2024-05-29 18:53 UTC  (5+ messages)

[PATCH 3/3] Add system-wide tunables: Apply tunables part
 2024-05-29 17:19 UTC  (3+ messages)

[PATCH 2/3] Add system-wide tunables: cache ld.so.cache
 2024-05-29 17:15 UTC  (3+ messages)

[PATCH v2 0/1] Linux: Add epoll ioctls
 2024-05-29 14:14 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 1/3] Add system-wide tunables: ldconfig part
 2024-05-29 13:08 UTC  (2+ messages)

[PATCH v3] malloc: New test to check malloc alternate path using memory obstruction
 2024-05-29 10:01 UTC 

[PATCH v2 0/2] Make __nldbl__IO_vfscanf a compat symbol [BZ #31776]
 2024-05-28 19:45 UTC  (6+ messages)
` [PATCH v2 1/2] Add scanf/vfscanf/vscanf tests of long double without <stdio.h>
` [PATCH v2 2/2] Make __nldbl__IO_vfscanf a compat symbol [BZ #31776]

[PATCH v2 0/3] System-wide tunables
 2024-05-28 19:18 UTC  (4+ messages)

Implement C23 logp1
 2024-05-28 18:01 UTC 

[PATCH 0/2] difftime isn't even pure
 2024-05-28 17:26 UTC  (3+ messages)
` [PATCH 1/2] difftime can throw exceptions
` [PATCH 2/2] Improve doc for time_t range (BZ 31808)

[PATCH v2] tests: handle AppArmor userns mitigation
 2024-05-28 16:21 UTC 

Correct way of calling prctl(2) (was: Sashimi of prctl(2))
 2024-05-28 15:20 UTC  (6+ messages)
      ` [PATCH v1 0/2] uapi/linux/prctl: Use the L and UL integer suffixes for certain constants
        ` [PATCH v1 1/2] uapi/linux/prctl: Use the L integer suffix for enumerations of width long
        ` [PATCH v1 2/2] uapi/linux/prctl: Use the UL integer suffix for bit fields "

[PATCH v5 0/1] elf: Handle static PIE loaded at the specific address
 2024-05-28 14:45 UTC  (6+ messages)
` [PATCH v5 1/1] elf: Handle static PIE loaded at the specific address [BZ #31799]

[PATCH v3] posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)
 2024-05-28 11:55 UTC  (5+ messages)

[PATCH] difftime is pure, not const
 2024-05-28  8:16 UTC  (11+ messages)

[PATCH] i386: Remove Xeon Phi processor support (BZ 31782)
 2024-05-28  0:40 UTC  (8+ messages)
` [PATCH v2] i386: Disable Intel Xeon Phi test for GCC 15 and higher "

[PATCH v3] x86_64: Reformat elf_machine_rela
 2024-05-27 20:56 UTC  (3+ messages)

Missing 2.39.1 section in the 2.39 stable branch
 2024-05-27 19:46 UTC  (2+ messages)

[PATCH 0/1] Linux: Add epoll ioctls
 2024-05-27 19:18 UTC  (5+ messages)
` [PATCH 1/1] "

Sourceware.Org - NAFSA Annual Conference And Expo 2024
 2024-05-27 18:30 UTC 

[PATCH v3] Make __nldbl__IO_vfscanf a compat symbol [BZ #31776]
 2024-05-27 15:37 UTC  (3+ messages)
` [PATCH] "

[PATCH v2] sysdeps/x86_64/dl-machine.h: Add space for ease of retrieval
 2024-05-27 15:15 UTC  (2+ messages)

[PATCH v4] elf: Handle static PIE loaded at the specific address [BZ #31799]
 2024-05-27 14:37 UTC  (3+ messages)

Monday Patch Queue Review update (2024-05-27)
 2024-05-27 13:55 UTC 

[PATCH] parse_fdinfo: Don't advance pointer twice [BZ #31798]
 2024-05-27 13:28 UTC  (2+ messages)

[PATCH] sysdeps/x86_64/dl-machine.h: Add space for ease of retrieval
 2024-05-27 13:18 UTC  (4+ messages)

[RFT] malloc: reduce largebin granularity to reduce fragmentation
 2024-05-27 13:06 UTC  (2+ messages)

[PATCH v2 00/15] RISC-V: Add Zbb-optimized string routines as ifuncs
 2024-05-27 11:19 UTC  (16+ messages)
` [PATCH v2 01/15] cdefs: Add mechanism to add attributes to __always_inline functions
` [PATCH v2 02/15] string/memchr: Add mechanism to set function attributes
` [PATCH v2 03/15] string/memrchr: "
` [PATCH v2 04/15] string/strchrnul: "
` [PATCH v2 05/15] string/strcmp: "
` [PATCH v2 06/15] string/strlen: "
` [PATCH v2 07/15] string/strncmp: "
` [PATCH v2 08/15] RISC-V: string-fz[a,i].h: Make orc.b optimization explicit
` [PATCH v2 09/15] RISC-V: Add compiler test for Zbb function attribute support
` [PATCH v2 10/15] RISC-V: Add Zbb optimized memchr as ifunc
` [PATCH v2 11/15] RISC-V: Add Zbb optimized memrchr "
` [PATCH v2 12/15] RISC-V: Add Zbb optimized strchrnul "
` [PATCH v2 13/15] RISC-V: Add Zbb optimized strcmp "
` [PATCH v2 14/15] RISC-V: Add Zbb optimized strlen "
` [PATCH v2 15/15] RISC-V: Add Zbb optimized strncmp "

[PATCH] grantpt.3: explicitly mention #define _XOPEN_SOURCE requirement
 2024-05-26 16:58 UTC  (5+ messages)

[PATCH] elf: Remove elf_machine_load_address
 2024-05-26 16:46 UTC  (5+ messages)

[PATCH v3] elf: Handle static PIE loaded at the specific address [BZ #31799]
 2024-05-26 16:11 UTC 

[PATCH v2] elf: Handle static PIE loaded at the specific address [BZ #31799]
 2024-05-26 15:29 UTC 

[PATCH] Add --enable-static-c++-link-check option [BZ #31412]
 2024-05-26 14:26 UTC  (7+ messages)

[PATCH] elf: Handle static PIE loaded at the specific address [BZ #31799]
 2024-05-26 13:46 UTC 

[PATCH] LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CW
 2024-05-26  6:15 UTC  (3+ messages)

[COMMITTED] elf/Makefile: Split and sort PIE tests
 2024-05-25 21:56 UTC 

[PATCH v2 0/2] Opt-out static C++ link check and tests
 2024-05-25 12:26 UTC  (3+ messages)
` [PATCH v2 1/2] Add --disable-static-c++-link-check option [BZ #31412]
` [PATCH v2 2/2] Add --disable-static-c++-tests option [BZ #31797]

[PATCH 0/6] MIPS: Improve math
 2024-05-25 11:55 UTC  (6+ messages)
` [PATCH 1/6] MIPSr6/math: Use builtin fma and fmaf
` [PATCH 3/6] MIPS/math: Implement optimized issignaling(f)

[PATCH v2 0/1] Add FUTEX_SPIN operation
 2024-05-25  9:36 UTC  (6+ messages)
` [PATCH v2 1/1] futex: "

[COMMITTED] Revert "Test fscanf of long double without <stdio.h>"
 2024-05-24 23:42 UTC 

[PATCH] Test fscanf of long double without <stdio.h>
 2024-05-24 23:24 UTC  (3+ messages)

[PATCH 0/2] Make __nldbl__IO_vfscanf a compat symbol [BZ #31776]
 2024-05-24 18:30 UTC  (3+ messages)
` [PATCH 1/2] Add scanf/vfscanf/vscanf tests of long double without <stdio.h>
` [PATCH 2/2] Make __nldbl__IO_vfscanf a compat symbol [BZ #31776]

[PATCH v2] Add scanf/vfscanf/vscanf tests of long double without <stdio.h>
 2024-05-24 17:52 UTC 

[PATCH] Add scanf/vfscanf/vscanf tests of long double without <stdio.h>
 2024-05-24 17:46 UTC 

[COMMITTED] sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls
 2024-05-24 17:26 UTC 

[COMMITTED] sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls
 2024-05-24 17:11 UTC 

[PATCH] Always define __nldbl__IO_vfscanf in libc.a [BZ #31776]
 2024-05-24 15:00 UTC 

[ANNOUNCE] The Linux Test Project has been released for MAY 2024
 2024-05-24 14:10 UTC 

[COMMITTED] sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static
 2024-05-24 13:37 UTC 

[COMMITTED] sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests
 2024-05-24 13:30 UTC 

[COMMITTED] s390x: Regenerate ULPs
 2024-05-24  7:55 UTC 

Cosmeics, Skin care products, etc
 2024-05-24  2:05 UTC 

Testsuite build failures for x86, GCC 15
 2024-05-23 23:41 UTC  (3+ messages)

[patch v4] manual: add syscall list
 2024-05-23 21:18 UTC  (7+ messages)

[PATCH v6] Check global symbols in static library against shared library
 2024-05-23 20:20 UTC 

[PATCH v4] Check global symbols in static library against shared library
 2024-05-23 20:10 UTC  (11+ messages)

[PATCH] powerpc: Remove duplicated versionsort from libm.a (BZ 31789)
 2024-05-23 16:11 UTC  (3+ messages)

[PATCH v5] Check global symbols in static library against shared library
 2024-05-23 16:02 UTC 

[PATCH] localedata: cv_RU: update translation
 2024-05-23 13:15 UTC 

[PATCH v2 1/2] Aarch64: Add memcpy for qualcomm's oryon-1 core
 2024-05-23 13:08 UTC  (6+ messages)
` [PATCH v2 2/2] Aarch64: Add new memset for Qualcomm's 0ryon-1 core

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