public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/21] Allow glibc to be built with _FORTIFY_SOURCE
 2023-06-21 12:29 UTC  (30+ 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 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 v2 0/4] c2y proposal add monotonicwait support for mtx and ctx
 2023-06-21 12:09 UTC  (25+ 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] manual: Update documentation of strerror and related functions
 2023-06-21 10:57 UTC  (5+ messages)

[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 1/5] catgets: Replace zero-length array name_ptr with C99 flexible-array
 2023-06-20 22:15 UTC 

[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 v2 1/4] aarch64: Add vector implementations of cos routines
 2023-06-20 14:25 UTC  (6+ messages)
` [PATCH v2 2/4] aarch64: Add vector implementations of sin routines
` [PATCH v2 3/4] aarch64: Add vector implementations of log routines
` [PATCH v2 4/4] aarch64: Add vector implementations of exp routines

[PATCH v3 0/5] fcntl fortification
 2023-06-20 14:21 UTC  (20+ messages)
` [PATCH v3 1/5] support: Add support_fcntl_support_ofd_locks ()
` [PATCH v3 2/5] cdefs.h: Define __glibc_warn_system_headers_{begin,end}
` [PATCH v3 3/5] cdefs.h: Enable __errordecl & __warnattr for Clang 14+
` [PATCH v3 4/5] io: Add FORTIFY_SOURCE check for fcntl arguments
` [PATCH v3 5/5] io: Also verify 2-arg fctnl calls at runtime

[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  (6+ 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)

[PATCH] add GB18030-2022 charmap [BZ #30243]
 2023-06-19 16:59 UTC  (2+ messages)

Monday Patch Queue Review update (2023-06-19)
 2023-06-19 16:03 UTC 

[PATCH] hurd: readv: Get rid of alloca
 2023-06-19 14:59 UTC  (3+ messages)

[PATCH v2] hurd: readv: Get rid of alloca
 2023-06-19 14:24 UTC  (2+ messages)

[PATCH] hurd: writev: Get rid of alloca
 2023-06-19 14:22 UTC  (4+ messages)

[PATCH] Add checks for wday, yday and new date formats
 2023-06-19 14:05 UTC 

[PATCH v8 1/3] posix: regcomp(): clear RE_DOT_NOT_NULL
 2023-06-19 13:11 UTC  (3+ messages)
` [PATCH v8 2/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor
` [PATCH v8 3/3] posix: add test for REG_STARTEND

[PATCH v15] POSIX locale covers every byte [BZ# 29511]
 2023-06-19 13:04 UTC 

[PATCH v2] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-06-19  9:13 UTC  (3+ messages)
` ping: "
  ` ping^2: "

[PATCH v3 0/2] O_IGNORE_CTTY everywhere
 2023-06-19  8:57 UTC  (15+ messages)
` [PATCH v3 2/2] Use O_IGNORE_CTTY where appropriate

[hurd,commited] hurd: writev: Get rid of alloca
 2023-06-19  0:45 UTC 

[PATCH v4] grantpt: Get rid of alloca
 2023-06-17 23:08 UTC  (2+ messages)

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

[PATCH v2] string: strerror must not return NULL (bug 30555)
 2023-06-15 17:49 UTC  (2+ messages)

[PATCH] manual: Enhance documentation of the <ctype.h> functions
 2023-06-15 17:18 UTC 

[PATCH] fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
 2023-06-15 17:14 UTC  (2+ messages)

[PATCH v2] fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
 2023-06-15 17:12 UTC 

CFP: Toolchains Track at Linux Plumbers Conf '23
 2023-06-15 15:40 UTC 

[PATCH] Fix tests-clean Makefile target (bug 30545)
 2023-06-15 15:25 UTC 

[PATCH 1/4] aarch64: Add vector implementations of cos routines
 2023-06-15 14:43 UTC  (5+ messages)
` [PATCH 3/4] aarch64: Add vector implementations of log routines

[PATCH] string: strerror must not return NULL (bug 30555)
 2023-06-15 14:34 UTC  (2+ messages)

[PATCH v5] MIPS: Sync elf.h from binutils
 2023-06-15  9:08 UTC  (4+ messages)

[PATCH v3 0/3] strlcpy and strlcat, wcslcpy and wcslcat
 2023-06-15  8:16 UTC  (11+ messages)
` [PATCH v3 1/3] Implement strlcpy and strlcat [BZ #178]
` [PATCH v3 2/3] Add the wcslcpy, wcslcat functions
` [PATCH v3 3/3] manual: Manual update for strlcat, strlcpy, wcslcat, wclscpy

[PATCH v6] MIPS: Sync elf.h from binutils
 2023-06-15  7:50 UTC 

[PATCH v5] ifaddrs: Get rid of alloca
 2023-06-14 19:20 UTC  (3+ messages)

[PATCH v3] vfprintf-internal: Get rid of alloca
 2023-06-14 18:45 UTC  (3+ messages)

[PATCH v4] vfprintf-internal: Get rid of alloca
 2023-06-14 18:38 UTC 

[PATCH 1/4] aarch64: Add vector implementations of cos routines
 2023-06-14 18:03 UTC  (2+ messages)

[PATCH v2] debug: Actually run tst-longjmp_chk3.c
 2023-06-14 17:20 UTC 

[PATCH] manual: Document deviation of realloc from C2x/N2464
 2023-06-14 16:21 UTC  (3+ messages)

[RFC] Add stdckdint.h header for C23
 2023-06-14 15:50 UTC  (5+ messages)

Hmm... Simple Question Re: Sourceware.org
 2023-06-14 13:53 UTC 

override functions inside glibc
 2023-06-14 13:22 UTC  (4+ messages)

[PATCH v8 1/2] tests: replace read by xread
 2023-06-14 11:53 UTC  (4+ messages)
` [PATCH 2/2] tests: replace system by xsystem

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