cosmopolitan/third_party/musl
Justine Tunney f531acc8f9
Make improvements
- Invent openatemp() API
- Invent O_UNLINK open flag
- Introduce getenv_secure() API
- Remove `git pull` from cosmocc
- Fix utimes() when path is NULL
- Fix mktemp() to never return NULL
- Fix utimensat() UTIME_OMIT on XNU
- Improve utimensat() code for RHEL5
- Turn `argv[0]` C:/ to /C/ on Windows
- Introduce tmpnam() and tmpnam_r() APIs
- Fix more const issues with internal APIs
- Permit utimes() on WIN32 in O_RDONLY mode
- Fix fdopendir() to check fd is a directory
- Fix recent crash regression in landlock make
- Fix futimens(AT_FDCWD, NULL) to return EBADF
- Use workaround so `make -j` doesn't fork bomb
- Rename dontdiscard to __wur (just like glibc)
- Fix st_size for WIN32 symlinks containing UTF-8
- Introduce stdio ext APIs needed by GNU coreutils
- Fix lstat() on WIN32 for symlinks to directories
- Move some constants from normalize.inc to limits.h
- Fix segv with memchr() and memcmp() overlapping page
- Implement POSIX fflush() behavior for reader streams
- Implement AT_SYMLINK_NOFOLLOW for utimensat() on WIN32
- Don't change read-only status of existing files on WIN32
- Correctly handle `0x[^[:xdigit:]]` case in strtol() functions
2023-09-06 12:34:59 -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 Remove _Hide keyword 2023-07-24 08:34:58 -07: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 Make improvements 2023-09-06 12:34:59 -07:00
crypt_sha512.c Make improvements 2023-09-06 12:34:59 -07:00
encrypt.c Make improvements 2023-09-06 12:34:59 -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
glob.c Fix warnings 2023-09-01 20:50:18 -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 Give Emacs another performance boost 2023-08-18 09:34:14 -07:00
passwd.h Add getgroups and setgroups (#619) 2022-09-18 02:48:53 -07:00
pwd.c Make improvements 2023-09-06 12:34:59 -07:00
rand48.c Fix warnings 2023-09-01 20:50:18 -07:00
rand48.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
strfmon.c Make improvements 2023-07-10 04:35:14 -07:00
tempnam.c Make improvements 2023-09-06 12:34:59 -07:00
tempnam.h Make minor improvements 2020-12-19 11:21:04 -08:00