mailing list of musl libc
 help / color / mirror / code / Atom feed
[musl] patches for C23
 2023-05-04  1:09 UTC  (19+ messages)

[musl] C23 implications for C libraries
 2023-05-03 22:58 UTC  (4+ messages)

[musl] musl 1.2.4 released
 2023-05-02  3:47 UTC 

[musl] [PATCH 1/2] regex: add BSD-style REG_STARTEND
 2023-04-28 11:40 UTC  (5+ messages)
` [musl] [PATCH 2/2] regex: increase TRE_CHAR_MAX and use it for NUL with REG_STARTEND
` [musl] REG_STARTEND tests
` [musl] [PATCH v2 1/2] regex: add BSD-style REG_STARTEND
` [musl] [PATCH v2 2/2] regex: increase TRE_CHAR_MAX and use it for NUL with REG_STARTEND

[musl] memset_riscv64
 2023-04-26  7:25 UTC  (10+ messages)
  `  "
      `  "
          `  "

[musl] wmemcmp and wcscmp returns incorrect results for some inputs, on most architectures
 2023-04-24 15:23 UTC  (5+ messages)
` [musl] "

[musl] [PATCH]Implementation of strlen function in riscv64 architecture
 2023-04-19 22:39 UTC  (8+ messages)
  `  "
      `  "

[musl] add loongarch64 port v7
 2023-04-18 11:32 UTC  (4+ messages)

[musl] Add musl-ldd for user convenience and to avoid naming conflict
 2023-04-17 22:37 UTC  (4+ messages)

[musl] getpwuid() calls getline() which may be redefined
 2023-04-17 19:39 UTC  (2+ messages)

[musl] [PATCH] vfprintf: support C2x %b and %B conversion specifiers
 2023-04-16 14:39 UTC  (9+ messages)
` [musl] [PATCH v2 0/1] "
  ` [musl] [PATCH v2 1/1] "

[musl] [PATCH] fix wide printf numbered argument buffer overflow
 2023-04-14 15:48 UTC  (2+ messages)

[musl] printf does not print anything (musl 1.2.3)
 2023-04-12 22:29 UTC  (2+ messages)

[musl] add loongarch64 port v5
 2023-04-12  2:21 UTC  (19+ messages)
  ` [musl] add loongarch64 port v6

[musl] musl-clang wrapper chokes on <immintrin.h> (Linux x86_64)
 2023-04-11 17:04 UTC  (2+ messages)

[musl] [PATCH v3] Fix UB in getmntent_r on extremely long lines
 2023-04-11 14:38 UTC  (3+ messages)

[musl] [PATCH] wait4: fill rusage on x32
 2023-04-11 13:23 UTC  (2+ messages)

[musl] [PATCH] semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
 2023-04-11 13:23 UTC  (2+ messages)

[musl] Question: looks musl-gcc doesnot support -no-pie
 2023-04-10  9:09 UTC 

[musl] why musl doesn't support "LD_SHOW_AUXV"?
 2023-04-08  0:51 UTC  (2+ messages)

[musl] [PATCH] Expose the fopencookie() data types more generally
 2023-04-08  0:49 UTC  (2+ messages)

[musl] Re: [PATCH v9 0/13] implement dlmem() function (fwd)
 2023-04-05 12:25 UTC  (4+ messages)

[musl] __riscv_flush_icache() in <sys/cachectl.h>
 2023-04-05  0:14 UTC  (3+ messages)

[musl] Unwinding multithreaded musl applications with elfutils fails
 2023-04-03 16:14 UTC  (4+ messages)

[musl] [PATCH v2] Fix UB in getmntent_r on extremely long lines
 2023-04-01  5:04 UTC 

[musl] [PATCH v3] mntent: deal with escaped whitespace in mtab and fstab
 2023-03-31 10:52 UTC 

[musl] Running FDPIC binaries in the same memory space as the caller
 2023-03-31  2:18 UTC 

[musl] [BUG] hasmntopt weirdness
 2023-03-30 15:40 UTC  (4+ messages)

[musl] [PATCH] mntent: deal with escaped whitespace in mtab and fstab
 2023-03-30 13:53 UTC  (6+ messages)

[musl] [PATCH] Fix UB in getmntent_r on extremely long lines
 2023-03-30 13:52 UTC  (2+ messages)

[musl] [PATCH] mntent: deal with escaped whitespace in mtab and fstab
 2023-03-30  9:23 UTC 

[musl] [PATCH] mntent: deal with escaped whitespace in mtab and fstab
 2023-03-29  8:46 UTC 

[musl] [PATCH] mntent: deal with escaped whitespace in mtab and fstab
 2023-03-29  8:38 UTC 

[musl] socketcall syscall on x32 ABI producing incorrect results
 2023-03-26 21:16 UTC  (2+ messages)

[musl] swprintf produces garbage after a null wide character
 2023-03-22 16:56 UTC  (2+ messages)

[musl] [PATCH v2] dns: check length field in tcp response message
 2023-03-22 14:48 UTC 

[musl] [PATCH] dns: check length field in tcp response message
 2023-03-22 14:07 UTC  (4+ messages)

[musl] swprintf: count returned by %n is wrong after conversion error
 2023-03-20 21:19 UTC  (5+ messages)

[musl] WG14 hasn't fixed the ferror status issue for fputwc EILSEQ yet?
 2023-03-20 21:04 UTC  (3+ messages)

[musl] swprintf: minimum width ignored for %lc
 2023-03-20 12:18 UTC  (2+ messages)

[musl] mcm native compile and llvm
 2023-03-20  4:05 UTC  (2+ messages)

[musl] resolv.conf and ndots:5
 2023-03-16 12:17 UTC  (4+ messages)

[musl] [PATCH 0/2] Minor stylistic clean-up in musl Makefile
 2023-03-13  5:17 UTC  (3+ messages)
` [musl] [PATCH 1/2] avoid passing -fno-stack-protector twice for LDSO_OBJS
` [musl] [PATCH 2/2] drop adding -DCRT to CFLAGS in the Makefile

[musl] [PATCH v2] getopt: fix null pointer arithmetic ub
 2023-03-10 17:00 UTC 

[musl] [PATCH] getopt: fix null pointer arithmetic ub
 2023-03-10 16:59 UTC  (3+ messages)

[musl] [PATCH] nftw: fix use of uninitialized struct stat
 2023-03-10 14:00 UTC 

[musl] unknown type name '__gnuc_va_list'
 2023-03-09  6:48 UTC  (15+ messages)

[musl] fputs stdout lost characters on nonblock tty
 2023-03-07 13:18 UTC  (2+ messages)

[musl] musl patch for c2x %b printf/scanf
 2023-03-06 22:24 UTC  (5+ messages)

[musl] [PATCH] Use __builtin_FILE/__builtin_LINE if available
 2023-03-05  3:23 UTC  (8+ messages)

[musl] Off topic question about shebang and exec()
 2023-03-03 11:17 UTC  (4+ messages)
    ` [musl] "

[musl] [PATCH] poll: fix timespec kernel ABI mismatch on 32-bit arches without SYS_poll
 2023-03-03  4:03 UTC  (3+ messages)

[musl] [PATCH] select: fix 64-bit timeout truncation on pre-time64 kernels
 2023-03-02  5:10 UTC 

[musl] [PATCH] accept4: don't fall back to accept if we got unknown flags
 2023-02-28 20:51 UTC  (9+ messages)

[musl] [PATCH v2] accept4: don't fall back to accept if we got unknown flags
 2023-02-28  0:11 UTC 

[musl] [PATCH] getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW
 2023-02-27 20:33 UTC 

[musl] [PATCH] getservbyport_r: fix out-of-bounds buffer read
 2023-02-27 20:18 UTC 

[musl] [PATCH] getifaddrs: fix null pointer arithmetic ub
 2023-02-27 20:05 UTC 

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