[musl] [PATCH] Add clock_gettime VDSO support for Riscv64
2024-09-17 20:43 UTC (2+ messages)
[musl] SIGSEGV/stack overflow in pthread_create - race condition?
2024-09-17 18:02 UTC (12+ messages)
[musl] [PATCH] ldso: don't reclaim zero-memory-sized segments
2024-09-15 21:37 UTC
[musl] [PATCH] statx: fix ENOSYS emulation not setting stx_rdev_*
2024-09-13 21:14 UTC (2+ messages)
[musl] [PATCH] Increase NGROUPS_MAX from 32 to 1024
2024-09-13 18:34 UTC (9+ messages)
[musl] Question about tcp failure in udp truncated scenarios
2024-09-13 14:38 UTC (3+ messages)
[musl] Dedicated bug-tracker
2024-09-13 11:52 UTC
[musl] Adding dns/resolver tests to libc-test
2024-09-11 21:33 UTC (7+ messages)
[musl] [PATCH] loongarch64: add fstat and newfstatat syscall support
2024-09-10 12:09 UTC (2+ messages)
[musl] [PATCH] loongarch64: Add lsx and lasx regset definition
2024-09-10 1:17 UTC
[musl] [PATCH v2] loongarch64: add TLSDESC support
2024-09-10 1:15 UTC
[musl] [patch] loongarch64 add TLSDESC support
2024-09-09 13:47 UTC (2+ messages)
[musl] [PATCH] sys/prctl.h: use linux uapi header
2024-09-06 16:42 UTC (3+ messages)
[musl] Storing common macros and function stubs in libc-test
2024-09-06 15:46 UTC (2+ messages)
[musl] pthread_sigqueue implementation
2024-09-06 13:58 UTC (6+ messages)
[musl] [PATCH] arch/riscv*/atomic_arch.h: Check if atomic is supported
2024-09-02 21:02 UTC (2+ messages)
[musl] AT_MINSIGSTKSZ mismatched interpretation kernel vs libc
2024-09-02 12:51 UTC (7+ messages)
[musl] [PATCH] [RFC] fixing sysconf(_SC_MINSIGSTKSZ) & sigaltstack behavior
2024-08-31 16:40 UTC
[musl] [PATCH] fix MINSIGSTKSZ and SIGSTKSZ for powerpc64
2024-08-31 16:33 UTC (7+ messages)
[musl] UTF-7 decoder in iconv
2024-08-31 8:52 UTC
[PATCH] bind_textdomain_codeset: don't return failure unless encoding isn't UTF-8
2024-08-31 0:31 UTC (2+ messages)
` [musl] "
[musl] [PATCH] add CP858 support
2024-08-30 17:16 UTC (5+ messages)
[musl] Question about the exit()
2024-08-30 15:08 UTC (3+ messages)
[musl] [PATCH] configure: prevent compilers from turning a * b + c into fma(a, b, c)
2024-08-29 15:09 UTC (11+ messages)
[musl] Shift JIS vs CP932
2024-08-28 21:05 UTC (2+ messages)
[musl] [PATCH] vfprintf: support C2x %b and %B conversion specifiers
2024-08-27 23:12 UTC (3+ messages)
` [musl] [PATCH v3 0/1] vfprintf: support C23 b and B "
` [musl] [PATCH v3 1/1] "
[musl] Proposed printf stack usage improvement
2024-08-27 21:32 UTC (5+ messages)
[musl] [PATCH] [f]statvfs: allocate spare for f_type
2024-08-24 15:00 UTC (3+ messages)
` [musl] [PATCH v2] "
[musl] fcntl: Purpose of second DUPFD_CLOEXEC?
2024-08-24 9:17 UTC (3+ messages)
[musl] Possible bug with fputs and fgets mix
2024-08-24 3:52 UTC (3+ messages)
[musl] [PATCH lvm2] acinclude.m4: Link when trying CCFLAGS
2024-08-23 22:15 UTC (3+ messages)
[musl] Adding vdso support for powerpc[64] and s390x
2024-08-22 0:31 UTC (3+ messages)
[musl] bug: isatty() can return wrong value
2024-08-20 15:18 UTC (3+ messages)
[musl] [PATCH 1/1] FD_SET() and FD_ISSET() warn on -Wsign-conversion
2024-08-19 16:00 UTC (15+ messages)
[musl] [PATCH 1/1] IN6_IS_ADDR_LOOPBACK() and similar macros warn on -Wcast-qual
2024-08-19 15:36 UTC (7+ messages)
[musl] hasmntopt function returns non-NULL when it shouldn't
2024-08-19 14:46 UTC
[musl] digest
2024-08-16 22:19 UTC
[musl] [PATCH v2 00/13] linux system call fixes
2024-08-16 20:27 UTC (3+ messages)
` [musl] [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
` [musl] "
[musl] libc-test contribution
2024-08-16 17:00 UTC (4+ messages)
[musl] ptc in pthread
2024-08-16 15:51 UTC (4+ messages)
[musl] catan(z)
2024-08-16 8:18 UTC (13+ messages)
[musl] Memory lock needed for semaphores?
2024-08-11 4:40 UTC (7+ messages)
[musl] [PATCH v3 1/3] src/signal/sys_signame.c: create hidden value-name table of signals
2024-08-11 2:54 UTC (5+ messages)
` [musl] [PATCH v3 2/3] signal: add sig2str(3) from POSIX.1-2024
` [musl] [PATCH v3 3/3] signal: add str2sig(3) "
[musl] questions about __tl_lock
2024-08-10 4:04 UTC (4+ messages)
` 答复: "
` [musl] "
[musl] A typo in Makefile?
2024-08-10 3:06 UTC (2+ messages)
[musl] [PATCH] m68k: fix POLLWRNORM and POLLWRBAND
2024-08-07 5:51 UTC
[musl] Special cases in csinh and ctanh
2024-08-07 0:51 UTC (3+ messages)
[musl] Build failure on 64 bit machine for 32 bit target
2024-08-06 19:34 UTC (2+ messages)
[musl] Accuracy of Mathematical Functions
2024-08-06 12:37 UTC
[musl] [PATCH v2 1/3] src/signal/sys_signame.c: create hidden value-name table of signals
2024-08-06 8:21 UTC (8+ messages)
` [musl] [PATCH v2 2/3] signal: add sig2str(3) from POSIX.1-2024
` [musl] [PATCH v2 3/3] signal: add str2sig(3) "
[musl] Obsolete comment in powl, and (s)NaN handling ?
2024-08-05 13:18 UTC (2+ messages)
[musl] [PATCH v2] mallocng: Add MTE support for Aarch64
2024-08-05 9:07 UTC
[musl] [PATCH 1/2] signal: add sig2str(3) from POSIX.1-2024
2024-08-04 14:32 UTC (7+ messages)
` [musl] [PATCH 2/2] signal: add str2sig(3) "
[musl] [PATCH] riscv: Fix setjmp assembly when compiling for ilp32f/lp64f
2024-08-03 2:02 UTC (9+ messages)
[musl] loongarch64: Add lsx and lasx regset definition
2024-08-02 6:33 UTC
[musl] [PATCH] add close_range() syscall wrapper
2024-08-01 20:24 UTC (5+ messages)
` [musl] [PATCH v2] "
page: next (older) | prev (newer) | 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).