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.
 
 
 
 
 
 
Duncan Bellamy b817541f1c add statx interface using syscall, fallback to fstatat 4 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 5 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 5 years ago
exit lift child restrictions after multi-threaded fork 6 years ago
fcntl remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
fenv add loongarch64 port 3 years ago
include provide an internal namespace-safe __fstat 4 years ago
internal add framework to support archs without a native wait4 syscall 3 years ago
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 3 years ago
ldso add loongarch64 port 3 years ago
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
linux add statx interface using syscall, fallback to fstatat 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 3 years ago
misc syslog: use C locale for timestamp generation 3 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 4 years ago
multibyte mbrtowc: Fix wrong return value when n > UINT_MAX 3 years ago
network remove arbitrary limit from dns result parsing 3 years ago
passwd nscd: fall back gracefully on kernels without AF_UNIX support 5 years ago
prng lift child restrictions after multi-threaded fork 6 years ago
process add framework to support archs without a native wait4 syscall 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 4 years ago
select expose ppoll in default feature profile 3 years ago
setjmp add loongarch64 port 3 years ago
signal sh: fix sigsetjmp corrupting call-saved register r8 3 years ago
stat use new SYS_fchmodat2 syscall to implement fchmodat with flags 3 years ago
stdio add framework to support archs without a native wait4 syscall 3 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 add loongarch64 port 3 years ago
time strftime: fix breakage in last change (uninitialized pointer access) 3 years ago
unistd add framework to support archs without a native wait4 syscall 3 years ago