|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
musl                                                               version 1.2.2
________________________________________________________________________________
musl is a C standard library intended for operating systems based on the Linux
kernel, released under the MIT License. It was developed by Rich Felker with the
goal to write a clean, efficient and standards-conformant libc implementation.
musl was designed from scratch to allow efficient static linking and to have
realtime-quality robustness by avoiding race conditions, internal failures on
resource exhaustion and various other bad worst-case behaviors present in
existing implementations. The dynamic runtime is a single file with stable ABI
allowing race-free updates and static linking support allows an application to
be deployed as a single portable binary without significant size overhead. [0]
Upstream: https://www.musl-libc.org/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b musl                                                               |
|                                                                              |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
musl does not come with any documentation. For C library documentation, install
the man-pages package.
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b man-pages                                                          |
|                                                                              |
+------------------------------------------------------------------------------+
[003] History
________________________________________________________________________________
2023-09-07 d56a2b65 musl: Fix README. Closes #329
2023-07-15 c9990299 musl: update for new env
2023-07-15 829ae078 musl: use VERSION
2023-07-01 2eb7a4ec musl: remove usage of install
2023-06-30 f150b10d musl: 1.2.2
2023-11-01 de75252e musl: add comments about valgrind
2023-08-06 c572740d musl: bump to 1.2.1
2023-06-06 699d79ff musl: Fix incorrect symlink to libc.so
2023-05-26 aeb8c6bc musl: Remove cdefs warning
2023-05-20 8ee2e80a musl: Add getent
2024-02-21 2a212957 musl: bump to 1.2.0
2024-02-14 0cfbb664 musl: clean up
2023-10-14 05bb0015 musl: bump to 1.1.24
2023-09-28 311a653a musl: provide getconf
2023-09-23 663d65a9 musl: fix build
2023-09-16 c465eda5 musl: clean build
2023-09-04 8fc7e1d1 musl: include bsd-compat-headers
2023-08-04 ad6990a0 musl: bump to 1.1.23
2023-07-21 8231e513 musl: fix directories
2023-07-21 e807da7f musl: fix directories
2023-06-19 bf158907 musl: add license
2023-06-02 b8102e6f musl: init at 1.1.22

[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Musl
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.