musl
2022-08-25 Kristina Martsenkoepoll_create: fail with EINVAL if size is non-positive
2022-08-20 Rich Felkeruse alt signal stack when present for implementation...
2022-08-17 Érico Nogueiraldso: make exit condition clearer in fixup_rpath
2022-08-17 Rich Felkerfreopen: reset stream orientation (byte/wide) and encod...
2022-08-02 Rich Felkerldso: process RELR only for non-FDPIC archs
2022-08-02 Fangrui Songldso: support DT_RELR relative relocation format
2022-08-02 Alex Xu (Hello71)use syscall_arg_t and __scc macro for arguments to...
2022-08-01 Michael Prattfix strings.h feature test macro usage due to missing...
2022-08-01 Eugene Yudinfix ESRCH error handling for clock_getcpuclockid
2022-08-01 Szabolcs Nagyaarch64: add vfork
2022-08-01 Rich Felkerfix mishandling of errno in getaddrinfo AI_ADDRCONFIG...
2022-07-19 Rich Felkerearly stage ldso: remove symbolic references via error...
2022-07-02 Alex Xu (Hello71)in early stage ldso before __dls2b, call mprotect with...
2022-06-23 Rich Felkeravoid limited space of random temp file names if clock...
2022-06-03 Rich Felkerremove random filename obfuscation that leaks ASLR...
2022-06-03 Rich Felkerensure distinct query id for parallel A and AAAA querie...
2022-05-15 Rich Felkermntent: fix potential mishandling of extremely long...
2022-05-15 Alyssa Rossmntent: fix parsing lines with optional fields
2022-05-06 Rich Felkerfix constraint violation in qsort wrapper around qsort_r
2022-05-04 Rich Felkeruse __fstat instead of __fstatat with AT_EMPTY_PATH...
2022-05-04 Rich Felkerprovide an internal namespace-safe __fstat
2022-05-02 Rich Felkeronly use fstatat and others legacy stat syscalls if...
2022-05-02 Rich Felkerdrop direct use of stat syscalls in internal __map_file
2022-05-02 Rich Felkerprovide an internal namespace-safe __fstatat
2022-05-02 Rich Felkerdrop direct use of stat syscalls in fchmodat
2022-05-02 Rich Felkerdrop use of stat operation in temporary file name gener...
2022-05-02 Stefan O'Rearonly fallback to gettimeofday/settimeofday syscalls...
2022-05-02 Stefan O'Rearonly use getrlimit/setrlimit syscalls if they exist
2022-04-27 Stefan O'Reardon't remap internal-use syscall macros to nonexistent...
2022-04-27 Stefan O'Rearremove ARMSUBARCH relic from configure
2022-04-20 Rich Felkeradd missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
2022-04-10 Ondrej Jirmanfix incorrect parameter name in internal netlink.h...
2022-04-07 Rich Felkerrelease 1.2.3
2022-03-27 psykoseaccept null pointer as message argument to gettext...
2022-03-16 Isaiah Postonfix invalid free of duplocale object when malloc has...
2022-03-08 Rich Felkerfix __WORDSIZE on x32 sys/user.h
2022-03-08 Szabolcs Nagysys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from...
2022-03-08 Szabolcs Nagysys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from...
2022-03-08 Szabolcs Nagyelf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
2022-03-08 Szabolcs Nagynetinet/in.h: add INADDR_DUMMY from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagynetinet/tcp.h: add tcp_zerocopy_receive fields from...
2022-03-08 Szabolcs Nagynetinet/tcp.h: add TCP_NLA_* values up to linux v5.12
2022-03-08 Szabolcs Nagys390x: add ptrace requests from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagysignal.h: add new sa_flags from linux v5.11
2022-03-08 Szabolcs Nagysignal.h: add SYS_USER_DISPATCH si_code value from...
2022-03-08 Szabolcs Nagysignal.h: add si_code values for SIGSYS
2022-03-08 Szabolcs Nagynetinet/tcp.h: add tcp zerocopy related changes from...
2022-03-08 Szabolcs Nagynetinet/if_ether.h: add ETH_P_CFM from linux v5.11
2022-03-08 Szabolcs Nagysys/socket.h: add new SO_ socket options from linux...
2022-03-08 Szabolcs Nagysys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from...
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2022-03-08 Alexey Kodanevnice: return EPERM instead of EACCES
2022-03-08 jvoisinprotect stack canary from leak via read-as-string by...
2022-03-08 Szabolcs Nagymath: avoid runtime conversions of floating-point constants
2022-02-21 Rich Felkerfix spurious failures by fgetws when buffer ends with...
2022-02-20 pelcoadd missing strerror text for key management
2022-02-09 Rich Felkerfix out-of-bound read processing time zone data with...
2022-01-18 Rich Felkerfix potentially wrong-sign zero in cproj functions...
2022-01-09 Rich Felkermake fseek detect and produce an error for invalid...
2022-01-09 Érico Nogueiraadd SEEK_DATA and SEEK_HOLE to unistd.h
2022-01-07 Wesley Wiserfix failure to use add-cfi scripts on asm when building...
2021-12-28 Rich Felkerfix wcwidth of hangul combining (vowel/final) letters
2021-12-09 Rich Felkerfix mismatched signatures for strtod_l family
2021-11-29 Ismael Lucenodefine NULL as nullptr when used in C++11 or later
2021-11-29 Rich Felkerfix hwcap access in powerpc-sf setjmp/longjmp
2021-10-19 Rich Felkerfix struct layout mismatch in sound ioctl time32 fallba...
2021-09-24 Érico Nogueiraadd qsort_r and make qsort a wrapper around it
2021-09-23 Rich Felkeradd SPE FPU support to powerpc-sf
2021-09-12 Rich Felkerfix undefined behavior in getdelim via null pointer...
2021-08-12 Rich Felkerfix excessively slow TLS performance on some mips models
2021-08-06 Érico Nogueirafix error checking in pthread_getname_np
2021-07-30 Rich Felkerfix libc-internal signal blocking on mips archs
2021-07-07 Rich Felkerfix broken struct shmid_ds on powerpc (32-bit)
2021-07-06 Szabolcs Nagymath: fix fmaf not to depend on FE_TOWARDZERO
2021-06-23 Rich Felkerfix TZ parsing logic for identifying POSIX-form strings
2021-06-05 Khem Rajriscv: rename __NR_fstatat __NR_newfstatat
2021-04-27 Michael Forneyremove return with expression in void function
2021-04-20 Érico Nogueiraremove unnecessary cast for map_library return
2021-04-20 Érico Rolimadd pthread_getname_np function
2021-04-20 Rich Felkerfix popen not to leak pipes from one child to another
2021-04-20 Rich Felkerremove spurious lock in popen
2021-04-19 Érico Nogueiradefine __STDC_UTF_{16,32}__ macros
2021-04-16 Rich Felkerfix regression in dl_iterate_phdr reporting of modules...
2021-04-16 Joakim Sindholtnscd: fall back gracefully on kernels without AF_UNIX...
2021-04-16 Dominic Chenmallocng/aligned_alloc: check for malloc failure
2021-04-04 Rich Felkermake epoll_[p]wait a cancellation point
2021-03-26 Rich Felkerfix dl_iterate_phdr dlpi_tls_data reporting to match...
2021-03-15 Rich Felkerremove no-longer-needed special case handling in popen
2021-03-15 Rich Felkeruse internal malloc for posix_spawn file actions objects
2021-03-05 Rich Felkerdon't fail to map library/executable with zero-length...
2021-02-25 Érico Rolimsuppress isascii() macro for C++
2021-02-22 Rich Felkerguard against compilers failing to handle setjmp specia...
2021-02-15 Szabolcs Nagyaarch64/bits/mman.h: add PROT_MTE from linux v5.10
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
2021-02-15 Szabolcs Nagyadd aarch64/bits/mman.h with PROT_BTI from linux v5.8
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
2021-02-15 Szabolcs Nagysignal.h: add MTE specific SIGSEGV codes from linux...
2021-02-15 Szabolcs Nagysys/prctl.h: add MTE related constants from linux v5.10
next