You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 0e330722c3 sqrtl: fix invalid use of a non-constant-expression as static initializer 2 years ago
..
aio fix AS-safety of close when aio is in use and fd map is expanded 4 years ago
complex math: avoid runtime conversions of floating-point constants 4 years ago
conf use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) 4 years ago
crypt update crypt_blowfish to support $2b$ prefix 6 years ago
ctype fix wcwidth of hangul combining (vowel/final) letters 4 years ago
dirent remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
env protect stack canary from leak via read-as-string by zeroing second byte 4 years ago
errno add missing strerror text for key management 4 years ago
exit lift child restrictions after multi-threaded fork 5 years ago
fcntl remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
fenv add SPE FPU support to powerpc-sf 5 years ago
include provide an internal namespace-safe __fstat 4 years ago
internal ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 2 years ago
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 3 years ago
ldso fix potential deadlock in dlerror buffer handling at thread exit 4 years ago
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
linux riscv: correct symbol version of __vdso_flush_icache 2 years ago
locale accept null pointer as message argument to gettext functions 4 years ago
malloc disable MADV_FREE usage in mallocng 4 years ago
math sqrtl: fix invalid use of a non-constant-expression as static initializer 2 years ago
misc mntent: fields are delimited only by tabs or spaces, not general whitespace 2 years ago
mman remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
mq mq_notify: block all (application) signals in the worker thread 3 years ago
multibyte mbrtowc: Fix wrong return value when n > UINT_MAX 3 years ago
network remove arbitrary limit from dns result parsing 2 years ago
passwd nscd: fall back gracefully on kernels without AF_UNIX support 5 years ago
prng lift child restrictions after multi-threaded fork 5 years ago
process fix public clone function to be safe and usable by applications 3 years ago
regex glob: fix wrong return code when aborting before any matches 3 years ago
sched sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 7 years ago
search hsearch: fix null pointer arithmetic UB 3 years ago
select expose ppoll in default feature profile 2 years ago
setjmp powerpc-sf longjmp clobbering of val argument 3 years ago
signal fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 3 years ago
stat pass AT_NO_AUTOMOUNT when emulating fstatat via statx 2 years ago
stdio remove INT_MAX limit on the n argument to snprintf/swprintf 2 years ago
stdlib fix constraint violation in qsort wrapper around qsort_r 4 years ago
string fix return value of wmemcmp for extreme wchar_t values 3 years ago
temp remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
termios add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
thread synccall: add separate exit_sem to fix thread release logic bug 2 years ago
time strftime: don't attempt to parse field width without seeing a digit 2 years ago
unistd ensure valid setxid return value in an unexpected error case 2 years ago