Szabolcs Nagy
|
f35b99b387
sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
|
4 years ago |
Szabolcs Nagy
|
b21f3ded78
bits/syscall.h: add epoll_pwait2 from linux v5.11
|
4 years ago |
Alexey Kodanev
|
3aba2150d0
nice: return EPERM instead of EACCES
|
3 years ago |
jvoisin
|
74a28a8af2
protect stack canary from leak via read-as-string by zeroing second byte
|
3 years ago |
Szabolcs Nagy
|
7c0c7a75ec
math: avoid runtime conversions of floating-point constants
|
3 years ago |
Rich Felker
|
f8bdc30482
fix spurious failures by fgetws when buffer ends with partial character
|
3 years ago |
pelco
|
5690668a1b
add missing strerror text for key management
|
3 years ago |
Rich Felker
|
3b7b415557
fix out-of-bound read processing time zone data with distant-past dates
|
3 years ago |
Rich Felker
|
75b3412f3d
fix potentially wrong-sign zero in cproj functions at infinity
|
3 years ago |
Rich Felker
|
52f0deb969
make fseek detect and produce an error for invalid whence arguments
|
3 years ago |
Érico Nogueira
|
cbacd638e3
add SEEK_DATA and SEEK_HOLE to unistd.h
|
3 years ago |
Wesley Wiser
|
c4d4028dde
fix failure to use add-cfi scripts on asm when building out-of-tree
|
3 years ago |
Rich Felker
|
775bde6b5c
fix wcwidth of hangul combining (vowel/final) letters
|
3 years ago |
Rich Felker
|
8d404733e1
fix mismatched signatures for strtod_l family
|
3 years ago |
Ismael Luceno
|
98e688a9da
define NULL as nullptr when used in C++11 or later
|
3 years ago |
Rich Felker
|
8274aaaaa1
fix hwcap access in powerpc-sf setjmp/longjmp
|
3 years ago |
Rich Felker
|
3733c831f2
fix struct layout mismatch in sound ioctl time32 fallback conversion
|
3 years ago |
Érico Nogueira
|
b76f37fd56
add qsort_r and make qsort a wrapper around it
|
4 years ago |
Rich Felker
|
7be59733d7
add SPE FPU support to powerpc-sf
|
3 years ago |
Rich Felker
|
e3e7189c11
fix undefined behavior in getdelim via null pointer arithmetic and memcpy
|
3 years ago |
Rich Felker
|
b713b8b2e4
fix excessively slow TLS performance on some mips models
|
3 years ago |
Érico Nogueira
|
3eed6a6f0a
fix error checking in pthread_getname_np
|
3 years ago |
Rich Felker
|
3f701faace
fix libc-internal signal blocking on mips archs
|
3 years ago |
Rich Felker
|
0fbd7d6683
fix broken struct shmid_ds on powerpc (32-bit)
|
3 years ago |
Szabolcs Nagy
|
4f3d346bff
math: fix fmaf not to depend on FE_TOWARDZERO
|
3 years ago |
Rich Felker
|
937822abb6
fix TZ parsing logic for identifying POSIX-form strings
|
3 years ago |
Khem Raj
|
1f0c7cb1cc
riscv: rename __NR_fstatat __NR_newfstatat
|
3 years ago |
Michael Forney
|
d8cb888db9
remove return with expression in void function
|
3 years ago |
Érico Nogueira
|
b7a130e0b9
remove unnecessary cast for map_library return
|
3 years ago |
Érico Rolim
|
bd3b9c4ca5
add pthread_getname_np function
|
3 years ago |