musl/src
Gaël PORTAY fb9d976cc2 remove flag argument from fchmodat syscall
linux's does not have the flag argument for fchmodat syscall.
2024-02-22 19:24:06 -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 loongarch64 port 2024-02-16 09:33:10 -05:00
include provide an internal namespace-safe __fstat 2022-05-04 10:51:00 -04:00
internal add framework to support archs without a native wait4 syscall 2024-02-22 18:50:34 -05:00
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 2023-04-11 09:21:41 -04:00
ldso add loongarch64 port 2024-02-16 09:33:10 -05:00
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
linux add framework to support archs without a native wait4 syscall 2024-02-22 18:50: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 sqrtl: fix invalid use of a non-constant-expression as static initializer 2024-02-03 19:50:58 -05:00
misc syslog: use C locale for timestamp generation 2024-02-07 16:08:11 -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 add framework to support archs without a native wait4 syscall 2024-02-22 18:50:34 -05:00
regex glob: fix wrong return code when aborting before any matches 2023-08-24 12:54:51 -04:00
sched
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 add loongarch64 port 2024-02-16 09:33:10 -05:00
signal sh: fix sigsetjmp corrupting call-saved register r8 2024-02-17 20:36:42 -05:00
stat remove flag argument from fchmodat syscall 2024-02-22 19:24:06 -05:00
stdio add framework to support archs without a native wait4 syscall 2024-02-22 18:50:34 -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 add loongarch64 port 2024-02-16 09:33:10 -05:00
time strftime: fix breakage in last change (uninitialized pointer access) 2024-02-16 09:33:03 -05:00
unistd add framework to support archs without a native wait4 syscall 2024-02-22 18:50:34 -05:00