Rich Felker 882aedf6a1 fix lost or delayed wakes in sem_post under certain race conditions před 3 měsíci
..
aio d8f35e29d0 fix AS-safety of close when aio is in use and fd map is expanded před 2 roky
complex e3b0ace505 complex: fix comment in cacosh před 8 měsíci
conf 996b6154b2 use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) před 2 roky
crypt 99d5098a88 update crypt_blowfish to support $2b$ prefix před 4 roky
ctype 775bde6b5c fix wcwidth of hangul combining (vowel/final) letters před 2 roky
dirent 0079972992 fix mismatched type in posix_getdents definition před 6 měsíci
env 74a28a8af2 protect stack canary from leak via read-as-string by zeroing second byte před 2 roky
errno 5690668a1b add missing strerror text for key management před 2 roky
exit 9ee6f10407 atexit: fail rather than deadlocking after last handler is called před 4 měsíci
fcntl 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping před 2 roky
fenv b4f7b2ca35 riscv32: add fenv and math před 9 měsíci
include 05a55868ff provide an internal namespace-safe __fstat před 2 roky
internal fd7d018521 add missing inline keyword on default a_barrier definition před 9 měsíci
ipc 9b12982d52 semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 před 1 rokem
ldso 11eee89e14 riscv32: add dlsym před 9 měsíci
legacy ab31e9d6a0 getusershell: skip blank lines and comments před 5 měsíci
linux 05ce67fea9 add renameat2 linux syscall wrapper před 6 měsíci
locale 7ada6dde6f iconv: fix missing bounds checking for shift_jis decoding před 9 měsíci
malloc e6e8213244 disable MADV_FREE usage in mallocng před 2 roky
math 9683bd6241 math: fix fma(x,y,0) when x*y rounds to -0 před 8 měsíci
misc dd1e63c363 syslog: revert LOG_FAC/LOG_FACMASK changes před 4 měsíci
mman 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping před 2 roky
mq 0ab97350f0 mq_notify: block all (application) signals in the worker thread před 1 rokem
multibyte 4653b98711 mbrtowc: Fix wrong return value when n > UINT_MAX před 1 rokem
network 947b4574fa inet_ntop: fix the IPv6 leading zero sequence compression před 5 měsíci
passwd 0ea78a6421 nscd: fall back gracefully on kernels without AF_UNIX support před 3 roky
prng 167390f055 lift child restrictions after multi-threaded fork před 4 roky
process d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe před 9 měsíci
regex 79bdacff83 glob: fix wrong return code when aborting before any matches před 1 rokem
sched 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs před 5 roky
search 7e6da7ac98 hsearch: fix null pointer arithmetic UB před 1 rokem
select f247462b08 expose ppoll in default feature profile před 10 měsíci
setjmp c34a8eedff riscv32: add setjmp/longjmp and sigreturn před 9 měsíci
signal 008f737ddf siglongjmp: document why this function just calls longjmp před 5 měsíci
stat d0ed307e6f use new SYS_fchmodat2 syscall to implement fchmodat with flags před 9 měsíci
stdio 3f9d4224d8 printf decimal integer formatting: shave off one division před 6 měsíci
stdlib dcb31f6b45 fix constraint violation in qsort wrapper around qsort_r před 2 roky
string b928c7234f fix return value of wmemcmp for extreme wchar_t values před 1 rokem
temp 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping před 2 roky
termios 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize před 4 roky
thread 882aedf6a1 fix lost or delayed wakes in sem_post under certain race conditions před 3 měsíci
time cde213f9c3 timer_create: replace pthread barrier with semaphores for thread start před 4 měsíci
unistd 5370070fde fix pwrite/pwritev handling of O_APPEND files před 8 měsíci