unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2024-03-25 16:21:02 to 2024-04-02 16:21:08 UTC [more...]

RFE: enable buffering on null-terminated data
 2024-04-02 16:22 UTC  (9+ messages)
          ` Examples of concurrent coproc usage?

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

[PATCH] RISC-V: Implement TLS Descriptors
 2024-04-02 15:32 UTC  (15+ 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-02 14:46 UTC 

[PATCH] stdlib: reorganize stdlib Makefile routines by functionality
 2024-04-02 14:15 UTC  (10+ messages)

[PATCH v3 0/7] Fix some libm static issues
 2024-04-02 14:06 UTC  (8+ messages)
` [PATCH v3 1/7] math: Add support for auto static math tests
` [PATCH v3 2/7] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
` [PATCH v3 3/7] math: Fix i386 and m68k exp10 on static build
` [PATCH v3 4/7] math: Fix isnanf128 "
` [PATCH v3 5/7] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9
` [PATCH v3 6/7] math: Provide frexpf128 "
` [PATCH v3 7/7] math: Provide modf128 "

[PATCH] LoongArch: Add soft floating-point fe* function implementations
 2024-04-02 12:34 UTC  (13+ messages)

[PATCH] manual: scripts/documented.sh updated
 2024-04-02  4:01 UTC  (7+ messages)

[PATCH v5] Always define __USE_TIME_BITS64 when 64 bit time_t is used
 2024-04-02  2:57 UTC  (2+ messages)
` [PATCH v6] "

status of dj/malloc branch?
 2024-04-01 20:59 UTC  (2+ messages)

[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

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] 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  (3+ messages)

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