public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] nss: Get rid of alloca usage in files-network's parse_line
 2023-09-26 20:17 UTC 

Biased locking prototype with RSEQ (for libio)
 2023-09-26 18:57 UTC 

[PATCH] nss: Get rid of alloca usage in makedb's write_output
 2023-09-26 13:54 UTC 

[PATCH] man2/splice.2: document SPLICE_F_NOWAIT
 2023-09-26 13:43 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v7] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-09-26 12:05 UTC  (16+ messages)

[committed] Document CVE-2023-4806 and CVE-2023-5156 in NEWS
 2023-09-26 11:41 UTC 

[PATCH v8 0/6] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-09-26  2:24 UTC  (3+ messages)

[PATCH v1] x86: Add support for AVX10 version and vec size in cpu-features
 2023-09-25 20:49 UTC  (4+ messages)
` x86: Add support for AVX10 preset "
  ` x86: Add support for AVX10 version "

[PATCH] getopt: Get rid of alloca usage in process_long_option
 2023-09-25 18:48 UTC 

[PATCH] AArch64: Remove -0.0 check from vector sin
 2023-09-25 14:42 UTC  (2+ messages)

[PATCH] ftw.c: strchr(s, '\0') isn't always optimized to s + strlen(s)
 2023-09-25 13:40 UTC  (2+ messages)

[PATCH] ftw.c: strchr(s, '\0') isn't always optimized to s + strlen(s)
 2023-09-25 11:57 UTC  (2+ messages)

[PATCH] ftw.c: Check for "." and ".." branchlessly
 2023-09-25  8:10 UTC  (10+ messages)

64-bit time_t and __WORDSIZE_TIME64_COMPAT32
 2023-09-25  7:30 UTC  (8+ messages)

[PATCH v3] Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
 2023-09-25  0:21 UTC  (2+ messages)

[PATCH v2] Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
 2023-09-25  0:06 UTC  (2+ messages)

[PATCH] ftw.c: Check for "." and ".." branchlessly
 2023-09-24 13:14 UTC 

[PATCH] Linux: add ST_NOSYMFOLLOW
 2023-09-24 11:52 UTC  (3+ messages)

[PATCH] ftw.c: Check for "." and ".." branchlessly
 2023-09-24 11:43 UTC  (3+ messages)

[PATCH] [powerpc] fegetenv_and_set_rn now uses the builtins provided by GCC
 2023-09-23 15:49 UTC 

[PATCH] Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806
 2023-09-22 22:28 UTC  (6+ messages)

[PATCH] powerpc: Optimized strcmp for power10
 2023-09-22 21:22 UTC  (2+ messages)

[PATCH] resolv: Get rid of alloca usage
 2023-09-22 14:24 UTC  (3+ messages)

[PATCH v2] resolv: Get rid of alloca usage
 2023-09-22 14:10 UTC 

[PATCH v11 0/3] MIPS: Sync elf.h from binutils
 2023-09-22  2:52 UTC  (10+ messages)
` [PATCH v11 1/3] MIPS: Add ELF file header flags
` [PATCH v11 2/3] MIPS: Add new section type SHT_MIPS_ABIFLAGS
` [PATCH v11 3/3] MIPS: Add relocation types

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

[PATCH 0/4] Remove libcrypt
 2023-09-21 20:52 UTC  (5+ messages)
` [PATCH 1/4] Import Solar Designer's public domain MD5 for use by localedef
` [PATCH 2/4] Remove --enable-crypt and --enable-nss-crypt configure options
` [PATCH 3/4] Remove documentation of passphrase-hashing functions
` [PATCH 4/4] Remove all of the remaining libcrypt code

x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
 2023-09-21 19:19 UTC  (4+ messages)

[PATCH v2] group_member: Get rid of unbounded alloca
 2023-09-21 16:48 UTC  (5+ messages)

[PATCH] posix: Deprecate group_member for Linux
 2023-09-21 16:20 UTC 

[PATCH 0/2] Remove libcrypt support
 2023-09-21 14:41 UTC  (4+ messages)
` [PATCH 1/2] sparc: Remove optimize md5, sha256, and sha512
` [PATCH 2/2] crypt: Remove libcrypt support

[PATCH] RISC-V: Enable static-pie
 2023-09-21 13:47 UTC  (3+ messages)

[PATCH v3] malloc: Remove bin scanning from memalign (bug 30723)
 2023-09-21 13:05 UTC  (6+ messages)

[PATCH] crypt: Get rid of alloca usage in __sha256_crypt_r
 2023-09-21 12:59 UTC  (4+ messages)

[PATCH v2] elf: Fix compile error with -DNDEBUG [BZ #18755]
 2023-09-21 12:11 UTC 

[PATCH v3] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-09-21 11:52 UTC  (4+ messages)

[RISC-V] [SIG-toolchain] Meeting will be canceled (Sep 24, 2023)
 2023-09-21  9:07 UTC 

[PATCH 1/2] Adapt collation in th_TH locale to use the iso14651_t1_common file and sync the collation with CLDR
 2023-09-21  8:53 UTC  (3+ messages)
` [PATCH 2/2] Remove unused localedata/th_TH.in
` committed (was: [PATCH 1/2] Adapt collation in th_TH locale to use the iso14651_t1_common file and sync the collation with CLDR)

Accuracy of Mathematical Functions
 2023-09-21  7:11 UTC 

[PATCH v7 0/7] Use introsort for qsort
 2023-09-20 14:12 UTC  (14+ messages)
` [PATCH v7 1/7] string: Add internal memswap implementation
` [PATCH v7 2/7] stdlib: Optimization qsort{_r} swap implementation
` [PATCH v7 3/7] stdlib: Move insertion sort out qsort
` [PATCH v7 4/7] stdlib: qsort: Move some macros to inline function
` [PATCH v7 5/7] stdlib: Implement introsort for qsort (BZ 19305)
` [PATCH v7 6/7] stdlib: Remove use of mergesort on qsort (BZ 21719)
` [PATCH v7 7/7] stdlib: Add more qsort{_r} coverage

[PATCH] elf: dl-lookup: Remove unused alloca.h include
 2023-09-20 13:58 UTC  (2+ messages)

Update kernel version to 6.5 in header constant tests
 2023-09-20 13:34 UTC  (4+ messages)
` Ping "

[PATCH] [powerpc] fegetenv_and_set_rn now uses the builtins provided by GCC
 2023-09-20 13:33 UTC  (4+ messages)

C2x scanf %wN, %wfN support
 2023-09-20 13:26 UTC  (2+ messages)
` Ping "

[PATCH] LoongArch: Add glibc.cpu.hwcap support
 2023-09-20 13:20 UTC  (8+ messages)

[PATCH v2] resolve: Remove __res_context_query alloca usage
 2023-09-20 10:16 UTC 

[PATCH] resolve: Remove __res_context_query alloca usage
 2023-09-20 10:09 UTC  (4+ messages)

[PATCH] elf: Remove alloca usage from chroot_canon
 2023-09-19 18:24 UTC 

[PATCH 0/3] Fine-tune ELF destructor ordering (bug 30869)
 2023-09-19 14:41 UTC  (11+ messages)
` [PATCH 1/3] elf: Record main program constructor/destructor in ordering tests
` [PATCH 2/3] elf: Add dummy declaration of _dl_audit_objclose for !SHARED
` [PATCH 3/3] elf: Process initially loaded objects first in _dl_fini (bug 30869)

[PATCH] elf: Fix _dl_close_worker compile error with -Werror and -DNDEBUG
 2023-09-19 13:52 UTC  (2+ messages)

[PATCH] crypt: Remove alloca usage from __sha512_crypt_r
 2023-09-18 20:32 UTC 

Monday Patch Queue Review update (2023-09-18)
 2023-09-18 13:45 UTC 

[PATCH] getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
 2023-09-15 18:41 UTC  (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [COMMITTED] "

[PATCH] crypt: Get rid of alloca usage in __md5_crypt_r
 2023-09-15 14:12 UTC 

[PATCH 1/3] Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.py
 2023-09-15 11:54 UTC  (6+ messages)
` [PATCH 2/3] localedata/unicode-gen/utf8_gen.py: adapt regexp to get relevant lines from EastAsianWidth.txt
` [PATCH 3/3] Update to Unicode 15.1.0 [BZ #30854]

[Linaro-TCWG-CI] glibc patch #75959: FAIL: 1 regressions
 2023-09-15 11:50 UTC  (5+ messages)

[PATCH] resolv/res_query: Add note indicating that alloca usage is safe
 2023-09-14 17:36 UTC  (5+ messages)

[PATCH v2 0/2] Remove print_fp alloca usage
 2023-09-14 14:06 UTC  (3+ messages)
` [PATCH v2 1/2] stdio: Remove __printf_fp_buffer_1 "
` [PATCH v2 2/2] stdio: Remove __printf_fp_buffer_2 "

Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h
 2023-09-14 13:06 UTC  (2+ messages)

[PATCH] RISC-V: Implement TLS Descriptors
 2023-09-14 12:09 UTC  (9+ messages)
` [PATCH v3] "
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] RISC-V: Add include guard for dl-tls.h
  ` [PATCH v4 2/3] RISC-V: Add TLSDESC reloc definitions
  ` [PATCH v4 3/3] RISC-V: Implement TLS Descriptors

[PATCH] LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings
 2023-09-14 11:54 UTC 

[PATCH v4] argp-help: Get rid of alloca
 2023-09-14 11:36 UTC  (3+ messages)

School District Contact - 2023
 2023-09-14 10:40 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).