- Sep 22, 2021
-
-
Rosen Penev authored
This release introduces 64-bit time_t, which is needed to avoid the year 2038 problem. Remove upstream patches. Refreshed others. Rebased features.h file based on latest musl. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Feb 05, 2019
-
-
Christian Lamparter authored
<https://www.openwall.com/lists/musl/2019/01/21/8> "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." detailed release notes can be found in the WHATSNEW file: <http://git.musl-libc.org/cgit/musl/tree/WHATSNEW#n1989 > Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by:
Christian Lamparter <chunkeey@gmail.com>
-
- Sep 21, 2018
-
-
Christian Lamparter authored
This release introduces the ability to replace/interpose the allocator (malloc) subject to certain restrictions, adds an experimental m68k port, and makes notable improvements to stdio (application-provided buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel configurations), the dynamic linker (safety against dlopen of libraries using initial-exec TLS model, reclaiming unused memory on FDPIC archs, better dladdr results), and handling of default thread stack size (pthread_setattr_default_np now works more reliably). Many bugs have been fixed, including potentially dangerous regressions in iconv (only for new conversions to legacy encodings) and visibly incorrect behavior in printf on non-x86 archs (%a format with precision specifier), in getopt_long_only when short options are a prefix for a long option, in complex arc-trig/hyperbolic functions, in strftime and mktime (timezone-specific issues), and numerous less-obvious places. Signed-off-by:
Christian Lamparter <chunkeey@gmail.com> [altered commit msg a bit keeping it tight] Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
- Mar 11, 2018
-
-
Hauke Mehrtens authored
This updates musl from a commit between 1.1.18 and 1.1.19 to the final release of the version 1.1.19. This mostly fixes bugs in musl. The size of the uncompressed binary is increased by about 4 KB. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Jul 13, 2016
-
-
Hauke Mehrtens authored
The removed patch is already integrated in upstream musl. Add one additional patch which fixes a regression on mips. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Feb 25, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48762
-
- Jan 30, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48574
-
- Jan 25, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48486
-
- Sep 02, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46772
-
- Jul 24, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46481
-
- Jul 08, 2015
-
-
Felix Fietkau authored
Fixes relocation errors on PowerPC Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46266
-
- Jun 22, 2015
-
-
Steven Barth authored
Make musl provide libssp_nonshared.a and make GCC link it unconditionally if musl is used. This should be a no-op if SSP is disabled and seems to be the only reliable way of dealing with SSP over all packages due to the mess that is linkerflags handling in packages. Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46108
-