unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-11 19:22:36 to 2020-05-15 14:41:51 UTC [more...]

[PATCH v3 00/13] aarch64: branch protection support
 2020-05-15 14:40 UTC  (6+ messages)
` [PATCH v3 02/13] elf.h: add aarch64 property definitions
` [PATCH v3 03/13] Rewrite abi-note.S in C
` [PATCH v3 04/13] aarch64: configure test for BTI support
` [PATCH v3 06/13] aarch64: Rename place holder .S files to .c
` [PATCH v3 07/13] aarch64: fix swapcontext for BTI

[PATCH] malloc: perturb mchunk returned from tcache like fast, small, large bin
 2020-05-15 14:33 UTC 

[PATCH v2] Add scripts/move-symbol-to-libc.py
 2020-05-15 13:47 UTC 

No bugzilla update from git commit
 2020-05-15 13:21 UTC  (3+ messages)

[PATCH] Add scripts/move-symbol-to-libc.py
 2020-05-15 13:09 UTC  (2+ messages)

[PATCH v3] arm: memcpy: fix copying big data does not meet expectations [BZ #25620]
 2020-05-15 11:51 UTC 

[PATCH v2] aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
 2020-05-15 11:39 UTC  (2+ messages)

[PATCH v2] aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
 2020-05-15 10:48 UTC 

[PATCH] aarch64: fix strcpy and strnlen for big-endian
 2020-05-15 10:40 UTC  (3+ messages)

[PATCH v2 0/7] y2038: Convert clock_adjtime related syscalls to support 64 bit time
 2020-05-15 10:03 UTC  (3+ messages)
` [PATCH v2 1/7] y2038: linux: Provide __clock_adjtime64 implementation

[PATCH] malloc: perturb mchunk returned from tcache like fast, small, large bin
 2020-05-15  7:27 UTC 

Can't reset my password on patchwork
 2020-05-15  1:28 UTC  (4+ messages)

[PATCH v6 00/13] glibc port to ARC processors
 2020-05-15  0:45 UTC  (3+ messages)

[PATCH] nptl: Provide a way to block all signals for the timer helper thread
 2020-05-14 20:40 UTC  (16+ messages)

[PATCH] locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)
 2020-05-14 20:32 UTC  (2+ messages)

[PATCH v2] manual: Document the System V sigpause function
 2020-05-14 20:14 UTC  (2+ messages)

[PATCH v2] signal: Deprecate additional legacy signal handling functions
 2020-05-14 19:26 UTC 

[RFC 0/4] Make strsignal and strerror async-signal-safe
 2020-05-14 18:39 UTC  (21+ messages)
` [RFC 1/4] string: Make strsignal async-signal-safe
` [RFC 2/4] string: Add strsignal_l
` [RFC 3/4] string: Make strerror async-signal-safe
` [RFC 4/4] string: Move strerror_l pointer to tls_internal.h

[PATCH] signal: Deprecate additional legacy signal handling functions
 2020-05-14 17:21 UTC  (2+ messages)

NEWS update about buffer overflow detection with GCC 10
 2020-05-14 16:17 UTC  (3+ messages)

[PATCH] string: Fix string/tst-memmove-overflow to compile with GCC 7
 2020-05-14 16:06 UTC  (2+ messages)

[PATCH][AArch64] Merge Falkor memcpy and memmove
 2020-05-14 14:30 UTC  (2+ messages)

[PATCH] nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
 2020-05-14 14:24 UTC 

[PATCH 1/2] powerpc: Optimized strcpy for POWER9
 2020-05-14 13:48 UTC  (5+ messages)
` [PATCH 2/2] powerpc: Optimized stpcpy "

[PATCH] nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
 2020-05-14 12:10 UTC  (2+ messages)

[PATCH] powerpc: Optimized rawmemchr for POWER9
 2020-05-14 11:49 UTC 

RISC-V / GCC 10: invalid operation not set in acos and asin
 2020-05-13 20:20 UTC  (7+ messages)

New Swedish PO file for 'libc' (version 2.30.9000)
 2020-05-13 20:02 UTC 

New Swedish PO file for 'libc' (version 2.30.9000)
 2020-05-13 19:57 UTC 

hwcaps subdirectory selection in the dynamic loader
 2020-05-13 16:47 UTC  (3+ messages)

[PATCH v8 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-05-13 15:22 UTC  (3+ messages)
` [PATCH v8 1/2] sysv: linux: Define the __semid_ds32 struct
` [PATCH v8 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH v7 0/2] Support y2038 semctl_syscall()
 2020-05-13 15:14 UTC  (6+ messages)
` [PATCH v7 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] arm: XFAIL string/tst-memmove-overflow due to bug 25620
 2020-05-13 14:47 UTC  (2+ messages)

[PATCH v3] arm: memcpy: fix copying big data does not meet expectations [BZ #25620]
 2020-05-13 12:36 UTC  (2+ messages)

Finite math, fftw3, lld and Arch Linux
 2020-05-13 10:06 UTC  (7+ messages)

[PATCH] string: Add string/tst-memmove-overflow, a test case for bug 25620
 2020-05-13  9:29 UTC  (7+ messages)

[PATCH] locales: Add Geresh to abbreviated day names in he_IL [BZ #25970]
 2020-05-13  5:38 UTC 

(no subject)
 2020-05-12 19:07 UTC 

[PATCH v2 1/5] signal: Add signum-{generic,arch}.h
 2020-05-12 17:51 UTC  (15+ messages)
` [PATCH v2 2/5] signal: Move sys_siglist to a compat symbol
` [PATCH v2 3/5] signal: Move sys_errlist "
` [PATCH v2 4/5] mips: Fix SIGRTMAX definition
` [PATCH v2 5/5] linux: Fix __NSIG_WORDS and add __NSIG_BYTES

[PATCH] elf: Remove redundant add_to_global_resize_failure call from dl_open_args
 2020-05-12 17:07 UTC  (3+ messages)

Using git-pw with patchwowk
 2020-05-12 16:40 UTC 

[PATCH 1/3] nptl: Remove x86_64 cancellation assembly implementations
 2020-05-12 14:57 UTC  (8+ messages)
` [PATCH 2/3] nptl: Move cancel state out of cancelhandling

FYI, sporadic failure of rt/tst-timer-sigmask
 2020-05-12 14:44 UTC  (6+ messages)

[PATCH] glibc: add dependency file for generating sysd-syscalls
 2020-05-12 14:26 UTC 

[PATCH] nptl: wait for pending setxid request also in detached thread (bug 25942)
 2020-05-12 14:12 UTC  (2+ messages)

[PATCH v2 00/13] aarch64: branch protection support
 2020-05-12 11:36 UTC  (18+ messages)
` [PATCH v2 01/13] elf.h: Add PT_GNU_PROPERTY
` [PATCH v2 02/13] elf.h: add aarch64 property definitions
` [PATCH v2 03/13] Rewrite abi-note.S in C
` [PATCH v2 04/13] aarch64: configure test for BTI support
` [PATCH v2 05/13] aarch64: Add BTI landing pads to assembly code
` [PATCH v2 06/13] aarch64: Rename place holder .S files to .c
` [PATCH v2 07/13] aarch64: fix swapcontext for BTI
` [PATCH v2 08/13] aarch64: fix RTLD_START "
` [PATCH v2 09/13] aarch64: fix syscalls "
` [PATCH v2 10/13] aarch64: enable BTI at runtime
` [PATCH v2 11/13] aarch64: configure check for pac-ret code generation
` [PATCH v2 12/13] aarch64: Add pac-ret support to asm files
` [PATCH v2 13/13] aarch64: redefine RETURN_ADDRESS to strip PAC

Math changes in glibc 2.31
 2020-05-12 11:31 UTC  (13+ messages)

[PATCH] aarch64: Accept PLT calls to __getauxval within libc.so
 2020-05-12 10:46 UTC  (2+ messages)

new aarch64 test failure in Fedora Rawhide: __getauxval
 2020-05-12  8:55 UTC  (3+ messages)

[PATCH 00/12] aarch64: branch protection support
 2020-05-12  8:42 UTC  (11+ messages)
` [PATCH 11/12] aarch64: redefine RETURN_ADDRESS to strip PAC

[patch] Use unsigned constants for ICMP6 filters [BZ #22489]
 2020-05-12  7:35 UTC  (2+ messages)

[PATCH] manual: Add Descriptor-Relative Access section
 2020-05-12  7:33 UTC  (14+ messages)

[PATCH] manual: Document the System V sigpause function
 2020-05-12  4:59 UTC  (3+ messages)

[PATCH] support: Add support_blob_repeat_allocate_shared
 2020-05-12  3:39 UTC  (2+ messages)

[PATCHv3] powerpc: Automatic CPU detection in preconfigure
 2020-05-11 22:10 UTC 

[patch] Use unsigned constants for ICMP6 filters [BZ #22489]
 2020-05-11 21:09 UTC  (2+ messages)

[PATCH] Linux: Enhance glibcsyscalls.py to support listing system calls
 2020-05-11 20:22 UTC  (7+ 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).