mailing list of musl libc
 help / color / mirror / code / Atom feed
 messages from 2025-11-19 05:41:17 to 2026-02-05 20:26:05 UTC [more...]

[musl] Slightly faster 'scalbn(x,i) = x*2**i'
 2026-02-05 20:25 UTC  (2+ messages)

[musl] [RFC] Implement the _dl_find_object interface
 2026-02-05 20:19 UTC  (2+ messages)

[musl] [PATCH v2] ldso: skip gnu hash calculation if precomputed
 2026-02-05 17:37 UTC  (18+ messages)

[musl] Accuracy of Complex Mathematical Operations and Functions
 2026-02-05  1:38 UTC 

[musl] [PATCH] remove non-generic __WORDSIZE definition
 2026-02-03 20:54 UTC 

[musl] New C Qualifier Idea
 2026-01-30 17:35 UTC  (2+ messages)

[musl][PATCH v2] wctype: reduce size of iswalpha & iswpunct by 47%
 2026-01-30 12:39 UTC  (3+ messages)

[musl] [PATCH v3] aarch64: rewrite fenv routines in C using inline asm
 2026-01-30  4:05 UTC  (4+ messages)

[musl] [PATCH v2] aarch64: rewrite fenv routines in C using inline asm
 2026-01-29 21:41 UTC  (3+ messages)

[musl] [PATCH] aarch64: rewrite fenv routines in C using inline asm
 2026-01-29 18:14 UTC  (4+ messages)

[musl] [PATCH] aarch64: drop crt(i|n).s since NO_LEGACY_INITFINI
 2026-01-27  6:07 UTC 

[musl] Proposed "AI" policies
 2026-01-27  8:46 UTC  (3+ messages)

[musl] denial-of-service issue in musl’s iconv implementation
 2026-01-24  1:53 UTC  (7+ messages)

[musl] Re: [SC22WG14.34863] Updates on n3752, alx-0029r8 - Restore the traditional realloc(3) specification
 2026-01-21  4:26 UTC 

[musl][PATCH v1] wctype: reduce text size of iswalpha & iswpunct by 53%
 2026-01-21  2:31 UTC  (9+ messages)

[musl] Updates on n3752, alx-0029r8 - Restore the traditional realloc(3) specification
 2026-01-20 22:07 UTC 

[musl] [PATCH] ldso: Use rpath of dso of caller in dlopen
 2026-01-19  6:18 UTC  (6+ messages)

[musl] Add several missing constants
 2026-01-17  4:37 UTC 

[musl] [PATCH v2] loongarch64: fix fenv for soft float
 2026-01-16 12:58 UTC 

[musl] [PATCH] riscv: don't define fenv macros for soft float
 2026-01-16 12:57 UTC 

[musl] musl shell script style
 2026-01-12 20:59 UTC 

[musl] [RFC 00/14] aarch64: Convert to inline asm
 2026-01-12 16:44 UTC  (30+ messages)
` [musl] [RFC 01/14] aarch64: drop crt(i|n).s since NO_LEGACY_INITFINI
` [musl] [RFC 02/14] aarch64: rewrite fenv routines in C using inline asm
` [musl] [RFC 03/14] aarch64: rewrite vfork routine "
` [musl] [RFC 04/14] aarch64: rewrite clone "
` [musl] [RFC 05/14] aarch64: rewrite __syscall_cp_asm "
` [musl] [RFC 06/14] aarch64: rewrite __unmapself "
` [musl] [RFC 07/14] aarch64: rewrite tlsdesc reoutines "
` [musl] [RFC 08/14] aarch64: rewrite __restore_rt routines "
` [musl] [RFC 09/14] aarch64: rewrite longjmp "
` [musl] [RFC 10/14] aarch64: rewrite setjmp "
` [musl] [RFC 11/14] aarch64: rewrite sigsetjmp "
` [musl] [RFC 12/14] aarch64: rewrite dlsym routine "
` [musl] [RFC 13/14] aarch64: rewrite memcpy "
` [musl] [RFC 14/14] aarch64: rewrite memset "

[musl] Re: n3752, alx-0029r8 - Restore the traditional realloc(3) specification
 2026-01-08 18:28 UTC  (19+ messages)
              ` [musl] Re: [SC22WG14.34664] "
                    ` [musl] Re: [SC22WG14.34672] "
                      ` [musl] Re: [SC22WG14.34681] "
                      ` [musl] Re: [SC22WG14.34679] "
                        ` [musl] Re: [SC22WG14.34685] "
            ` [musl] Re: [SC22WG14.34665] "
          ` [musl] Re: [SC22WG14.34662] "

[musl] [PATCH v1 0/1] include/string.h: Implement QChar wrappers standardized in C23
 2026-01-08 13:25 UTC  (24+ messages)
` [musl] [PATCH v1 1/1] "
` [musl] [PATCH v2 0/1] "
  ` [musl] [PATCH v2 1/1] "
` [musl] [PATCH v3 0/1] "
  ` [musl] [PATCH v3 1/1] "
` [musl] [PATCH v4 0/1] include/string.h: Implement QChar and QVoid "
  ` [musl] [PATCH v4 1/1] "
` [musl] [PATCH v5 0/1] "
  ` [musl] [PATCH v5 1/1] "
` [musl] [PATCH v6 0/1] "
  ` [musl] [PATCH v6 1/1] "

[musl] Potential issue with catopen/catclose/catgets
 2026-01-01 12:29 UTC 

[musl] [PATCH] fix CMSG_NXTHDR result when cmsghdr ends exactly before __MHDR_END
 2025-12-29 15:46 UTC  (3+ messages)
` [musl] "

[musl] pthread_getspecific: need to check tsd_used before deref pointers
 2025-12-21  2:09 UTC  (2+ messages)

[musl] Bug Report: getopt_long incorrectly permutes argv[argc] (NULL) into argv
 2025-12-19  6:22 UTC 

[musl] [PATCH] powerpc64: add nop after bl to start_c
 2025-12-13 20:12 UTC  (5+ messages)

[musl] [PATCH] powerpc64: add nop after b to __dlsym
 2025-12-12 16:01 UTC  (6+ messages)

[musl] [PATCH v2 0/1] riscv: Add support for Zacas in atomic
 2025-12-11 13:47 UTC  (2+ messages)
` [musl] "

[musl] High-level binary collation data-format/processing
 2025-12-10 23:07 UTC  (2+ messages)

[musl] High-level binary format for new locale files
 2025-12-10 22:56 UTC  (2+ messages)

[musl] [PATCH] ldso: skip repeated symbol lookups for sorted relocations
 2025-12-09  9:15 UTC  (2+ messages)

[musl] Safe to load musl shared lib into glibc executable?
 2025-12-08 15:27 UTC  (5+ messages)

[musl] [PATCH] POSIX positional arg numbering (1-based) and multi-digit support in printf_core, raise NL_ARGMAX to 255
 2025-12-06  4:35 UTC  (3+ messages)

[musl] How supported is Thumb 1?
 2025-12-06 13:12 UTC  (4+ messages)

[musl] [PATCH] ldso: skip gnu hash calculation if precomputed
 2025-12-05 21:06 UTC  (6+ messages)

[musl] Potential bug in musl in nftw implementation
 2025-12-04  9:30 UTC  (6+ messages)
` [musl] "

[musl] [Patch Request] Name-bound syscalls within musl
 2025-11-26 22:31 UTC  (6+ messages)

[musl] questions on src/ldso/aarch64/dlsym.s
 2025-11-21  3:29 UTC  (4+ messages)

[musl] [PATCH 0/3] RFC: Enable PAC and BTI for aarch64
 2025-11-16 10:58 UTC  (4+ messages)
` [musl] [PATCH 1/3] dso/aarch64: add PROT_BTI support for mem maps

[musl] `unsetenv()` does not always work when run in an `__attribute__((constructor))` function
 2025-11-19 17:09 UTC  (3+ messages)

[musl] [PATCH v2 0/1] riscv64: add optimized string functions
 2025-11-19  5:40 UTC  (2+ messages)
` [musl] [PATCH v2 1/1] riscv64: add optimized memset, memcpy and memmove


Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).