unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2024-02-05 15:58:01 to 2024-02-14 14:34:12 UTC [more...]

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-14 14:31 UTC  (6+ messages)
` [PATCH v12 1/7] riscv: Add Linux hwprobe syscall support
` [PATCH v12 2/7] linux: Introduce INTERNAL_VSYSCALL
` [PATCH v12 3/7] riscv: Add hwprobe vdso call support
` [PATCH v12 4/7] riscv: Add __riscv_hwprobe pointer to ifunc calls
` [PATCH v12 5/7] riscv: Enable multi-arg ifunc resolvers

Planning for glibc releases --- What should go into glibc 2.40?
 2024-02-14 13:29 UTC 

[PATCH] test-container: gracefully handle AppArmor containment
 2024-02-14  7:53 UTC  (6+ messages)
` [PATCH v2] tests: gracefully handle AppArmor userns containment

free(3) const void *
 2024-02-13 15:28 UTC  (7+ messages)
` [PATCH] Use [[gnu::access(none)]] on free(3)

[PATCH 00/11] Build getdomainname, gethostname, syslog with fortification
 2024-02-13 13:16 UTC  (24+ messages)
` [PATCH 01/11] misc: Build getdomainname "
` [PATCH 02/11] misc: Build gethostname "
` [PATCH 03/11] libio: Add fortify wrapper for internal __snprintf
` [PATCH 04/11] syslog: Update misc/tst-syslog to check reported %n value
` [PATCH 05/11] syslog: Build with fortification
` [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] Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)
 2024-02-13 12:40 UTC  (6+ messages)

[PATCH, RFC] Add public function syscall_no_errno
 2024-02-13 11:57 UTC  (13+ messages)
` [PATCH v2] "

[PATCH v2] mips: Use builtins for ffs and ffsll
 2024-02-13  7:45 UTC  (2+ messages)

[PATCH] x86-64: Save APX registers in ld.so trampoline
 2024-02-13  4:18 UTC  (3+ messages)

[PATCH v4 0/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-13  4:15 UTC  (3+ messages)
` [PATCH v4 1/2] x86-64: Save APX registers in ld.so trampoline
` [PATCH v4 2/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers

[PATCH v4] x86: Update _dl_tlsdesc_dynamic to preserve vector registers
 2024-02-13  3:59 UTC 

[Action Required] glibc decision to use CTI services
 2024-02-13  0:43 UTC  (4+ messages)

[PATCH v3] x86-64: Update _dl_tlsdesc_dynamic to preserve vector registers
 2024-02-12 18:55 UTC  (3+ messages)

[PATCH] sysdeps/unix/sysv/linux/syscall.c is not referenced anywhere, let's remove it
 2024-02-12 18:11 UTC  (2+ messages)

[PATCH v2] test_printers_common.py: Remove invalid escape sequence
 2024-02-12 17:55 UTC  (3+ messages)

[PATCH] trivial doc fix: remove weird phrase "syscall takes zero to five arguments"
 2024-02-12 17:13 UTC  (2+ messages)

[PATCH v3 0/3] x86: Improve ERMS usage on Zen3+
 2024-02-12 15:56 UTC  (7+ messages)
` [PATCH v3 1/3] x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
` [PATCH v3 2/3] x86: Do not prefer ERMS for memset on Zen3+
` [PATCH v3 3/3] x86: Expand the comment on when REP STOSB is used on memset

Monday Patch Queue Review update (2024-02-12)
 2024-02-12 14:55 UTC 

[RFC] Patch review volunteers
 2024-02-12 14:09 UTC  (3+ messages)

[PATCH] test_printers_common.py: Remove invalid escape sequence
 2024-02-12 14:07 UTC  (6+ messages)

[PATCH v2] x86-64: Update _dl_tlsdesc_dynamic to preserve vector registers
 2024-02-12 13:29 UTC  (4+ messages)

man-pages-6.06 released
 2024-02-12  1:44 UTC 

[PATCH] x86-64: Update _dl_tlsdesc_dynamic to preserve vector registers
 2024-02-12  0:44 UTC 

[PATCH] localedata: Set width of DEFAULT_IGNORABLE_CODE_POINTs to 0 [BZ #31370]
 2024-02-11 18:00 UTC 

New Belarusian PO file for 'libc' (version 2.38.9000)
 2024-02-10  9:02 UTC 

[PATCH 0/2] Enhanced x86 CPU diagnostics
 2024-02-10  0:44 UTC  (5+ messages)
` [PATCH 1/2] elf: Wire up _dl_diagnostics_cpu_kernel
` [PATCH 2/2] x86: Add generic CPUID data dumper to ld.so --list-diagnostics

[PATCH] misc: tst-poll: Proper synchronize with child before sending the signal
 2024-02-09 17:54 UTC  (2+ messages)

[PATCH] elf: Properly remove the initial 'env' command
 2024-02-09 15:17 UTC  (9+ messages)

[PATCH v3] elf: Don't remove the initial 'env' command
 2024-02-09 14:45 UTC  (2+ messages)

[PATCH v2] elf: Properly remove the initial 'env' command
 2024-02-09 13:17 UTC 

[PATCH v2 0/3] x86: Improve ERMS usage on Zen3+
 2024-02-09 10:59 UTC  (13+ messages)
` [PATCH v2 1/3] x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
` [PATCH v2 2/3] x86: Do not prefer ERMS for memset on Zen3+
` [PATCH v2 3/3] x86: Expand the comment on when REP STOSB is used on memset

[PATCH v3 00/10] Improve fortify support with clang
 2024-02-08 18:46 UTC  (11+ 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, RFC] Add public function syscall_no_errno
 2024-02-08 17:08 UTC  (9+ messages)

Sourceware Open Office, Friday February 9, 18:00 UTC
 2024-02-08 14:55 UTC 

Add SOL_VSOCK from Linux 6.7 to bits/socket.h
 2024-02-08  9:11 UTC  (2+ messages)

Ping Re: Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h
 2024-02-07 23:16 UTC 

New GNU C Library (glibc) security flaw reported on 30 Jan 2024
 2024-02-07 22:56 UTC  (19+ messages)

The GNU C Library has been authorized by the CVE Program as a CVE Numbering Authority (CNA)
 2024-02-07 22:03 UTC 

Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h
 2024-02-07 19:42 UTC  (2+ messages)
` Ping "

[PATCH 1/3] Change lv_LV collation to agree with the recent change in CLDR
 2024-02-07 18:03 UTC  (3+ messages)
` [PATCH 2/3] localedata: hr_HR: change currency to EUR/€
` [PATCH 3/3] localedata: ssy_ER: Fix syntax error

[PATCH 1/2] Change lv_LV collation to agree with the recent change in CLDR
 2024-02-07 17:12 UTC  (2+ messages)
` [PATCH 2/2] localedata: hr_HR: change currency to EUR/€

[PATCH htdocs] glibc is now a CNA
 2024-02-07 12:43 UTC 

[PATCH v8 0/8] Extend rseq support
 2024-02-06 16:41 UTC  (10+ messages)
` [PATCH v8 1/8] nptl: fix potential merge of __rseq_* relro symbols
` [PATCH v8 2/8] Add rseq extensible ABI support
` [PATCH v8 3/8] nptl: Add public __rseq_feature_size symbol
` [PATCH v8 4/8] nptl: Add features to internal 'struct rseq_area'
` [PATCH v8 5/8] nptl: Add rseq internal utils
` [PATCH v8 6/8] x86-64: Add rseq_load32_load32_relaxed
` [PATCH v8 7/8] aarch64: "
` [PATCH v8 8/8] Linux: Use rseq to accelerate getcpu

New Belarusian PO file for 'libc' (version 2.38.9000)
 2024-02-06 16:22 UTC 

[PATCH] tst-tls6.sh: Replace space with ':' in LD_PRELOAD
 2024-02-06 14:10 UTC  (7+ messages)

[PATCH 0/4] x86: Improve ERMS usage on Zen3+
 2024-02-06 13:00 UTC  (3+ messages)

[PATCH] x86/cet: fix shadow stack test scripts
 2024-02-06  2:10 UTC  (2+ messages)

[PATCH] mips: Use builtins for ffs and ffsll
 2024-02-05 18:28 UTC  (3+ messages)

[PATCH] arm: Remove unused ldr _dl_start_user
 2024-02-05 18:19 UTC  (6+ messages)

New Belarusian PO file for 'libc' (version 2.38.9000)
 2024-02-05 18:17 UTC 

[PATCH] string: Add hidden builtin definition for __strcpy_chk
 2024-02-05 18:12 UTC  (2+ messages)

New Belarusian PO file for 'libc' (version 2.38.9000)
 2024-02-05 18:02 UTC 

[PATCH] Add --disable-test-container to disable test container
 2024-02-05 16:19 UTC  (9+ messages)


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