descriptionmusl libc mirror
homepage URLhttp://www.etalabs.net/musl/
repository URLgit://git.etalabs.net/musl
ownernsz@port70.net
last changeSun, 12 May 2024 19:33:15 +0000 (12 15:33 -0400)
last refreshSat, 8 Jun 2024 12:32:40 +0000 (8 14:32 +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
2024-05-12 Rich Felkerfix mismatched type in posix_getdents definitionmaster
2024-05-12 mojyackaarch64 crti.o: fix alignment of _init/_fini
2024-05-11 Gonzalo Alvarezfix typo that broke sys/reg.h and sys/user.h
2024-05-08 Rich Felkerimplement posix_getdents adopted for next issue of...
2024-05-07 Rich Felkerstdint.h: derive limits from __LONG_MAX, use common...
2024-05-07 Rich Felkersys/user.h: derive __WORDSIZE from __LONG_MAX
2024-05-07 Rich Felkersys/reg.h: derive __WORDSIZE from __LONG_MAX
2024-05-07 Rich Felkerunistd.h: derive ILP32/LP64 macros from __LONG_MAX...
2024-05-07 Rich Felkerunify bits/stat.h for all archs sharing a common definition
2024-05-07 Rich Felkeralign aarch64, riscv64, loongarch64 stat structure...
2024-05-07 Rich Felkerldso: fix non-functional fix to early dynamic PAGE_SIZE...
2024-05-06 Rich Felkerstrptime: implement conversion specifiers adopted for...
2024-05-06 Rich Felkerprintf decimal integer formatting: shave off one division
2024-05-06 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...
...
tags
3 months ago v1.2.5
13 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
3 weeks ago master
9 years ago rs-1.0