musl
Developer(s) | Rich Felker (dalias) and others |
---|---|
Initial release | February 11, 2011[1] |
Stable release | 1.1.14[2] / February 22, 2016 |
Operating system | Linux 2.6 or later |
Platform | x86, x86 64, ARM, MIPS, Microblaze, PowerPC, SuperH |
Type | |
License | MIT License |
Website |
www |
musl is a C standard library intended for operating systems based on the Linux kernel, released under the MIT License.[3] It was developed by Rich Felker with the goal to write a clean, efficient and standards-conformant libc implementation. It is designed from scratch to allow efficient static linking and to have realtime-quality robustness by avoiding races, internal failures on resource exhaustion and various other bad worst-case behaviours present in existing implementations.[4] The dynamic runtime is a single file with stable ABI allowing race-free updates and the static linking support allows an application to be deployed as a single portable binary without significant size overhead.
It claims compatibility with the POSIX 2008 specification and the C11 standard.[5] It also implements most of the widely used non-standard Linux, BSD, and glibc functions.
As of 2015, Linux distributions that use musl as the standard C library include Alpine Linux, OpenWRT,[6] Sabotage,[7] Morpheus Linux[8] and optionally prebuilt for Void Linux.
See also
- Other C standard libraries
References
- ↑ "Old versions". musl-libc.org. Retrieved 2016-01-12.>
- ↑ "Download musl". musl-libc.org. 2016-02-22. Retrieved 2015-12-15.
- ↑ COPYRIGHT
- ↑ Introduction to musl
- ↑ Compatibility - musl libc wiki
- ↑ Fietkau, Felix (16 Jun 2015). "OpenWrt switches to musl by default". Retrieved 16 Jun 2015.
- ↑ https://github.com/sabotage-linux/sabotage
- ↑ http://morpheus.2f30.org/
External links
- Official website
- Comparison of C/POSIX standard library implementations for Linux
- Matrix of C/POSIX standard library by architectures
- Project:Hardened musl on Gentoo wiki
|