descriptionmusl libc mirror
homepage URLhttp://www.etalabs.net/musl/
repository URLgit://git.etalabs.net/musl
ownernsz@port70.net
last changeSat, 11 May 2024 21:52:04 +0000 (11 17:52 -0400)
last refreshSun, 12 May 2024 17:47:22 +0000 (12 19:47 +0200)
content tags
add:
README
    musl libc

musl, pronounced like the word "mussel", is an MIT-licensed
implementation of the standard C library targetting the Linux syscall
API, suitable for use in a wide range of deployment environments. musl
offers efficient static and dynamic linking support, lightweight code
and low runtime overhead, strong fail-safe guarantees under correct
usage, and correctness in the sense of standards conformance and
safety. musl is built on the principle that these goals are best
achieved through simple code that is easy to understand and maintain.

The 1.1 release series for musl features coverage for all interfaces
defined in ISO C99 and POSIX 2008 base, along with a number of
non-standardized interfaces for compatibility with Linux, BSD, and
glibc functionality.

For basic installation instructions, see the included INSTALL file.
Information on full musl-targeted compiler toolchains, system
bootstrapping, and Linux distributions built on musl can be found on
the project website:

    http://www.musl-libc.org/
shortlog
19 hours ago Gonzalo Alvarezfix typo that broke sys/reg.h and sys/user.hmaster
4 days ago Rich Felkerimplement posix_getdents adopted for next issue of...
5 days ago Rich Felkerstdint.h: derive limits from __LONG_MAX, use common...
5 days ago Rich Felkersys/user.h: derive __WORDSIZE from __LONG_MAX
5 days ago Rich Felkersys/reg.h: derive __WORDSIZE from __LONG_MAX
5 days ago Rich Felkerunistd.h: derive ILP32/LP64 macros from __LONG_MAX...
5 days ago Rich Felkerunify bits/stat.h for all archs sharing a common definition
5 days ago Rich Felkeralign aarch64, riscv64, loongarch64 stat structure...
5 days ago Rich Felkerldso: fix non-functional fix to early dynamic PAGE_SIZE...
5 days ago Rich Felkerstrptime: implement conversion specifiers adopted for...
5 days ago Rich Felkerprintf decimal integer formatting: shave off one division
6 days ago Michael Forneyriscv mcontext_t/sigcontext: use __aligned__ instead...
2024-04-24 Rich Felkeradd missing STATX_ATTR_* macros omitted when statx...
2024-04-14 Rich Felkerinitgroups: do not artificially limit number of supplem...
2024-04-12 Rich Felkerprintf: fix edge case where hex float precision was...
2024-03-14 Szabolcs Nagycomplex: fix comment in cacosh
...
tags
2 months ago v1.2.5
12 months ago v1.2.4
2 years ago v1.2.3
3 years ago v1.2.2
3 years ago v1.2.1
4 years ago v1.2.0
4 years ago v1.1.24
4 years ago v1.1.23
5 years ago v1.1.22
5 years ago v1.1.21
5 years ago v1.1.20
6 years ago v1.1.19
6 years ago v1.1.18
6 years ago v1.1.17
7 years ago v1.1.16
7 years ago v1.1.15
...
heads
19 hours ago master
9 years ago rs-1.0