public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[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 v2 00/14] Allow glibc to be built with _FORTIFY_SOURCE
 2023-06-23  9:42 UTC  (15+ 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 %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  (48+ 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 3/4] c11: Switch to use pthread_mutex_clocklock and pthread_cond_clockwait to implement cnd and mtx lock and wait
` [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] mips: dl-machine-reject-phdr: Get rid of alloca
 2023-06-22 16:06 UTC 

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

[PATCH v6] ifaddrs: Get rid of alloca
 2023-06-22 13:47 UTC  (2+ messages)

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

[PATCH] elf: Update list of RISC-V relocations
 2023-06-22 10:26 UTC 

[PATCH 2/5] include: Replace zero-length array "msg" with C99 flexible-array
 2023-06-22  5:25 UTC  (7+ 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 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/2] elf: Port ldconfig away from stack-allocated paths
 2023-06-21 13:28 UTC  (3+ messages)
` [PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific

[PATCH] Fix tests-clean Makefile target (bug 30545)
 2023-06-21 12:54 UTC  (2+ 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  (13+ messages)
` [PATCH 1/5] features: Rename __GLIBC_USE_ISOC2X to __GLIBC_USE_ISOC23
` [PATCH 2/5] time: Implement c23 timespec_get base
` [PATCH 3/5] clang-format: should format with 2 space and do not usage tab
` [PATCH 4/5] c11: Switch to use pthread_mutex_clocklock and pthread_cond_clockwait to implement cnd and mtx lock and wait
` [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 

[PATCH v3] hurd: readv: Get rid of alloca
 2023-06-20 17:15 UTC  (2+ messages)

request to add my username in the wiki-thanks in advance
 2023-06-20 17:07 UTC  (5+ messages)

[PATCH] hurd: writev: Add back cleanup handler
 2023-06-20 16:36 UTC  (2+ messages)

[PATCH v3 0/5] fcntl fortification
 2023-06-20 14:21 UTC  (15+ messages)

[PATCH v5] vfprintf-internal: Get rid of alloca
 2023-06-20 13:26 UTC 

[PATCH v3 4/4] aarch64: Add vector implementations of exp routines
 2023-06-20 11:01 UTC 

[PATCH] ld.so: Always use MAP_COPY to map the first segment [BZ #28656]
 2023-06-20 10:44 UTC  (2+ messages)

[COMMITTED] Fix misspellings -- BZ 25337
 2023-06-19 21:59 UTC 

C2x scanf %b support
 2023-06-19 19:34 UTC  (2+ messages)

C2x printf %wN, %wfN support (bug 24466)
 2023-06-19 18:46 UTC  (4+ messages)

[PATCH] Format test results closer to what DejaGnu does
 2023-06-19 17:55 UTC  (5+ messages)

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