musl
2022-10-19 Alexey Izbyshevfix use of uninitialized dummy_fut in aio_suspend
2022-10-19 Rich Felkerfix potential deadlock between multithreaded fork and aio
2022-10-19 Rich Felkerfix potential unsynchronized access to killlock state...
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2022-10-19 Rich Felkerconfigure: disable TBAA optimization because most compi...
2022-10-19 Rich Felkerdisable MADV_FREE usage in mallocng
2022-10-19 Rich Felkerremove LFS64 programming interfaces (macro-only) from...
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-10-19 Rich Felkerdns query core: detect udp truncation at recv time
2022-10-19 Rich Felkergetaddrinfo dns lookup: use larger answer buffer to...
2022-09-22 Rich Felkerarpa/nameser.h: update RR types list
2022-09-22 Rich Felkerdns: implement tcp fallback in __res_msend query core
2022-09-22 Rich Felkerres_send: use a temp buffer if caller's buffer is under...
2022-09-21 Rich Felkeradapt res_msend DNS query core for working with multipl...
2022-09-20 Rich Felkergetaddrinfo: add EAI_NODATA error code to distinguish...
2022-09-19 Rich Felkerfix error cases in gethostbyaddr_r
2022-09-19 Rich Felkerremove impossible error case from gethostbyname2_r
2022-09-19 Rich Felkerfix return value of gethostnbyname[2]_r on result not...
2022-09-19 Rich Felkerdns: treat names rejected by res_mkquery as nonexistent...
2022-09-19 Rich Felkerres_mkquery: error out on consecutive final dots in...
2022-09-19 Alexey Izbyshevfix thread leak on timer_create(SIGEV_THREAD) failure
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-09-12 Rich Felkerprocess DT_RELR relocations in ldso-startup/static-pie
2022-09-07 Rich Felkerfix fwprintf missing output to open_wmemstream FILEs
2022-08-26 Rich Felkerdns: fail if ipv6 is disabled and resolv.conf has only...
2022-08-26 Rich Felkeruse kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_...
2022-08-26 Rich Felkeradd sysconf keys/values for signal stack size
2022-08-25 Rich Felkerfix fallback when ipv6 is disabled but resolv.conf...
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
next