unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-12-05 16:40:36 to 2022-12-12 10:58:40 UTC [more...]

[PATCH 0/7] Fixing remaining lld issues
 2022-12-12 10:58 UTC  (6+ messages)
` [PATCH 3/7] stdlib: Move _IO_cleanup to call_function_static_weak
` [PATCH 4/7] Move libc_freeres_ptrs and libc_subfreeres to weak functions

[PATCH] <signal.h>: Add deprecation message for sigpause
 2022-12-12 10:43 UTC 

[PATCH] scanf.3: Do not mention the ERANGE error
 2022-12-12 10:21 UTC  (9+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-12  3:35 UTC  (9+ messages)

[patch] nice.2: wfix
 2022-12-11 17:33 UTC 

RISC-V: sys/user.h
 2022-12-10  0:26 UTC  (4+ messages)

[PATCH] x86: include OSXSAVE in x86-64-v3 level
 2022-12-09 23:53 UTC  (6+ messages)

RISCV Vector unit disabled by default for new task (was Re: [PATCH v12 17/17] riscv: prctl to enable vector commands)
 2022-12-09 19:58 UTC  (12+ messages)

[PATCH v2] Add random locking benchmark
 2022-12-09 18:49 UTC  (7+ messages)

[RFC]: Removing old Falkor ifuncs
 2022-12-09 18:00 UTC  (3+ messages)

[RFC] Supporting malloc_usable_size
 2022-12-09 15:42 UTC  (16+ messages)

[PATCH 1/3] nis: Build libnsl with 64 bit time_t
 2022-12-09 14:35 UTC  (4+ messages)

[PATCH] Improve performance of libc locks
 2022-12-09 14:10 UTC  (3+ messages)

[PATCH 0/1] __libc_start_main() now uses auxv to obtain phdr's address [BZ #29864]
 2022-12-09 13:50 UTC  (8+ messages)

[PATCH v2 0/2] RISC-V: Add vector ISA support
 2022-12-09  4:35 UTC  (6+ messages)
` [PATCH v2 2/2] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC

[PATCH 3/3] time: Use 64 bit time on tzfile
 2022-12-09  4:31 UTC  (2+ messages)

[PATCH 2/3] nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)
 2022-12-09  4:30 UTC  (2+ messages)

[RFC patch 0/5] RISC-V: Add vector ISA support
 2022-12-09  4:03 UTC  (9+ messages)
` [RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion
            ` RISCV kernel struct sigcontext expansion for V regs and potential glibc ABI break (was Re: [RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion.)

[PATCH] powerpc64: Increase SIGSTKSZ and MINSIGSTKSZ
 2022-12-09  1:16 UTC 

Behaviour differences on x86 and RISC-V on cos/sin functions
 2022-12-08 20:07 UTC  (7+ messages)

[PATCH v2] <time.h>: Make strptime available by default
 2022-12-08 18:24 UTC  (4+ messages)

[PATCH] <signal.h>: Make bsd_signal available with _GNU_SOURCE
 2022-12-08 18:23 UTC  (4+ messages)

[PATCH] <wchar.h>: Make wmempcy, wcwidth, wcswidth available by default
 2022-12-08 18:14 UTC  (5+ messages)

[PATCH v2] <stdio.h>: Make fopencookie, vasprintf, asprintf available by default
 2022-12-08 17:08 UTC  (2+ messages)

[PATCH] <string.h>: Make strchrnul, strcasestr, memmem available by default
 2022-12-08 17:07 UTC  (2+ messages)

[PATCH v2 0/5] Remove Linux generic sysdep
 2022-12-08 12:46 UTC  (6+ messages)
` [PATCH v2 1/5] Linux: Move wordsize-32 Version to default
` [PATCH v2 2/5] Linux: Assume and consolidate getsockname wire-up syscall
` [PATCH v2 3/5] Linux: Assume and consolidate getpeername "
` [PATCH v2 4/5] Linux: Remove unused generic Makefile
` [PATCH v2 5/5] Linux: Remove generic Implies

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-08  9:26 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v1 01/27] x86/fpu: Create helper file for common data macros
 2022-12-08  0:46 UTC  (31+ messages)
` [PATCH v1 02/27] x86/fpu: Add file for common data used across svml_s_*_avx2.S files
` [PATCH v1 03/27] x86/fpu: Add file for common data used across svml_s_*_avx512.S files
` [PATCH v1 04/27] x86/fpu: Add file for common data used across svml_s_*_sse4.S files
` [PATCH v1 05/27] x86/fpu: Build common data files for svml_s_*_{avx512, avx2, sse4}.S
` [PATCH v1 06/27] x86/fpu: Update rodata usage in svml_s_tanhf_*_{avx2, sse4}
` [PATCH v1 07/27] x86/fpu: Update rodata usage in svml_s_tanhf16_core_avx512.S
` [PATCH v1 08/27] x86/fpu: Update rodata usage in svml_s_atanhf16_core_avx512.S
` [PATCH v1 09/27] x86/fpu: Update rodata usage in svml_s_atanhf4_core_sse4.S
` [PATCH v1 10/27] x86/fpu: Update rodata usage in svml_s_atanhf8_core_avx2.S
` [PATCH v1 11/27] x86/fpu: Optimize svml_s_atanf16_core_avx512.S
` [PATCH v1 12/27] x86/fpu: Optimize svml_s_atanf4_core_sse4.S
` [PATCH v1 13/27] x86/fpu: Optimize svml_s_atanf8_core_avx2.S
` [PATCH v1 14/27] x86/fpu: Add common rodata file for svml_s_tanf_*_{avx512, avx2, sse4}.S
` [PATCH v1 15/27] x86/fpu: Optimize svml_s_tanf16_core_avx512.S
` [PATCH v1 16/27] x86/fpu: Optimize svml_s_tanf4_core_sse4.S
` [PATCH v1 17/27] x86/fpu: Optimize svml_s_tanf8_core_avx2.S
` [PATCH v1 18/27] x86/fpu: Optimize svml_s_log10f16_core_avx512.S
` [PATCH v1 19/27] x86/fpu: Optimize svml_s_log10f4_core_sse4.S
` [PATCH v1 20/27] x86/fpu: Optimize svml_s_log10f8_core_avx2.S
` [PATCH v1 21/27] x86/fpu: Optimize svml_s_log2f16_core_avx512.S
` [PATCH v1 22/27] x86/fpu: Optimize svml_s_log2f4_core_sse4.S
` [PATCH v1 23/27] x86/fpu: Optimize svml_s_log2f8_core_avx2.S
` [PATCH v1 24/27] x86/fpu: Optimize svml_s_logf16_core_avx512.S
` [PATCH v1 25/27] x86/fpu: Optimize svml_s_logf4_core_sse4.S
` [PATCH v1 26/27] x86/fpu: Optimize svml_s_logf8_core_avx2.S
` [PATCH v1 27/27] x86/fpu: Remove unused svml_s_logf_data.S file

[PATCH 00/30] Remove Linux generic sysdep
 2022-12-07 21:19 UTC  (56+ messages)
` [PATCH 03/30] Linux: consolidate chmod implementation
` [PATCH 04/30] Linux: consolidate chown implementation
` [PATCH 05/30] Linux: consolidate dup2 implementation
` [PATCH 06/30] Lninux: consolidate epoll_create implementation
` [PATCH 07/30] Linux: consolidate inotify_init implementation
` [PATCH 08/30] Linux: consolidate lchown implementation
` [PATCH 09/30] Linux: consolidate link implementation
` [PATCH 10/30] Linux: consolidate mkdir implementation
` [PATCH 11/30] Linux: consolidate readlink implementation
` [PATCH 13/30] Linux: consolidate symlink implementation
` [PATCH 14/30] Linux: consolidate unlink implementation
` [PATCH 15/30] Linux: consolidate sendfile implementation
` [PATCH 16/30] Linux: Move wordsize-32 Version to default
` [PATCH 17/30] Linux: consolidate ____longjmp_chk
` [PATCH 18/30] Linux: Assume and consolidate bind wire-up syscall
` [PATCH 20/30] Linux: Assume and consolidate socketpair "
` [PATCH 21/30] Linux: Assume and consolidate listen "
` [PATCH 22/30] Linux: Assume and consolidate getsockname "
` [PATCH 23/30] Linux: Assume and consolidate getpeername "
` [PATCH 24/30] Linux: Assume and consolidate shutdown "
` [PATCH 25/30] Linux: Remove unused generic Makefile
` [PATCH 26/30] Linux: Remove generic sysdep
` [PATCH 27/30] Linux: make generic xstatver.h the default one
` [PATCH 28/30] Linux: Make generic fcntl.h "
` [PATCH 29/30] Linux: Consolidate typesizes.h
` [PATCH 30/30] Linux: Remove generic Implies

glibc: Testing LF BBB instance for patch review meetings
 2022-12-07 20:27 UTC  (4+ messages)

[PATCH 0/6] Refactor binutils configure usage
 2022-12-07 20:04 UTC  (10+ messages)
` [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

Add restrict annotations to all functions that require it
 2022-12-07 19:05 UTC  (7+ messages)

[PATCH v2] stdio: Do not ignore posix_spawn error on popen (BZ #29016)
 2022-12-07 18:24 UTC 

[PATCH v2] realloc: Return unchanged if request is within usable size
 2022-12-06 22:33 UTC  (2+ messages)

[PATCH v2 0/3] Refactor binutils configure usage
 2022-12-06 18:48 UTC  (5+ messages)
` [PATCH v2 1/3] configure: Allow user override LD, AR, OBJCOPY, and GPROF
` [PATCH v2 2/3] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
` [PATCH v2 3/3] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option

[PATCH] realloc: Return unchanged if request is within usable size
 2022-12-06 18:41 UTC  (4+ messages)

[PATCH] stdio: Do not ignore posix_spawn error on popen (BZ #29016)
 2022-12-06 16:53 UTC  (2+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-06 15:04 UTC 

[PATCH] strcat.3: SYNOPSIS: Fix the size of 'dest'
 2022-12-05 21:10 UTC  (3+ messages)

Resource use fopen-vs-freopen
 2022-12-05 18:55 UTC  (2+ messages)

bind(2): Missing [[gnu::nonnull]]
 2022-12-05 18:53 UTC  (7+ messages)

[PATCH v5 00/17] Improve generic string routines
 2022-12-05 17:07 UTC  (2+ messages)


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