mailing list of musl libc
 help / color / mirror / code / Atom feed
* musl 1.1.21 released
@ 2019-01-21 18:18 Rich Felker
  2019-01-21 18:37 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2019-01-21 18:18 UTC (permalink / raw)
  To: musl

This release makes improvements with respect to default thread stack
size, including increasing the default from 80k to 128k, increasing
the default guard size from 4k to 8k, and allowing the default to be
increased via ELF headers so that programs that need larger stacks can
be build without source-level changes, using just LDFLAGS.
Insufficient stack size for AIO threads on kernels that don't honor
the constant MINSIGSTKSZ is also fixed.

The glob core has been rewritten to fix inability to see past
searchable-but-unreadable path components, and to avoid excessive
stack usage and unnecessary syscalls. The tsearch AVL tree
implementation has also been rewritten for better size and
performance. The math library adds more native single-instruction
implementations for arm, s390x, powerpc, and x86_64.

Various bugs are fixed, including several possible deadlocks, one of
which was a new regression in 1.1.20. 


https://www.musl-libc.org/releases/musl-1.1.21.tar.gz
https://www.musl-libc.org/releases/musl-1.1.21.tar.gz.asc




Special thanks to musl's release sponsors (patreon.com/musl):

* Justin Cormack
* Laurent Bercot
* Les Aker
* Neal Gompa
* Hurricane Labs (hurricanelabs.com)
* The Midipix Project (midipix.org)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-21 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 18:18 musl 1.1.21 released Rich Felker
2019-01-21 18:37 ` Khem Raj
2019-01-21 19:03   ` Rich Felker

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