oweals/musl.git
2020-06-03 Rich Felkermove declaration of interfaces between malloc and ldso...
2020-06-03 Rich Felkerreformat clock_adjtime with always-true condition removed
2020-06-03 Rich Felkeralways use time64 syscall first for clock_adjtime
2020-06-03 Rich Felkerfix broken time64 clock_adjtime
2020-06-02 Rich Felkerfix unbounded heap expansion race in malloc
2020-06-02 Rich Felkersuppress unwanted warnings when configuring with clang
2020-05-22 Rich Felkerrestore lock-skipping for processes that return to...
2020-05-22 Rich Felkercut down size of some libc struct members
2020-05-22 Rich Felkerdon't use libc.threads_minus_1 as relaxed atomic for...
2020-05-22 Rich Felkerreorder thread list unlink in pthread_exit after all...
2020-05-21 Rich Felkerfix incorrect SIGSTKFLT on all mips archs
2020-05-21 Rich Felkerhandle possibility that SIGEMT replaces SIGSTKFLT in...
2020-05-19 Rich Felkerfix return value of res_send, res_query on errors from...
2020-05-19 Rich Felkerfix handling of errors resolving one of paired A+AAAA...
2020-05-19 Rich Felkerset AD bit in dns queries, suppress for internal use
2020-05-01 Rich Felkerfix undefined behavior from signed overflow in strstr...
2020-04-26 Rich Felkerremove arm (32-bit) support for vdso clock_gettime
2020-04-24 Rich Felkerfix undefined behavior in wcsto[ld] family functions
2020-04-18 Rich Felkerfix sh fesetround failure to clear old mode
2020-04-17 Rich Felkermove __string_read into vsscanf source file
2020-04-17 Rich Felkerremove spurious repeated semicolon in fmemopen
2020-04-17 Rich Felkercombine two calls to memset in fmemopen
2020-04-17 Rich Felkerfix possible access to uninitialized memory in shgetc...
2020-04-17 Rich Felkerfix undefined behavior in scanf core
2020-03-24 Alexander Monakovmath: add x86_64 remquol
2020-03-24 Alexander Monakovmath: move x87-family fmod functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family remainder functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family rint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family lrint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 (l)lrint(f) functions to C with inlin...
2020-03-24 Alexander Monakovmath: move i386 sqrt to C with inline asm
2020-03-24 Alexander Monakovmath: move i386 sqrtf to C with inline asm
2020-03-24 Alexander Monakovmath: move trivial x86-family sqrt functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family fabs functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 fabs, fabsf to C with inline asm
2020-03-21 Samuel Hollandfix parsing offsets after long timezone names
2020-03-21 Samuel Hollandavoid out-of-bounds read for invalid quoted timezone
2020-03-20 Alexander Monakovremove redundant condition in memccpy
2020-03-20 Fangrui Songldso: remove redundant switch case for REL_NONE
2020-03-15 Samuel Hollanddefine MAP_SYNC on powerpc/powerpc64
2020-03-15 Timo Teräsimprove strerror speed
2020-03-15 Rich Felkerfix corrupt sysvipc timestamps on 32-bit archs with...
2020-03-15 Rich Felkerwork around negated error code bug on some mips kernels
2020-03-15 Rich Felkerremove useless mips syscall asm constraint, align style...
2020-03-15 Rich Felkerrevert mips (32-bit, o32) syscall asm clean-up due...
2020-03-15 Rich Felkerrevert mips64/n32 syscall asm clean-up due to regressions
2020-03-04 Rich Felkerremove duplicate definitions of INET[6]_ADDRSTRLEN
2020-02-26 Rich Felkeradd PTHREAD_NULL
2020-02-22 Rich Felkeruse __socketcall to simplify socket()
2020-02-22 Rich Felkerremove wrap_write helper from vdprintf
2020-02-22 Szabolcs Nagymath: fix sinh overflows in non-nearest rounding
2020-02-22 Szabolcs Nagymath: fix __rem_pio2 in non-nearest rounding modes
2020-02-21 Rich Felkerrelease 1.2.0 v1.2.0
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2020-02-06 Rich Felkerremove i386 asm for single and double precision exp...
2020-02-06 Rich Felkerrename i386 exp.s to exp_ld.s
2020-02-06 Rich Felkerfix excess precision in return value of i386 log-family...
2020-02-06 Rich Felkerfix excess precision in return value of i386 acos[f...
2020-02-06 Rich Felkerfix excess precision in return value of i386 atan[2][f]
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-02-05 Rich Felkerfix incorrect results for catanf and catanl with some...
2020-02-04 Rich Felkermove riscv64 register index constants to signal.h
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-29 Rich Felkerfix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
2020-01-29 Rich Felkerfix unprotected macro argument in sys/ttydefaults.h
2020-01-27 Alexander Monakovmath/x32: correct lrintl.s for 32-bit long
2020-01-26 Rich Felkermove struct dirent to bits header, allow NAME_MAX to...
2020-01-22 Luís Marquesfix riscv64 a_cas inline asm operand sign extension
2020-01-20 Will Dietzfix incorrect escaping in add-cfi.*.awk scripts
2020-01-16 Andre McCurdyadd thumb2 support to arm assembler memcpy
2020-01-15 Rich Felkerfix incorrect __hwcap seen in dynamic-linked __set_thre...
2020-01-12 Leah Neukirchendefine RLIMIT_RTTIME, bump RLIMIT_NLIMITS
2020-01-02 Rich Felkerfix wcwidth wrongly returning 0 for most of planes...
2020-01-01 Michael Forneyunconditonally define alloca as __builtin_alloca
2020-01-01 Rich Felkerupdate COPYRIGHT year
2020-01-01 Rich Felkerremove gratuitous aligned attribute from __ptrace_sysca...
2020-01-01 Rich Felkerfix fdpic regression in dynamic linker with overly...
2020-01-01 Rich Felkerfix crashing ldso on archs where __set_thread_area...
2020-01-01 Rich Felkermove stage3_func typedef out of shared internal dynlink...
2019-12-30 Szabolcs Nagymips: add clone3 syscall numbers from linux v5.4
2019-12-30 Szabolcs Nagymips: add hwcap bits from linux v5.4
2019-12-30 Szabolcs Nagysys/wait.h: add P_PIDFD from linux v5.4
2019-12-30 Szabolcs Nagynetinet/tcp.h: add new tcp_info fields from linux v5.4
2019-12-30 Szabolcs Nagysys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
2019-12-30 Szabolcs Nagysys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-12-30 Szabolcs Nagysys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux...
2019-12-30 Szabolcs Nagysys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux...
2019-12-30 Szabolcs Nagynetinet/if_ether.h: add ETH_P_LLDP from linux v5.3
2019-12-30 Szabolcs Nagynetinet/tcp.h: add TCP_TX_DELAY from linux v5.3
2019-12-30 Khem Rajfix types for mips sigcontext/mcontext_t regset members
2019-12-22 Rich Felkerspare archs without time32 legacy the cost of ioctl...
2019-12-22 Rich Felkeradd further ioctl time64 fallback conversion for device...
2019-12-22 A. Wilcoxadd uapi guards for new netinet/ip.h conflict with...
2019-12-22 Rich Felkeradjust utmpx struct layout for time64, 32-/64-bit arch...
2019-12-22 Rich Felkerfix elf_prstatus regression on time64, existing wrong...
2019-12-21 Rich Felkerdon't continue looping through ioctl compat_map after...
2019-12-21 Rich Felkerrevert unwanted and inadvertent change that slipped...
next