descriptionmusl libc mirror
homepage URLhttp://www.etalabs.net/musl/
repository URLgit://git.etalabs.net/musl
ownernsz@port70.net
last changeFri, 5 Jul 2024 17:22:25 +0000 (5 13:22 -0400)
last refreshSat, 21 Sep 2024 23:52:34 +0000 (22 01:52 +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-07-05 Rich Felkersyslog: revert LOG_FAC/LOG_FACMASK changesmaster
2024-06-24 Rich Felkersiglongjmp: document why this function just calls longjmp
2024-06-22 Jakub Stasiakinet_ntop: fix the IPv6 leading zero sequence compression
2024-06-22 Rich Felkerdynlink: avoid copying to temp buffer in get_lfs64
2024-06-22 Joe Damatosys/epoll.h: add epoll ioctls
2024-06-22 Rich Felkergetusershell: skip blank lines and comments
2024-06-21 Florian Zieschedynlink: fix get_lfs64() with posix_fallocate64
2024-06-13 Rich Felkersyslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK...
2024-05-23 Tony Ambardaradd renameat2 linux syscall wrapper
2024-05-12 Rich Felkerfix mismatched type in posix_getdents definition
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
...
tags
6 months ago v1.2.5
16 months ago v1.2.4
2 years ago v1.2.3
3 years ago v1.2.2
4 years ago v1.2.1
4 years ago v1.2.0
4 years ago v1.1.24
5 years ago v1.1.23
5 years ago v1.1.22
5 years ago v1.1.21
6 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
8 years ago v1.1.15
...
heads
2 months ago master
9 years ago rs-1.0