musl/src
2024-01-25 12:02:34 -05:00
..
aio fix AS-safety of close when aio is in use and fd map is expanded 2022-10-19 14:01:32 -04:00
complex math: avoid runtime conversions of floating-point constants 2022-03-08 16:27:15 -05:00
conf use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) 2022-08-26 11:34:46 -04:00
crypt update crypt_blowfish to support $2b$ prefix 2020-10-18 12:16:55 -04:00
ctype fix wcwidth of hangul combining (vowel/final) letters 2021-12-27 20:08:31 -05:00
dirent remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
env protect stack canary from leak via read-as-string by zeroing second byte 2022-03-08 16:52:25 -05:00
errno add missing strerror text for key management 2022-02-19 19:42:21 -05:00
exit lift child restrictions after multi-threaded fork 2020-11-11 15:55:30 -05:00
fcntl remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
fenv add SPE FPU support to powerpc-sf 2021-09-23 19:11:46 -04:00
include provide an internal namespace-safe __fstat 2022-05-04 10:51:00 -04:00
internal ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 2023-11-06 21:48:02 -05:00
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 2023-04-11 09:21:41 -04:00
ldso fix potential deadlock in dlerror buffer handling at thread exit 2022-10-19 14:01:32 -04:00
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
linux add preadv2 and pwritev2 syscall wrappers, flag value macros 2024-01-25 12:02:34 -05:00
locale accept null pointer as message argument to gettext functions 2022-03-27 18:59:15 -04:00
malloc disable MADV_FREE usage in mallocng 2022-10-19 14:01:31 -04:00
math math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) 2023-08-19 14:09:00 -04:00
misc mntent: fields are delimited only by tabs or spaces, not general whitespace 2023-11-16 12:55:21 -05:00
mman remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
mq mq_notify: block all (application) signals in the worker thread 2023-02-12 15:05:39 -05:00
multibyte mbrtowc: Fix wrong return value when n > UINT_MAX 2023-05-26 16:12:29 -04:00
network remove arbitrary limit from dns result parsing 2023-11-06 13:50:21 -05:00
passwd nscd: fall back gracefully on kernels without AF_UNIX support 2021-04-16 10:17:42 -04:00
prng lift child restrictions after multi-threaded fork 2020-11-11 15:55:30 -05:00
process fix public clone function to be safe and usable by applications 2023-06-01 16:15:38 -04:00
regex glob: fix wrong return code when aborting before any matches 2023-08-24 12:54:51 -04:00
sched sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 2019-07-29 12:31:20 -04:00
search hsearch: fix null pointer arithmetic UB 2023-02-12 17:41:23 -05:00
select expose ppoll in default feature profile 2024-01-21 17:22:50 -05:00
setjmp powerpc-sf longjmp clobbering of val argument 2023-02-11 10:00:31 -05:00
signal fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 2023-02-09 12:33:35 -05:00
stat pass AT_NO_AUTOMOUNT when emulating fstatat via statx 2023-11-06 13:44:53 -05:00
stdio remove INT_MAX limit on the n argument to snprintf/swprintf 2024-01-17 18:11:58 -05:00
stdlib fix constraint violation in qsort wrapper around qsort_r 2022-05-06 19:34:48 -04:00
string fix return value of wmemcmp for extreme wchar_t values 2023-04-24 11:23:39 -04:00
temp remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
termios add tcgetwinsize and tcsetwinsize functions, move struct winsize 2020-08-24 21:31:18 -04:00
thread synccall: add separate exit_sem to fix thread release logic bug 2023-11-06 13:05:24 -05:00
time strftime: don't attempt to parse field width without seeing a digit 2023-11-21 16:33:15 -05:00
unistd ensure valid setxid return value in an unexpected error case 2023-11-06 13:07:11 -05:00