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 1b0d48517f implement posix_getdents adopted for next issue of POSIX 2 years ago
..
aio fix AS-safety of close when aio is in use and fd map is expanded 4 years ago
complex complex: fix comment in cacosh 2 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 implement posix_getdents adopted for next issue of POSIX 2 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 6 years ago
fcntl remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
fenv riscv32: add fenv and math 2 years ago
include provide an internal namespace-safe __fstat 4 years ago
internal add missing inline keyword on default a_barrier definition 2 years ago
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 3 years ago
ldso riscv32: add dlsym 2 years ago
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
linux riscv: fall back to syscall __riscv_flush_icache 2 years ago
locale iconv: fix missing bounds checking for shift_jis decoding 2 years ago
malloc disable MADV_FREE usage in mallocng 4 years ago
math math: fix fma(x,y,0) when x*y rounds to -0 2 years ago
misc initgroups: do not artificially limit number of supplementary groups 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 getnameinfo: fix calling __dns_parse with potentially too large rlen 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 6 years ago
process posix_spawn: fix child spinning on write to a broken pipe 2 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 riscv32: add setjmp/longjmp and sigreturn 2 years ago
signal riscv32: add setjmp/longjmp and sigreturn 2 years ago
stat use new SYS_fchmodat2 syscall to implement fchmodat with flags 2 years ago
stdio printf decimal integer formatting: shave off one division 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 riscv32: add thread support 2 years ago
time strptime: implement conversion specifiers adopted for next POSIX issue 2 years ago
unistd fix pwrite/pwritev handling of O_APPEND files 2 years ago