only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src /
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-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 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-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-15 Timo Teräsimprove strerror speed
2020-03-15 Rich Felkerfix corrupt sysvipc timestamps on 32-bit archs with...
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-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-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-27 Alexander Monakovmath/x32: correct lrintl.s for 32-bit long
2020-01-16 Andre McCurdyadd thumb2 support to arm assembler memcpy
2020-01-02 Rich Felkerfix wcwidth wrongly returning 0 for most of planes...
2020-01-01 Rich Felkermove stage3_func typedef out of shared internal dynlink...
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-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 Felkerhook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
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-11-06 rofl0rppc: add configure check for older compilers erroring...
2019-11-03 Rich Felkerfix time64 link regression of dlsym stub for static...
2019-11-02 Rich Felkeradd __dlsym_time64 asm entry point for all legacy-32bit...
2019-10-28 Rich Felkermake fstatat fill in old time32 stat fields too
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2019-10-25 Rich Felkerupdate case mappings to unicode 12.1.0
2019-10-25 u_quarkupdate ctype data to unicode 12.1.0
2019-10-25 Rich Felkeroverhaul wide character case mapping implementation
2019-10-25 Rich Felkeradd missing case mapping between U+03F3 and U+037F
2019-10-24 Rich Felkerfix errno for posix_openpt with no free ptys available
2019-10-20 Rich Felkerclock_adjtime: generalize time64 not to assume old...
2019-10-20 Rich Felkerwait4, getrusage: add time64/x32 variant
2019-10-19 Rich Felkerfix return value of ungetc when argument is outside...
2019-10-19 Rich Felkerfix incorrect use of fabs on long double operand in...
2019-10-14 info@mobile-stream.commips: add single-instruction math functions
2019-10-14 Michael Morrellfix cacosh results for arguments with negative imaginar...
next