cosmopolitan/third_party/musl
Justine Tunney a75175fe94
Make build hermetically sealed again
It turned out that Landlock Make hasn't been applying sandboxing for a
while, due to a mistyped if statement for `$(USE_SYSTEM_TOOLCHAIN)` it
should have had the opposite meaning. Regressions in the build configs
have been fixed. The rmrf() function works better now. The rm.com tool
works according to POSIX with the exception of supporting prompts.
2023-07-08 07:06:25 -07:00
..
crypt.c Make more libc improvements 2022-08-06 17:18:40 -07:00
crypt.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
crypt.internal.h Remove some dead code 2023-07-03 02:48:29 -07:00
crypt_blowfish.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
crypt_des.c Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
crypt_des.internal.h Rename hidden keyword to _Hide 2022-11-08 12:55:28 -08:00
crypt_md5.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
crypt_r.c Make more libc improvements 2022-08-06 17:18:40 -07:00
crypt_sha256.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
crypt_sha512.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
encrypt.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
fnmatch.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
fnmatch.h Add glob and some finer tuning of documentation 2020-06-21 15:23:35 -07:00
ftw.c Make build hermetically sealed again 2023-07-08 07:06:25 -07:00
ftw.h Make build hermetically sealed again 2023-07-08 07:06:25 -07:00
glob.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
glob.h Add glob and some finer tuning of documentation 2020-06-21 15:23:35 -07:00
grp.c Make futexes cancellable by pthreads 2022-11-04 18:36:34 -07:00
lockf.c Implement support for POSIX thread cancellations 2022-11-04 01:04:43 -07:00
lockf.h Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
mntent.c Make some foss compatibility improvements 2022-10-14 13:59:34 -07:00
mntent.h Make some foss compatibility improvements 2022-10-14 13:59:34 -07:00
musl.mk Clean up more code 2023-06-18 01:00:05 -07:00
nftw.c Make build hermetically sealed again 2023-07-08 07:06:25 -07:00
passwd.h Add getgroups and setgroups (#619) 2022-09-18 02:48:53 -07:00
pwd.c Make futexes cancellable by pthreads 2022-11-04 18:36:34 -07:00
rand48.c Fix some build errors 2023-06-05 15:53:44 -07:00
rand48.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
strfmon.c Remove a misplaced include 2023-02-23 08:10:38 -08:00
tempnam.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
tempnam.h Make minor improvements 2020-12-19 11:21:04 -08:00