mailing list of musl libc
 help / color / mirror / code / Atom feed
[musl] [PATCH] configure: prevent compilers from turning a * b + c into fma(a, b, c)
 2025-02-22  0:37 UTC  (3+ messages)
` [musl] "

[musl] [PATCH] i386, x86_64: Set the symbol type for the START function
 2025-02-22  0:30 UTC  (2+ messages)

[musl] [RFC PATCH] time.h: drop non-standard and out-of-date CLOCK_SGI_CYCLE
 2025-02-22  0:27 UTC  (2+ messages)

[musl] [PATCH] Add additional __ARM_FP checks to ARM FPU math functions
 2025-02-22  0:25 UTC  (2+ messages)

[musl] musl libc seems to use case-sensitive comparison for hostnames in /etc/hosts
 2025-02-21  2:21 UTC  (4+ messages)

[musl] [PATCH] src: locale: fix potential NULL dereference in iconv() in
 2025-02-17 23:17 UTC  (5+ messages)

[musl] Re: [shadow-maint/shadow] Add cheap defense mechanisms (PR #1171)
 2025-02-17 15:08 UTC  (5+ messages)

[musl] [PATCH] src: string: Replace unsafe strcpy with strncat in strcat()
 2025-02-16 18:06 UTC  (4+ messages)

[musl] [PATCH] compat: time32: Fix potential NULL dereference in
 2025-02-16 18:05 UTC  (4+ messages)

[musl] [PATCH] src: string: Replace unsafe wcscpy with wcsncat in wcscat()
 2025-02-16 18:02 UTC  (3+ messages)

[musl] [PATCH] src: string: Replace unsafe strcpy with strncat in strcat()
 2025-02-16 17:39 UTC 

[musl] [PATCH] src: regex: Remove unreachable code in tre_copy_ast() in
 2025-02-16 17:02 UTC 

[musl] CVE-2025-26519: musl libc: input-controlled out-of-bounds write primitive in iconv()
 2025-02-14 10:58 UTC  (6+ messages)

[musl] Update sys/prctl.h to v6.10 kernel headers
 2025-02-12 19:03 UTC 

[musl] [PATCH] aarch64: handle TLSDESC relocs against undef weak symbols
 2025-02-11 23:49 UTC  (4+ messages)
  ` [musl] RE: [EXTERNAL] "

[musl] pthread_mutex_t shared between processes with different pid namespaces
 2025-02-11 13:53 UTC  (28+ messages)

[musl] [PATCH] Avoid compiler warning for dead code
 2025-02-10 10:32 UTC  (2+ messages)
` [musl] [RESEND PATCH] "

[musl] Accuracy of Mathematical Functions
 2025-02-10  8:36 UTC 

[musl] [PATCH] confstr: add support for _CS_GNU_LIBC_VERSION
 2025-02-09 14:46 UTC  (2+ messages)

[musl] hasmntopt(3) match options instead of substring?
 2025-02-09 14:37 UTC  (2+ messages)

[musl] [RESEND PATCH] ldso: don't reclaim zero-memory-sized segments
 2025-02-09 14:04 UTC  (3+ messages)

[musl] [PATCH] musl-clang: handle user's -fuse-ld
 2025-02-09  5:21 UTC 

[musl] [PATCH] clone: align the given stack pointer on or1k and riscv
 2025-02-08  4:39 UTC 

[musl] gettext LC_MESSAGES differences from other libc
 2025-01-28 11:26 UTC  (5+ messages)

[musl] fts.h
 2025-01-27 19:17 UTC  (5+ messages)
` [musl] fts.h

[musl] Floating Point Mathematical Constanst in <math.h> 
 2025-01-27 15:22 UTC  (4+ messages)

[musl] [PATCH] s390x: manually inline __tls_get_addr in __tls_get_offset
 2025-01-24  5:12 UTC 

[musl] [bug] Ctrl-Z when process is doing posix_spawn makes the process hard to kill
 2025-01-22 21:45 UTC  (13+ messages)

[musl] Linked stream handling
 2025-01-19 11:20 UTC  (3+ messages)

[musl] iconv EUC-JP support is incomplete
 2025-01-18 11:34 UTC  (2+ messages)

[musl] [PATCH] cleanup unused include headers
 2025-01-11  8:46 UTC  (2+ messages)

[musl] crypt(3) returns "*" from read-only region, segfaulting passwd(1) on Alpine for long passwords
 2025-01-04 22:15 UTC  (8+ messages)

[musl] [PATCH] LoongArch64: add new reloc types and NT_LOONGARCH_HW_* into elf.h
 2025-01-04  8:41 UTC 

[musl] [PATCH] powerpc: Update HWCAP bits for Power10
 2025-01-03 19:40 UTC 

[musl] [patch] don't use SA_ONSTACK for SIGCANCEL
 2025-01-02 12:42 UTC 

[musl] [PATCH 0/1] crypt(3) returns string literal "*", crashing PAM on Alpine
 2024-12-29  8:57 UTC  (2+ messages)
` [musl] [PATCH 1/1] crypt: Do not return "*" from read-only memory regions

[musl] [PATCH] add check for pthread_attr_setschedparam()
 2024-12-24 14:00 UTC  (3+ messages)

[musl] [PATCH] add check for pthread_attr_setschedpolicy
 2024-12-24  9:45 UTC  (2+ messages)

[musl] Question: How can I mix 32-bit and 64-bit musl headers?
 2024-12-23  9:25 UTC  (2+ messages)

[musl] [PATCH] s390x: Mark __tls_get_addr hidden before invoking it
 2024-12-23  7:08 UTC  (16+ messages)

[musl] struct mq_attr wrong on x32?
 2024-12-22 20:54 UTC  (9+ messages)

[musl] Question: How can I mix 32-bit and 64-bit musl headers?
 2024-12-21  6:32 UTC  (3+ messages)

[musl] Question about the TLS
 2024-12-21  6:22 UTC  (3+ messages)

[musl] [PATCH] signal: check sigpause() input parameter
 2024-12-18  9:12 UTC  (4+ messages)
` [musl] [PATCH v2] "
    ` [musl] [PATCH v3] "

[musl] [PATCH v2] x86: set the symbol type for the start function
 2024-12-12 17:14 UTC 

[musl] [PATCH v2] clone: clear the frame pointer in the child process on relevant ports
 2024-12-12 16:56 UTC 

[musl] Do we need to enhance robustness in the signal mask?
 2024-12-11 16:51 UTC  (11+ messages)

[musl] [PATCH] clone: clear the frame pointer in the child process on relevant ports
 2024-12-09 13:55 UTC  (11+ messages)
` [musl] "

[musl] [PATCH] riscv: Fix setjmp assembly when compiling for ilp32f/lp64f
 2024-12-06  0:55 UTC  (10+ messages)

[musl] [PATCH 1/3 libc-test] functional:time:clock_nanosleep test
 2024-12-04 21:42 UTC  (4+ messages)
  ` [musl] RE: [EXTERNAL] "

[musl] [PATCH] Update syscalls for r32/rv64 from kernel 6.4 through 6.10
 2024-12-04 19:53 UTC 

[musl] sgetspent(3) on musl
 2024-11-29 12:29 UTC  (5+ messages)

[musl] bug: isatty() can return wrong value
 2024-11-29  6:08 UTC  (4+ messages)

page:  |  | latest

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