mailing list of musl libc
 help / color / mirror / code / Atom feed
[musl] [PATCH] sys/prctl.h: add PR_SET_VMA from linux v5.17
 2023-08-07 22:07 UTC 

[musl] add loongarch64 port v7
 2023-08-05 15:43 UTC  (9+ messages)
            `  "

[musl] [PATCH] Add options to configure script to control frame pointer omission and EH unwind information
 2023-07-31 14:15 UTC  (3+ messages)

[musl] [PATCH 0/1] RISC-V: Add math functions
 2023-07-28 18:50 UTC  (4+ messages)
` [musl] [PATCH 1/1] RISC-V: Add some mathematical functions to riscv64

[musl] scalbn.c and friends
 2023-07-24  0:20 UTC 

[musl] setlocale() behaviour
 2023-07-21 10:48 UTC  (4+ messages)

[musl] Project Proposal MTE Support
 2023-07-20 19:02 UTC  (5+ messages)

[musl] [PATCH] set tid address in fork
 2023-07-20 17:30 UTC  (3+ messages)

[musl] m68k - malloc causing 'out of memory: my_alloc caller' in rsync
 2023-07-19 13:40 UTC  (3+ messages)

[musl] Erroneous rejection of pointers in __dns_parse
 2023-07-17 19:49 UTC  (3+ messages)

[musl] musl -- FFS get your shit together, please
 2023-07-17 17:23 UTC  (12+ messages)
  ` [musl] ITT: Nothing but a bunch of excuses and no solutions

[musl] strcmp() guarantees and assumptions
 2023-07-17 16:22 UTC  (8+ messages)

[musl] regression in man pages for interfaces using loff_t
 2023-07-16  0:39 UTC  (29+ messages)
` [musl] "
      ` [musl] Re: [libc-coord] "
                    ` [musl] [PATCH v4] off64_t: prefer off_t for splice, etc
                      ` [musl] Re: [libc-coord] "
        ` [musl] Re: [libc-coord] Re: [musl] Re: regression in man pages for interfaces using loff_t

[musl] Difference in pthread behavior between glibc and musl
 2023-07-13 18:49 UTC  (8+ messages)

[musl] __MUSL__ macro
 2023-07-07 15:58 UTC  (22+ messages)

[musl] [C23 string conversion 1/2] C23: implement the c8rtomb and mbrtoc8 functions
 2023-07-07 14:46 UTC  (5+ messages)

[musl] DNS answer buffer is too small
 2023-07-05 11:24 UTC  (7+ messages)

[musl] fix various warnings/theoretical UB
 2023-07-03 22:57 UTC  (5+ messages)

[musl] Re: Re: On the redefinition of stdin, stdout, etc. in stdio. h
 2023-07-03  2:30 UTC  (2+ messages)

[musl] C89 Compatible techniques for emulating certain C++ behaviours
 2023-07-01  7:43 UTC 

[musl] Clarification on the NOERROR resolving choices
 2023-06-27 15:22 UTC  (4+ messages)

[musl] C23: other last minute changes
 2023-06-25 18:38 UTC  (3+ messages)

[musl] printf("%lc", L'\0')
 2023-06-25  7:26 UTC  (8+ messages)

[musl] [PATCH] [f]statvfs: allocate spare for f_type
 2023-06-24  4:39 UTC  (2+ messages)

[musl] [PATCH] [RFC] trap on invalid printf formats
 2023-06-22 23:51 UTC  (6+ messages)

[musl] [PATCH v3 0/5] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_base c2y/cnd_timedwait_base
 2023-06-21 18:58 UTC  (14+ messages)
` [musl] [PATCH v3 1/5] trim spaces of pthread_cond_timedwait.c and pthread_mutex_timedlock.c
` [musl] [PATCH v3 2/5] Rename files for implement pthread_mutex_clocklock and pthread_cond_clockwait
` [musl] [PATCH v3 3/5] add pthread_mutex_clocklock and pthread_cond_clockdwait
` [musl] [PATCH v3 4/5] c23: Implement newly base for timespec_get
` [musl] [PATCH v3 5/5] c2y: Add monotonic timedlock/timedwait support for threads mtx/cnd

[musl] [PATCH 0/4] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_monotonic c2y/cnd_timedwait_monotonic
 2023-06-20 14:18 UTC  (9+ messages)
` [musl] [PATCH 1/4] trim spaces of pthread_cond_timedwait.c and pthread_mutex_timedlock.c
` [musl] [PATCH 2/4] add pthread_mutex_clocklock and pthread_cond_clockdwait
` [musl] [PATCH 3/4] c23: Implement newly base for timespec_get
  ` [musl] "
` [musl] [PATCH 4/4] c2y: Add monotonic timed wait support for threads mtx cnd
  ` [musl] "

[musl] [PATCH v2 0/4] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_monotonic c2y/cnd_timedwait_monotonic
 2023-06-20  7:44 UTC  (2+ messages)
` [musl] [PATCH v2 3/4] c23: Implement newly base for timespec_get

[musl] faccessat behavior on old kernels (<5.8)
 2023-06-20  1:25 UTC  (5+ messages)

[musl] Request add pthread_mutex_clocklock and pthread_cond_clockwait
 2023-06-19 21:57 UTC 

[musl] swprintf cannot handle the character 0xff
 2023-06-13  0:23 UTC  (7+ messages)

[musl] [PATCH] printf core: fix gratuitous integer formatting buffer size
 2023-06-13  0:10 UTC 

[musl] swprintf %lc directive does not work for some wide characters
 2023-06-12 21:28 UTC  (4+ messages)

[musl] Re: [Patch 1/1] vfprintf: optimize vfprintf performance
 2023-06-12  7:56 UTC 

[musl] execve with null envp
 2023-06-09 17:40 UTC  (3+ messages)

[musl] [PATCH 0/3] RISC-V: Optimize memset, memcpy and memmove
 2023-06-07 12:57 UTC  (5+ messages)
` [musl] [PATCH 1/3] RISC-V: Optimize memset
` [musl] [PATCH 2/3] RISC-V: Optimize memcpy
` [musl] [PATCH 3/3] RISC-V: Optimize memmove

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