oweals/musl.git
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...
2019-12-20 Rich Felkeradd further ioctl time64 fallback conversions
2019-12-19 Rich Felkerimprove ioctl time64 conversion fallback framework
2019-12-19 Rich Felkerconvert ioctl time64 fallbacks to table-driven framework
2019-12-18 Rich Felkerfix regression in ioctl definitions provided by arch...
2019-12-18 Rich Felkerhook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-12-17 Rich Felkersignal to kernel headers that time_t is 64-bit
2019-12-08 Rich Felkerfix null pointer dereference in setitimer time32 compat...
2019-12-07 Andre McCurdyarm: avoid conditional branch to PLT in sigsetjmp
2019-12-07 Ruinland ChuanTzu... riscv64: fix fesetenv(FE_DFL_ENV) crash
2019-12-07 Ada Worcesterupdate contributor name
2019-11-06 rofl0rppc: add configure check for older compilers erroring...
2019-11-05 Rich Felkerfix build regression on mips64 due to endian.h removal
2019-11-04 Rich Felkerfix failure to build time32 compat shims with out-of...
2019-11-03 Rich Felkerfix time64 link regression of dlsym stub for static...
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove time64 ioctl numbers to generic bits/ioctl.h
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-11-02 Rich Felkeradd x32 bits/ioctl_fix.h defining time-related sockios...
2019-11-02 Rich Felkeradd back x32 bits/socket.h defining time-related socket...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
next