oweals/musl.git
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized... master
2020-06-16 Rich Felkerfix memset overflow in oldmalloc race fix overhaul
2020-06-15 Rich Felkerfix invalid use of access function in nftw
2020-06-11 Rich Felkeradd fallback a_clz_32 implementation
2020-06-11 Rich Felkeronly disable aligned_alloc if malloc was replaced but...
2020-06-11 Rich Felkerhave ldso track replacement of aligned_alloc
2020-06-11 Rich Felkerreintroduce calloc elison of memset for direct-mmapped...
2020-06-11 Rich Felkermove __malloc_replaced to a top-level malloc file
2020-06-11 Rich Felkerswitch to a common calloc implementation
2020-06-03 Rich Felkermove oldmalloc to its own directory under src/malloc
2020-06-03 Rich Felkermove __expand_heap into malloc.c
2020-06-03 Rich Felkerrename memalign source file back to its proper name
2020-06-03 Rich Felkerrename aligned_alloc source file back to its proper...
2020-06-03 Rich Felkerreverse dependency order of memalign and aligned_alloc
2020-06-03 Rich Felkerrename aligned_alloc source file
2020-06-03 Rich Felkerremove stale document from malloc src directory
2020-06-03 Rich Felkerrewrite bump allocator to fix corner cases, decouple...
2020-06-03 Rich Felkermove malloc_impl.h from src/internal to src/malloc
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
next