unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-11-18 21:23:27 to 2022-12-03 20:23:44 UTC [more...]

[PATCH 00/41] Document nullability of syscall parameters
 2022-12-03 20:22 UTC  (2+ messages)
` [PATCH 01/41] accept.2: SYNOPSIS: Add _Nullable

bind(2): Missing [[gnu::nonnull]]
 2022-12-03 19:12 UTC  (5+ messages)

Add restrict annotations to all functions that require it
 2022-12-03 14:32 UTC  (8+ messages)

[PATCH 0/6] Refactor binutils configure usage
 2022-12-02 23:10 UTC  (8+ messages)
` [PATCH 1/6] configure: Move locale tools early
` [PATCH 2/6] configure: Remove check if as is GNU
` [PATCH 3/6] configure: Remove check if ld "
` [PATCH 4/6] configure: Remove AS check
` [PATCH 5/6] configure: Allow user override LD, AR, OBJCOPY, and GPROF
` [PATCH 6/6] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS

[PATCH v2] hurd: Make getrandom cache the server port
 2022-12-02 22:46 UTC  (7+ messages)
      ` [PATCH v3] "

[hurd,commited] hurd: Make getrandom cache the server port
 2022-12-02 22:45 UTC 

[RFC] Supporting malloc_usable_size
 2022-12-02 19:57 UTC  (13+ messages)

[PATCHv2] powerpc64: Remove old strncmp optimization
 2022-12-02 19:24 UTC  (2+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-02 18:55 UTC  (12+ messages)

[PATCH v5 1/2] iconvdata/tst-table-charmap.sh: remove handling of old, borrowed format
 2022-12-02 18:42 UTC  (7+ messages)
` [PATCH v6 2/2] POSIX locale covers every byte [BZ# 29511]

[PATCH] elf: Fix rtld-audit trampoline for aarch64
 2022-12-02 18:20 UTC  (6+ messages)

[RFC] Supporting malloc_usable_size
 2022-12-02 13:54 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-02  3:59 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-02  3:54 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-02  3:53 UTC 

[PATCH] x86-64 strncat: Properly handle the length parameter [BZ# 24097]
 2022-12-02  1:39 UTC  (2+ messages)

[PATCH] x86-64 strncpy: Properly handle the length parameter [BZ# 29839]
 2022-12-02  1:38 UTC  (2+ messages)

[PATCH] powerpc64: Remove old strncmp optimization
 2022-12-01 20:26 UTC  (5+ messages)

[PATCH] Revert "Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling."
 2022-12-01  0:45 UTC  (8+ messages)

Many float/double errors in math/ testsuite with gcc master branch
 2022-11-30 19:12 UTC  (5+ messages)

[PATCH] linux: Use long int for syscall return value
 2022-11-30 13:53 UTC  (2+ messages)

[PATCH] LoongArch: Use medium cmodel build libc_nonshared.a
 2022-11-30  8:40 UTC  (7+ messages)
    ` 回复: "
        ` 回复: 回复: [PATCH] LoongArch: Use mediumcmodel "

[PATCH] ARC: update definitions in elf/elf.h
 2022-11-30  2:11 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] Update ARC "
  ` [PATCH v3 1/2] scripts: Add "|" operator support to glibcpp's parsing
  ` [PATCH v3 2/2] ARC: update definitions in elf/elf.h

[PATCH v2 00/11] Optimize posix_spawn signal setup with clone3
 2022-11-29 20:43 UTC  (4+ messages)
` [PATCH v2 05/11] powerpc64: Add the clone3 wrapper

[PATCH] Apply asm redirections in syslog.h before first use [BZ #27087]
 2022-11-29 20:00 UTC  (4+ messages)

[PATCH] linux: Change syscall return value to long int
 2022-11-29 10:54 UTC  (5+ messages)

[PATCH] realloc: Return unchanged if request is within usable size
 2022-11-28 17:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] <time.h>: Make strptime available by default
 2022-11-28 15:37 UTC  (4+ messages)

Monday Patch Queue Review update (2022-11-28)
 2022-11-28 14:53 UTC 

[PATCH v2] <time.h>: Make strptime available by default
 2022-11-28 14:49 UTC 

[PATCH] realloc: Return unchanged if request is within usable size
 2022-11-28 14:13 UTC  (2+ messages)

[PATCH] <signal.h>: Make bsd_signal available with _GNU_SOURCE
 2022-11-28 10:36 UTC 

[PATCH] LoongArch: Add syscall.c for getting correct return value
 2022-11-25  2:37 UTC  (4+ messages)

[PATCH] libio: Deprecate the fcloseall function (bug 28099)
 2022-11-24 16:08 UTC 

[PATCH] <stdio.h>: fcloseall, fopencookie, vasprintf, asprintf by default
 2022-11-24 15:55 UTC  (3+ messages)

[PATCH v2] <stdio.h>: Make fopencookie, vasprintf, asprintf available by default
 2022-11-24 15:49 UTC 

[PATCH] <string.h>: Make strchrnul, strcasestr, memmem available by default
 2022-11-24 14:32 UTC 

[PATCH v1] x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
 2022-11-24  3:12 UTC  (6+ messages)

[PATCH v2] Resolve-flockfile-funlockfile-differences
 2022-11-23 21:08 UTC 

size_t vs long
 2022-11-23 20:08 UTC  (10+ messages)
          ` Using size_t to crash on off-by-one errors (was: size_t vs long.)

[PATCH v2 00/10] LoongArch: Use builtins with GCC >= 13
 2022-11-23  3:49 UTC  (4+ messages)
` [PATCH v2 08/10] LoongArch: Add support for scalbn[f]
` [PATCH v2 09/10] LoongArch: Add support for scalb[f]
` [PATCH v2 10/10] LoongArch: Add support for ilogb[f]

[PATCH v2 00/10] LoongArch: Use builtins with GCC >= 13
 2022-11-23  3:45 UTC  (8+ messages)
` [PATCH v2 01/10] LoongArch: Use __builtin_rint{,f} "
` [PATCH v2 02/10] Use GCC builtins for lrint functions if desired
` [PATCH v2 03/10] LoongArch: Use __builtin_lrint{,f} with GCC >= 13
` [PATCH v2 04/10] Use GCC builtins for llrint functions if desired
` [PATCH v2 05/10] LoongArch: Use __builtin_llrint{,f} with GCC >= 13
` [PATCH v2 06/10] Use GCC builtins for logb functions if desired
` [PATCH v2 07/10] LoongArch: Use __builtin_logb{,f} with GCC >= 13

[PATCH 0/9] LoongArch: Use builtins with GCC >= 13
 2022-11-23  3:18 UTC  (5+ messages)

[PATCH 0/9] LoongArch: Use builtins with GCC >= 13
 2022-11-23  2:38 UTC  (4+ messages)
` [PATCH 1/9] LoongArch: Use __builtin_rint{,f} "
` [PATCH 8/9] LoongArch: Add support for scalbn[f]
` [PATCH 9/9] LoongArch: Add support for scalb[f]

[PATCH] dlsym: Add RTLD_PROBE to dlsym only probe symbol without add dependency
 2022-11-23  2:21 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] dlsym: Add RTLD_PROBE to dlsym only probe symbol without add dependency
 2022-11-23  2:05 UTC 

reply: [PATCH] dlsym: Add RTLD_PROBE to dlsym only probe symbol without add dependency
 2022-11-22  2:43 UTC 

resend patch//: Add testcese// [PATCH] dlsym: Add RTLD_PROBE for situation when dlsym only wants to probe a symbol but not use it
 2022-11-22  1:26 UTC 

[PATCH] stdio-common: Add missing dependencies (bug 29780)
 2022-11-21 16:06 UTC  (2+ messages)

Add testcese// [PATCH] dlsym: Add RTLD_PROBE for situation when dlsym only wants to probe a symbol but not use it
 2022-11-21 16:05 UTC  (3+ messages)

[PATCH] i386: Avoid avoid rely on linker optimization to avoid relocation
 2022-11-21 14:47 UTC  (2+ messages)

Question about DT_RPATH $ORIGIN processing
 2022-11-21 14:17 UTC  (3+ messages)

[PATCH] Resolve-flockfile-funlockfile-differences
 2022-11-21  3:41 UTC 

On the removal of nscd from Fedora, and the future of nscd
 2022-11-20 18:34 UTC  (4+ messages)

[PATCH v2 1/2] x86/fpu: Reformat svml_{s|d}_wrapper_impl.h.S
 2022-11-19  0:36 UTC  (18+ messages)
` [PATCH v3 1/2] x86/fpu: Reformat svml_{s|d}_wrapper_impl.h
  ` [PATCH v3 2/2] x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h
` [PATCH v4 1/3] x86/fpu: Reformat svml_{s|d}_wrapper_impl.h
  ` [PATCH v4 2/3] x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h
  ` [PATCH v4 3/3] x86/fpu: Factor out shared avx2/avx512 "
` [PATCH v5 1/3] x86/fpu: Reformat svml_{s|d}_wrapper_impl.h
  ` [PATCH v5 2/3] x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h
  ` [PATCH v5 3/3] x86/fpu: Factor out shared avx2/avx512 "


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