mailing list of musl libc
 help / color / mirror / code / Atom feed
ELLCC 2017-07-29 released
 2017-07-30  1:13 UTC 

[PATCHv3] uapi libc compat: add fallback for unsupported libcs
 2017-07-29 14:02 UTC 

[PATCH] arch/sh/atomic_arch.sh: add missing : in asm() statement
 2017-07-28 21:05 UTC 

Implementation of GLOB_TILDE
 2017-07-28 16:36 UTC 

[PATCH] use UTC instead of GMT
 2017-07-28 14:54 UTC  (6+ messages)

[PATCH] __init_libc: add fallbacks for __progname setup
 2017-07-28 14:46 UTC 

stdbool.h does not define _Bool when included by C++ code
 2017-07-28 13:01 UTC  (2+ messages)

Static Qt console application linked with musl segmentation faults on console message output with thread_local variable
 2017-07-25 20:39 UTC  (3+ messages)

_SC_LEVEL1_DCACHE_LINESIZE and friends
 2017-07-24 21:22 UTC 

[PATCH] prefer Oz optimization if the compiler supports it
 2017-07-20  1:45 UTC  (4+ messages)

Issues in mbsnrtowcs and wcsnrtombs
 2017-07-18 20:05 UTC 

[PATCH] malloc/expand_heap.c: really try to use all available memory
 2017-07-18 17:27 UTC  (2+ messages)

[RFC PATCH 0/5] Add explicit_bzero, vectorize and 'normalize' various string functions
 2017-07-15 19:55 UTC  (6+ messages)
` [RFC PATCH 1/5] string: vectorize various functions
` [RFC PATCH 2/5] string: modify wordwise functions to match new style
` [RFC PATCH 3/5] string: add strscpy and modify functions to use strscpy
` [RFC PATCH 4/5] string: use strchrnul in strcasestr instead of bytewise iteration
` [RFC PATCH 5/5] string: add memsset a 'secure' memset and bsd explicit_bzero

Typo in include/pthreads.h
 2017-07-14 14:23 UTC  (3+ messages)

stack clash in musl?
 2017-07-12 19:24 UTC  (3+ messages)

symlinks of glibc shared libs to musl libc.so
 2017-07-12 10:57 UTC  (8+ messages)

[PATCH] handle whitespace before %% in scanf
 2017-07-11  1:20 UTC  (6+ messages)

Out-of-bounds read in twobyte_memmem
 2017-07-10 18:11 UTC  (4+ messages)
` [RFC PATCH] fix OOB reads in Xbyte_memmem

patch: sequence points in memset
 2017-07-10 15:10 UTC  (2+ messages)

strlen strict-aliasing-safe GCC version
 2017-07-10 14:09 UTC 

[PATCH] slightly simplify a condition in vfwscanf
 2017-07-09 20:58 UTC 

Question about setting argv[0] when manually using dynamic linker
 2017-07-09 14:04 UTC  (12+ messages)

[cross compilation][bootstraping] installing target libc headers without a cross toolchain
 2017-07-09  2:00 UTC  (2+ messages)

[PATCHv2] uapi libc compat: add fallback for unsupported libcs
 2017-07-08 21:44 UTC  (3+ messages)
` [musl] "

[PATCH resent] uapi libc compat: allow non-glibc to opt out of uapi definitions
 2017-07-08 20:27 UTC  (5+ messages)
  ` [musl] "
      `  "

Different scanf behaviour compared to glibc
 2017-07-07 20:41 UTC  (2+ messages)

Clever code in malloc()
 2017-07-07 20:01 UTC  (3+ messages)

Documentation of memcpy and undefined behavior in memset
 2017-07-06 23:52 UTC  (16+ messages)

[PATCH] missing volatile in __get_locale
 2017-07-06 14:33 UTC  (9+ messages)
      ` move to a proper __lock_t type

Possible issue around utime() and symlinks on at least MIPS64
 2017-07-06 13:50 UTC 

[PATCH] optimize malloc0
 2017-07-05 16:13 UTC  (8+ messages)

[PATCH] Change ENDIAN_SUFFIX definition from 'le' to 'el'
 2017-07-05 15:15 UTC  (2+ messages)

more on missing volatile qualifications
 2017-07-04 22:03 UTC  (5+ messages)

[PATCH] fix undefined behavior in ptrace
 2017-07-04 21:53 UTC  (6+ messages)

[PATCH] unify the use of FUTEX_PRIVATE
 2017-07-04 21:14 UTC  (7+ messages)

[PATCH] fix undefined behavior in free
 2017-07-04 21:11 UTC  (2+ messages)

[PATCH] reapply va_arg hacks removal to wprintf
 2017-07-04 19:59 UTC 

[PATCH] remove ineffective compiler assist from printf
 2017-07-04 19:53 UTC 

Multiple bugs in dlopen & dependency tracking
 2017-07-04 16:05 UTC  (2+ messages)

re-opening a shared object
 2017-07-04 13:41 UTC  (2+ messages)

ppc64le single instruction math functions fail with clang
 2017-07-03 19:57 UTC 

[PATCH] remove useless declarations in string.h
 2017-07-03 16:24 UTC 

[RFC PATCH] Allow annotating calloc for Valgrind
 2017-07-02 16:31 UTC  (8+ messages)

[PATCH] powerpc64le: Add single instruction math functions
 2017-06-30  2:11 UTC  (22+ messages)

[RFC PATCH] reduce severity of ldso reclaim_gaps hack
 2017-06-28 16:52 UTC 

calloc question about clearing allocated memory
 2017-06-27 18:24 UTC  (3+ messages)

wmemcpy: call memcpy
 2017-06-25 17:44 UTC 

[PATCH 0/8] the new __lock and follow up patches
 2017-06-24 22:28 UTC  (17+ messages)
` [PATCH 6/8] use the new lock algorithm for malloc
` [PATCH 4/8] determine the existence of private futexes at the first thread creation
              ` flag 128
` [PATCH 7/8] implement __unlock_requeue
` [PATCH 8/8] implement the local lock for conditions with __lock & Co

pthread_getattr_np doing loads of mremaps on ARM, MIPS under QEMU user-mode
 2017-06-24 22:18 UTC  (6+ messages)

Proper warning silencing patch for Clang
 2017-06-23 19:46 UTC  (2+ messages)

Ignored patch
 2017-06-23 19:37 UTC  (2+ messages)

[PATCH] s390x: Add single instruction math functions
 2017-06-23 19:31 UTC  (11+ messages)

uncommitted libc-test additions (?)
 2017-06-22 23:40 UTC  (2+ messages)

[PATCH] fix arm run-time abi string functions
 2017-06-22 22:39 UTC  (6+ messages)

[PATCH] fix getgrouplist without nscd
 2017-06-22 16:12 UTC  (3+ messages)

Darkcrusade 2017Jun09 (cross compiler set)
 2017-06-21 20:07 UTC  (3+ messages)
    ` [musl] "

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