unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2024-03-23 17:36:49 to 2024-04-01 19:24:51 UTC [more...]

RFE: enable buffering on null-terminated data
 2024-04-01 19:24 UTC  (7+ messages)
          ` Examples of concurrent coproc usage?

status of dj/malloc branch?
 2024-04-01 19:19 UTC 

[PATCH v2 0/3] manual/math.texi: logb(3) and cbrt(3) fixes
 2024-04-01 19:09 UTC  (8+ messages)
` [PATCH v3 0/4] manual: arith.texi and math.texi fixes
  ` [PATCH v3 1/4] manual: logb(x) is floor(log2(fabs(x)))
  ` [PATCH v3 2/4] manual: floor(log2(fabs(x))) has rounding errors
  ` [PATCH v3 3/4] manual: Clarify return value of cbrt(3)
  ` [PATCH v3 4/4] manual: significand() uses FLT_RADIX, not 2

[PATCH 00/12] Improve rounding to interger function for C23
 2024-04-01 16:50 UTC  (26+ messages)
` [PATCH 01/12] math: Reformat Makefile
` [PATCH 02/12] powerpc: Add missing arch flags on rounding ifunc variants
` [PATCH 03/12] math: Add test to check if ceil raise inexact floating-point exception
` [PATCH 04/12] math: Add test to check if floor "
` [PATCH 05/12] math: Add test to check if trunc "
` [PATCH 06/12] math: Add test to check if round "
` [PATCH 07/12] x86: Do not raise inexact exception on ceill
` [PATCH 08/12] x86: Do not raise inexact exception on floorl
` [PATCH 09/12] x86: Do not raise inexact exception on truncl
` [PATCH 10/12] x86: Do not raise inexact exception on floor/floorf
` [PATCH 11/12] i386: Do not raise inexact exception on ceil/ceilf
` [PATCH 12/12] i386: Do not raise inexact exception on trunc/truncf

[PATCH] manual: scripts/documented.sh updated
 2024-04-01 16:33 UTC  (6+ messages)

Security warning about xz library compromise
 2024-04-01 15:06 UTC  (2+ messages)
` Sourceware mitigating and preventing the next xz-backdoor

Monday Patch Queue Review pdate (2024-04-01)
 2024-04-01 14:00 UTC 

[PATCH] elf: handle NULL input to fatal_error
 2024-04-01 13:50 UTC  (5+ messages)
` [PATCH] elf: sanitize objname in _dl_signal_error

[PATCH] stdlib: reorganize stdlib Makefile routines by functionality
 2024-04-01 13:46 UTC  (4+ messages)

[PATCH] RISC-V: Implement TLS Descriptors
 2024-04-01 13:23 UTC  (10+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] RISC-V: Add include guard for dl-tls.h
  ` [PATCH v5 2/3] RISC-V: Add TLSDESC reloc definitions
  ` [PATCH v5 3/3] RISC-V: Implement TLS Descriptors
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] RISC-V: Add include guard for dl-tls.h
  ` [PATCH v6 2/3] RISC-V: Add TLSDESC reloc definitions
  ` [PATCH v6 3/3] RISC-V: Implement TLS Descriptors

[PATCH] LoongArch: Add soft floating-point fe* function implementations
 2024-04-01 13:19 UTC  (7+ messages)

[PATCH] stdlib: reorganize stdlib Makefile routines by functionality
 2024-04-01 12:03 UTC  (2+ messages)

New Croatian PO file for 'libc' (version 2.38.9000)
 2024-04-01  3:27 UTC 

[PATCH v4] LoongArch: Add support for TLS Descriptors
 2024-03-31  7:36 UTC 

[PATCH v2 3/3] manual: Cube roots are rarely representable
 2024-03-30 19:07 UTC  (7+ messages)

[PATCH v2 2/3] manual: floor(log2(fabs(x))) has rounding errors
 2024-03-30  9:47 UTC  (5+ messages)

[PATCH v2 1/3] manual: logb(x) is floor(log2(fabs(x)))
 2024-03-29 23:00 UTC  (3+ messages)

[PATCH 0/2] OpenRISC glibc hard float support
 2024-03-29  7:40 UTC  (3+ messages)
` [PATCH 1/2] or1k: Add "
` [PATCH 2/2] build-many-glibcs.py: Add openrisc hard float glibc variant

[PATCH v2 00/10] Fix some libm static issues
 2024-03-28 19:57 UTC  (27+ messages)
` [PATCH v2 01/10] math: Add support for auto static math tests
` [PATCH v2 02/10] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
` [PATCH v2 03/10] i386: Use generic fmod
` [PATCH v2 04/10] i386: Use generic fmodf
` [PATCH v2 05/10] math: Fix i386 and m68k exp10 on static build
` [PATCH v2 06/10] i386: Use generic exp10
` [PATCH v2 07/10] math: Fix isnanf128 static build
` [PATCH v2 08/10] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9
` [PATCH v2 09/10] math: Provide frexpf128 "
` [PATCH v2 10/10] math: Provide modf128 "

[PATCH] Benchtests: Improve large memcpy/memset benchmarks
 2024-03-28 19:28 UTC  (5+ messages)

[PATCH v12] posix: Deprecate group_member for Linux
 2024-03-28 18:09 UTC  (3+ messages)

[PATCH v13] posix: Deprecate group_member for Linux
 2024-03-28 18:07 UTC 

[PATCH v11] posix: Deprecate group_member for Linux
 2024-03-28 15:11 UTC  (3+ messages)

[PATCH] RISC-V: Clobber V state on system calls
 2024-03-27 22:16 UTC  (4+ messages)

[PATCH] stdlib: Optimize number of calls to comparison function
 2024-03-27 20:42 UTC  (5+ messages)

[PATCH 00/15] Fix some libm static issues
 2024-03-27 19:31 UTC  (20+ messages)
` [PATCH 01/15] math: Add support for auto static math tests
` [PATCH 02/15] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
` [PATCH 03/15] i386: Use generic fmod
` [PATCH 04/15] i386: Use generic fmodf
` [PATCH 05/15] math: Fix i386 and m68k exp10 on static build
` [PATCH 06/15] i386: Use generic exp10
` [PATCH 07/15] math: Fix isnanf128 static build
` [PATCH 08/15] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9
` [PATCH 09/15] math: Provide frexpf128 "
` [PATCH 10/15] math: Provide modf128 "
` [PATCH 11/15] math: Fix acos template for arguments greater than 1
` [PATCH 12/15] math: Fix log10 template for inputs less than 0
` [PATCH 13/15] math: Fix log2 "
` [PATCH 14/15] math: Fix y0 template for arguments less/equal "
` [PATCH 15/15] math: Fix y1 "

[PATCH v10] posix: Deprecate group_member for Linux
 2024-03-27 18:45 UTC  (3+ messages)

[PATCH] benchtests: Improve benchtests for strstr
 2024-03-27 15:35 UTC  (2+ messages)

[PATCH v9] posix: Deprecate group_member for Linux
 2024-03-27 12:02 UTC  (2+ messages)

[PATCH v8] posix: Deprecate group_member for Linux
 2024-03-27 11:40 UTC  (3+ messages)

[PATCH v2 0/6] Math static build fixes
 2024-03-26 17:59 UTC  (17+ messages)
` [PATCH v2 1/6] math: Add support for auto static math tests

[PATCH] elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)
 2024-03-26 13:47 UTC 

[PATCH v2 00/20] aarch64-gnu port & GNU/Hurd on AArch64 progress
 2024-03-26 10:15 UTC  (20+ messages)
` [PATCH v2 05/20] hurd: Use the RETURN_ADDRESS macro
` [PATCH v2 06/20] htl: Respect GL(dl_stack_flags) when allocating stacks
` [PATCH v2 07/20] aarch64: Move pointer_guard.h out of sysdeps/unix/sysv/linux
` [PATCH v2 08/20] aarch64: Add dl-procinfo
` [PATCH v2 09/20] aarch64: Move saving user entry into _dl_start_user
` [PATCH v2 10/20] aarch64: Allow building without kernel support for BTI
` [PATCH v2 11/20] mach: Add a basic AArch64 port
` [PATCH v2 12/20] mach: Declare the new thread_set_self_state () trap
` [PATCH v2 13/20] hurd: Add a basic AArch64 port
` [PATCH v2 14/20] hurd: Implement TLS on AArch64
` [PATCH v2 15/20] hurd: Implement longjmp for AArch64
` [PATCH v2 16/20] Add FPE_FLTIDO
` [PATCH v2 17/20] hurd: Add an AArch64 signal implementation
` [PATCH v2 18/20] htl: Implement some support for TLS_DTV_AT_TP
` [PATCH v2 19/20] htl: Add an AArch64 implementation
` [PATCH v2 20/20] hurd: Add expected aarch64-gnu abistlists

[PATCH] manual: Drop incorrect statement on PIPE_BUF and blocking writes
 2024-03-25 21:32 UTC  (5+ messages)

CREL dynamic relocations
 2024-03-25 18:51 UTC  (3+ messages)

[PATCH 0/4] Extend rseq support
 2024-03-25 18:31 UTC  (3+ messages)

[PATCH v10 0/4] Extend rseq support
 2024-03-25 18:29 UTC  (5+ messages)
` [PATCH v10 1/4] nptl: fix potential merge of __rseq_* relro symbols
` [PATCH v10 2/4] Add rseq extensible ABI support
` [PATCH v10 3/4] nptl: Add public __rseq_feature_size symbol
` [PATCH v10 4/4] nptl: Add features to internal 'struct rseq_area'

[PATCH 2/2] Add single-threaded fast path to rand()
 2024-03-25 17:52 UTC  (20+ messages)

[PATCH v3 0/3] x86: Improve ERMS usage on Zen3+
 2024-03-25 15:19 UTC  (3+ messages)

Monday Patch Queue Review update (2024-03-25)
 2024-03-25 13:54 UTC 

[RFC PATCH 00/23] aarch64-gnu port
 2024-03-25 12:24 UTC  (5+ messages)
` [RFC PATCH 03/23] Allow glibc to be compiled without EXEC_PAGESIZE

Sourceware 2024 - The Plan
 2024-03-25 10:02 UTC 

[PATCH] resolv: add IPv6 support to inet_net_pton()
 2024-03-25  9:04 UTC  (14+ 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).