public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] RISC-V: Stop referencing __global_pointer$ under PIC
 2023-06-26 13:55 UTC  (3+ messages)

Monday Patch Queue Review update (2023-06-26)
 2023-06-26 13:52 UTC 

[PATCH 1/2] hurd: statvfs: __f_type -> f_type
 2023-06-26 13:50 UTC  (5+ messages)
` [PATCH 2/2] linux: statvfs: allocate spare for f_type
    ` [PATCH 3/2] statvfs: f_type: NEWS & test

[PATCH] elf: Update list of RISC-V relocations
 2023-06-26 13:28 UTC  (2+ messages)

[PATCH v3] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-06-26 13:16 UTC 

[PATCH] setenv.c: Get rid of alloca
 2023-06-26 13:12 UTC  (2+ messages)

[PATCH v6] ifaddrs: Get rid of alloca
 2023-06-26 13:10 UTC  (3+ messages)

[PATCH v2 00/14] Allow glibc to be built with _FORTIFY_SOURCE
 2023-06-26 13:05 UTC  (17+ messages)
` [PATCH v2 01/14] "
` [PATCH v2 02/14] Exclude routines from fortification
` [PATCH v2 03/14] sysdeps: Ensure ieee128*_chk routines to be properly named
` [PATCH v2 04/14] string: Ensure *_chk routines have their hidden builtin definition available
` [PATCH v2 05/14] stdio: "
` [PATCH v2 06/14] asprintf_chk: Ensure compatibility for both s390x and ppc64le
` [PATCH v2 07/14] misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
` [PATCH v2 08/14] wcsmbs/bits/wchar2{,-decl}.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v2 09/14] posix/bits/unistd.h: Clearly separate declaration from definitions
` [PATCH v2 10/14] posix/bits/unistd{,-decl}.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v2 11/14] misc/bits/select2.h: Clearly separate declaration from definitions
` [PATCH v2 12/14] misc/bits/syslog.h: Clearly separate declaration from definition
` [PATCH v2 13/14] sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result
` [PATCH v2 14/14] Add --enable-fortify-source option

[PATCH] Fix tests-clean Makefile target (bug 30545)
 2023-06-26 13:02 UTC  (3+ messages)

[PATCH v2] manual: Update documentation of strerror and related functions
 2023-06-26 13:00 UTC 

[PATCH v3] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-06-26 12:17 UTC  (2+ messages)

[PATCH v5] MIPS: Sync elf.h from binutils
 2023-06-26  3:23 UTC  (5+ messages)

[PATCH 1/5] htl: Let Mach place thread stacks
 2023-06-25 23:17 UTC  (5+ messages)
` [PATCH 2/5] hurd: Map brk non-executable
` [PATCH 3/5] hurd: Fix calling vm_deallocate (NULL)
` [PATCH 4/5] hurd: Fix mapping at address 0 with MAP_FIXED
` [PATCH 5/5] hurd: Implement MAP_EXCL

[PATCH v2] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-06-25 12:20 UTC  (2+ messages)

Fabric&Sales,
 2023-06-25  0:35 UTC 

Reaching out
 2023-06-24  1:29 UTC  (4+ messages)

[PATCH v2] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-06-23 17:34 UTC  (4+ messages)

[PATCH 2/5] include: Replace zero-length array "msg" with C99 flexible-array
 2023-06-23 15:57 UTC  (9+ messages)
` [PATCH 3/5] linux: Replace zero-length array with flexible-array member on inotify struct
` [PATCH 4/5] linux: Replace zero-length array with flexible-array member on struct dirstream
` [PATCH 5/5] stdio-common: Replace zero-length array with flexible-array member

[PATCH v3 1/4] aarch64: Add vector implementations of cos routines
 2023-06-23 15:24 UTC  (4+ messages)
` [PATCH v3 2/4] aarch64: Add vector implementations of sin routines
` [PATCH v3 3/4] aarch64: Add vector implementations of log routines
` [PATCH v4 4/4] aarch64: Add vector implementations of exp routines

[PATCH] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-06-23 13:26 UTC  (2+ messages)

[PATCH v3 1/2] elf: Port ldconfig away from stack-allocated paths
 2023-06-23 12:46 UTC  (5+ messages)
` [PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific

[PATCH] powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ
 2023-06-23 12:01 UTC  (3+ messages)

[PATCH 00/21] Allow glibc to be built with _FORTIFY_SOURCE
 2023-06-23 11:28 UTC  (49+ messages)
` [PATCH 01/21] Add --enable-fortify-source option
` [PATCH 02/21] Configure: regenerate for autoconf 2.71
` [PATCH 03/21] Exclude routines from fortification
` [PATCH 04/21] sysdeps/{i386,x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chk
` [PATCH 05/21] stdio-common: tests: Incorrect maxlen parameter for swprintf
` [PATCH 06/21] sysdeps: Ensure ieee128*_chk routines to be properly named
` [PATCH 07/21] string: Ensure *_chk routines have their hidden builtin definition available
` [PATCH 08/21] stdio: "
` [PATCH 09/21] asprintf_chk: Ensure compatibility for both s390x and ppc64le
` [PATCH 10/21] misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
` [PATCH 11/21] wcsmbs/bits/wchar2{,-decl}.h: Clearly separate declaration from definitions
` [PATCH 12/21] wcsmbs/bits/wchar2{,-decl}.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH 13/21] posix/bits/unistd.h: Clearly separate declaration from definitions
` [PATCH 14/21] posix/bits/unistd{,-decl}.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH 15/21] debug/readlink{,at}_chk.c: Harmonize declaration and definition
` [PATCH 16/21] misc/bits/select2.h: Clearly separate declaration from definitions
` [PATCH 17/21] misc/bits/syslog.h: Clearly separate declaration from definition
` [PATCH 18/21] rt/tst-mqueue4.c: Fix wrong number of argument for mq_open
` [PATCH 19/21] sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result
` [PATCH 20/21] sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: "
` [PATCH 21/21] benchtests: fix "

[PATCH] Fix %Z parsing in strptime [BZ #16088]
 2023-06-23  6:48 UTC  (6+ messages)
    ` Fwd: "

[PATCH v2 0/4] c2y proposal add monotonicwait support for mtx and ctx
 2023-06-22 21:48 UTC  (47+ messages)
` [PATCH v2 1/4] clang-format: should format with 2 space and do not usage tab
` [PATCH v2 2/4] time: Implement c23 timespec_get base
` [PATCH v2 4/4] c2y: Add function cnd_timedwait_base and mtx_timedlock_base

[PATCH v2] ld.so: Always use MAP_COPY to map the first segment [BZ #30452]
 2023-06-22 21:30 UTC 

[PATCH] manual: Update documentation of strerror and related functions
 2023-06-22 19:45 UTC  (6+ messages)

[PATCH v2 1/4] aarch64: Add vector implementations of cos routines
 2023-06-22 14:16 UTC  (4+ messages)

[PATCH] Stop applying a GCC-specific workaround on clang [BZ #30550]
 2023-06-22 10:55 UTC  (2+ messages)

[PATCH v5] ifaddrs: Get rid of alloca
 2023-06-21 20:04 UTC  (6+ messages)

[PATCH 0/2] Implement newly add timebase defines for c2x timespec_get and timespec_getres
 2023-06-21 18:32 UTC  (3+ messages)
` [PATCH 1/2] time: "
` [PATCH 2/2] time: Implement extra timebase defines for "

[PATCH v3] check_native: Get rid of alloca
 2023-06-21 17:16 UTC  (2+ messages)

[PATCH 1/5] catgets: Replace zero-length array name_ptr with C99 flexible-array
 2023-06-21 15:51 UTC  (3+ messages)

[PATCH v3 1/4] clang-format: Do not usage tab to indent code
 2023-06-21 12:15 UTC  (3+ messages)
` [PATCH v3 2/4] time: Implement newly add timebase defines for c23 timespec_get and timespec_getres

[PATCH 0/5] c2y proposal add monotonicwait support for mtx and ctx
 2023-06-21  6:32 UTC  (8+ messages)
` [PATCH 1/5] features: Rename __GLIBC_USE_ISOC2X to __GLIBC_USE_ISOC23
` [PATCH 2/5] time: Implement c23 timespec_get base
` [PATCH 5/5] c2y: Add function cnd_timedwait_monotonic and mtx_timedlock_monotonic

[PATCH] PowerPC: Influence hwcaps via cpu arch-level GLIBC_TUNABLES
 2023-06-21  6:20 UTC  (5+ messages)

[PATCH] getaddrinfo: Get rid of alloca
 2023-06-20 21:40 UTC 

[PATCH] scripts: Add forify checks on installed headers
 2023-06-20 19:55 UTC  (2+ messages)

[PATCH] scripts: Add fortify checks on installed headers
 2023-06-20 19:55 UTC 

[PATCH] libc_fatal: Add comment regarding alloca usage
 2023-06-20 18:41 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).