public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] RISC-V: Fix the static-PIE non-relocated object check
 2024-02-22 23:24 UTC 

[PATCH v3 00/32] RELRO linkmaps
 2024-02-22 23:23 UTC  (22+ messages)
` [PATCH v3 01/32] support: Add <support/memprobe.h> for protection flags probing
` [PATCH v3 02/32] misc: Enable internal use of memory protection keys
` [PATCH v3 04/32] elf: Eliminate second loop in find_version in dl-version.c
` [PATCH v3 05/32] elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segment
` [PATCH v3 07/32] elf: Disambiguate some failures in _dl_load_cache_lookup
` [PATCH v3 08/32] elf: Eliminate alloca in open_verify
` [PATCH v3 09/32] Do not export <alloc_buffer.h> functions from libc
` [PATCH v3 10/32] elf: Make <alloc_buffer.h> usable in ld.so
` [PATCH v3 12/32] elf: Move __rtld_malloc_init_stubs call into _dl_start_final
` [PATCH v3 13/32] elf: Merge __dl_libc_freemem into __rtld_libc_freeres

state of the ports
 2024-02-22 20:30 UTC  (6+ messages)

[PATCH v8 0/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-22 20:24 UTC  (4+ messages)
` [PATCH v8 1/2] x86-64: Save APX registers in ld.so trampoline
` [PATCH v8 2/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
` PING: [PATCH v8 0/2] "

[PATCH v3 00/10] Improve fortify support with clang
 2024-02-22 19:41 UTC  (31+ messages)
` [PATCH v3 01/10] cdefs.h: Add clang fortify directives
` [PATCH v3 02/10] libio: Improve fortify with clang
` [PATCH v3 03/10] string: "
` [PATCH v3 04/10] stdlib: "
` [PATCH v3 05/10] unistd: "
` [PATCH v3 06/10] socket: "
` [PATCH v3 07/10] syslog: "
` [PATCH v3 08/10] wcsmbs: "
` [PATCH v3 09/10] debug: Improve fcntl.h fortify warnings "
` [PATCH v3 10/10] debug: Improve mqueue.h "

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-22 19:41 UTC  (2+ messages)

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-22 18:44 UTC  (2+ messages)

[PATCH v2] S390: Do not clobber r7 in clone [BZ #31402]
 2024-02-22 18:23 UTC  (2+ messages)

[PATCH] arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)
 2024-02-22 17:54 UTC  (5+ messages)

[PATCH] powerpc: Remove power7 strstr optimization
 2024-02-22 17:41 UTC  (3+ messages)

[PATCH] S390: Do not clobber r7 in clone [BZ #31402]
 2024-02-22 14:04 UTC  (3+ messages)

[PATCH] elf: Add new LoongArch reloc types (110 to 126) into elf.h
 2024-02-22 10:57 UTC 

[PATCH] treewide: python-scripts: use `is None` for none-equality
 2024-02-22  6:30 UTC  (3+ messages)

[PATCH v6] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c
 2024-02-21 22:17 UTC  (15+ messages)
` [PATCH v7] "

Update on powerpc maintainer
 2024-02-21 17:47 UTC  (2+ messages)

[PATCH] S390: Always enable static PIE if build with lld
 2024-02-21 15:05 UTC  (4+ messages)

[PATCH v2] S390: Always enable static PIE if build with lld
 2024-02-21 14:56 UTC 

[PATCH] build-many-glibcs.py: Add s390 --disable-multi-arch / multi-arch configurations
 2024-02-21  7:53 UTC  (4+ messages)

Neuromorphic AI Semiconductor
 2024-02-20 22:07 UTC 

[PATCH] x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
 2024-02-20 20:27 UTC  (20+ messages)

[PATCH v2 0/3] Improve wcsstr
 2024-02-20 20:04 UTC  (4+ messages)
` [PATCH v2 1/3] string: Remove c_strstr from test-strstr
` [PATCH v2 2/3] wcsmbs: Add test-wcsstr
` [PATCH v2 3/3] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)

[PATCH v8 7/8] aarch64: Add rseq_load32_load32_relaxed
 2024-02-20 17:55 UTC  (5+ messages)

[PATCH 1/8] aarch64/fpu: Add vector variants of erf
 2024-02-20 16:59 UTC  (8+ messages)
` [PATCH 2/8] aarch64/fpu: Add vector variants of cosh
` [PATCH 3/8] aarch64/fpu: Add vector variants of acosh
` [PATCH 4/8] aarch64/fpu: Add vector variants of asinh
` [PATCH 5/8] aarch64/fpu: Add vector variants of atanh
` [PATCH 6/8] aarch64/fpu: Add vector variants of sinh
` [PATCH 7/8] aarch64/fpu: Add vector variants of tanh
` [PATCH 8/8] aarch64/fpu: Add vector variants of erfc

[PATCH] aarch64/fpu: Sync libmvec routines from 2.39 and before with AOR
 2024-02-20 16:44 UTC 

[PATCH 0/3] Improve wcsstr
 2024-02-20 16:37 UTC  (10+ messages)
` [PATCH 1/3] string: Remove c_strstr from test-strstr
` [PATCH 2/3] wcsmbs: Add test-wcsstr
` [PATCH 3/3] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)

[PATCH] cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)
 2024-02-20 14:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][v2] localedata: Fix several issues with the set of characters considered 0-width [BZ #31370]
 2024-02-20 12:57 UTC  (2+ messages)

[PATCH v3] tests: gracefully handle AppArmor userns containment
 2024-02-20 12:12 UTC  (2+ messages)

School Districts Contacts 2024
 2024-02-20 11:47 UTC 

市场研究:Insulating Glass Production Line Industry Market Report 2024
 2024-02-20  9:23 UTC 

[Action Required] glibc decision to use CTI services
 2024-02-20  3:01 UTC  (8+ messages)

[PATCH v8 3/8] nptl: Add public __rseq_feature_size symbol
 2024-02-19 22:21 UTC  (10+ messages)

[PATCH v8 8/8] Linux: Use rseq to accelerate getcpu
 2024-02-19 22:14 UTC  (3+ messages)

[PATCH v8 6/8] x86-64: Add rseq_load32_load32_relaxed
 2024-02-19 20:27 UTC  (3+ messages)

[PATCH v8 5/8] nptl: Add rseq internal utils
 2024-02-19 20:25 UTC  (3+ messages)

Office Hours for the GNU Toolchain on 2024-02-29 at 11am EST5EDT
 2024-02-19 18:15 UTC 

[PATCH v5] rtld: Add glibc.rtld.enable_secure tunable
 2024-02-19 17:38 UTC  (2+ messages)

[PATCH] sparc: Do not test preservation of NaN payloads for LEON
 2024-02-19 14:55 UTC  (5+ messages)
` [PATCH] sparc: Treat the version field in the FPU control word as reserved

[PATCH v2] Remove ia64-linux-gnu
 2024-02-19 12:42 UTC  (6+ messages)
        ` snapshot generation breakage reports (Was: [PATCH v2] Remove ia64-linux-gnu)

[PATCH v4] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c
 2024-02-19 12:12 UTC  (3+ messages)

[PATCH glibc] Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64
 2024-02-17 21:17 UTC  (2+ messages)

[PATCH glibc] Use proc_getchildren_rusage when available in getrusage and times
 2024-02-17 20:14 UTC  (2+ messages)

You have been added to 🔔 🔔 الدار العربيه للتنميه الاداريه 2024 🔔 🔔
 2024-02-17 17:00 UTC 

[PATCH v8 4/8] nptl: Add features to internal 'struct rseq_area'
 2024-02-17  2:04 UTC  (2+ messages)

Not attending Monday February 19th glibc Patch Queue Review
 2024-02-17  0:47 UTC 

[PATCH v8 2/8] Add rseq extensible ABI support
 2024-02-16 21:24 UTC  (6+ messages)

[PATCH v8 1/8] nptl: fix potential merge of __rseq_* relro symbols
 2024-02-16 20:29 UTC  (3+ messages)

[PATCH htdocs 1/2] add meta viewport settings for mobile devices
 2024-02-16 19:35 UTC  (4+ messages)
` [PATCH htdocs 2/2] style: tighten up spacing on smaller devices

[PATCH htdocs] menu: do not break links in the middle
 2024-02-16 19:28 UTC  (2+ messages)

[PATCH htdocs] menu: fix spacing when wrapping links
 2024-02-16 19:26 UTC  (2+ messages)

[PATCH htdocs] gnu.css: delete unused & broken td.side rule
 2024-02-16 19:24 UTC  (2+ messages)

[PATCH htdocs] css: fix random whitespace noise
 2024-02-16 19:22 UTC  (2+ messages)

[PATCH htdocs] use https:// everywhere
 2024-02-16 19:19 UTC  (2+ messages)

[PATCH 00/12] Improve rounding to interger function for C23
 2024-02-16 17:47 UTC  (2+ messages)

document the fact that "Known Maximum Errors" might not be maximal
 2024-02-16 17:32 UTC  (8+ messages)

[PATCH 00/11] Build getdomainname, gethostname, syslog with fortification
 2024-02-16 15:58 UTC  (16+ messages)
` [PATCH 06/11] stdio: Rename __printf_buffer to __vfprintf_buffer
` [PATCH 07/11] libio: Extract __printf_buffer_asprintf_init from asprintf implementation
` [PATCH 08/11] stdio-common: Introduce the __printf_buffer function
` [PATCH 09/11] stdio-common: Allow skipping initial bytes in __printf_buffer for %n
` [PATCH 10/11] stdio-common: Support large offsets with %lln
` [PATCH 11/11] syslog: Use a printf buffer directly to construct the entire packet

[PATCH] test-container: gracefully handle AppArmor containment
 2024-02-16 15:57 UTC  (4+ messages)
` [PATCH v2] tests: gracefully handle AppArmor userns containment

[PATCH v4 0/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-16 14:25 UTC  (14+ messages)
` [PATCH v4 2/2] "

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