netinet/if_ether.h: add ETH_P_MRP from linux v5.8
[musl] / src /
2020-09-03 Rich Felkerfix missing newline in herror output
2020-08-31 Rich Felkerfix i386 __set_thread_area fallback
2020-08-31 Rich Felkerrestore h_errno ABI compatibility with ancient binaries
2020-08-30 Rich Felkerclean up overinclusion in files using TIOCGWINSZ
2020-08-27 Rich Felkerremove redundant pthread struct members repeated for...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-25 Rich Felkerreport res_query failures, including nxdomain/nodata...
2020-08-25 Rich Felkermake h_errno thread-local
2020-08-25 Rich Felkeradd tcgetwinsize and tcsetwinsize functions, move struc...
2020-08-22 Rich Felkerfix MUSL_LOCPATH search
2020-08-18 Rich Felkeradd gettid function
2020-08-13 Szabolcs Nagyaarch64: fix setjmp return value
2020-08-13 Alexander Monakovsetjmp: optimize longjmp prologues
2020-08-11 Alexander Monakovsetjmp: optimize x86 longjmp epilogues
2020-08-11 Alexander Monakovsetjmp: avoid useless REX-prefix on xor %eax, %eax
2020-08-11 Alexander Monakovsetjmp: fix x86-64 longjmp argument adjustment
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2020-08-06 Szabolcs Nagymath: new software sqrtl
2020-08-06 Szabolcs Nagymath: add __math_invalidl
2020-08-06 Szabolcs Nagymath: new software sqrtf
2020-08-06 Szabolcs Nagymath: new software sqrt
2020-08-06 Rich Felkerin hosts file lookups, honor first canonical name regar...
2020-08-04 Rich Felkerin hosts file lookups, use only first match for canonic...
2020-08-03 Rich Felkeradd m68k sqrtl using native instruction
2020-07-24 Bartosz Brachaczekgetentropy: fix UB if len==0
2020-07-06 Rich Felkerfix async-cancel-safety of pthread_cancel
2020-07-06 Rich Felkermake thread killlock async-signal-safe for pthread_kill
2020-07-05 Rich Felkerfix C implementation of a_clz_32
2020-07-02 Julien Ramseiervfscanf: fix possible invalid free due to uninitialized...
2020-06-30 Rich Felkerimport mallocng
2020-06-29 Rich Felkeradd glue code for mallocng merge
2020-06-26 Rich Felkeradd optimized aarch64 memcpy and memset
2020-06-25 Andre McCurdyadd big-endian support to ARM assembler memcpy
2020-06-21 Rich Felkerclear need_locks in child after fork
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized...
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]
next