summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-22fix MUSL_LOCPATH searchRich Felker1-1/+1
2020-08-17add gettid functionRich Felker2-0/+9
2020-08-12aarch64: fix setjmp return valueSzabolcs Nagy1-4/+3
2020-08-12setjmp: optimize longjmp prologuesAlexander Monakov3-14/+8
2020-08-11setjmp: optimize x86 longjmp epiloguesAlexander Monakov3-12/+6
2020-08-11setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2-2/+2
2020-08-11setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2-6/+6
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker6-14/+27
2020-08-05math: new software sqrtlSzabolcs Nagy1-1/+253
2020-08-05math: add __math_invalidlSzabolcs Nagy2-0/+12
2020-08-05math: new software sqrtfSzabolcs Nagy1-70/+70
2020-08-05math: new software sqrtSzabolcs Nagy3-173/+179
2020-08-05in hosts file lookups, honor first canonical name regardless of familyRich Felker1-1/+1
2020-08-04in hosts file lookups, use only first match for canonical nameRich Felker1-2/+7
2020-08-04release 1.2.1v1.2.1Rich Felker2-1/+37
2020-08-02add m68k sqrtl using native instructionRich Felker1-0/+15
2020-07-24getentropy: fix UB if len==0Bartosz Brachaczek1-1/+1
2020-07-06fix async-cancel-safety of pthread_cancelRich Felker1-1/+4
2020-07-06make thread killlock async-signal-safe for pthread_killRich Felker5-5/+18
2020-07-05fix C implementation of a_clz_32Rich Felker1-1/+1
2020-07-02vfscanf: fix possible invalid free due to uninitialized variable useJulien Ramseier1-1/+1
2020-06-30make mallocng the default malloc implementationRich Felker2-3/+3
2020-06-30add malloc implementation selection to configureRich Felker1-0/+12
2020-06-30import mallocngRich Felker7-13/+938
2020-06-29add glue code for mallocng mergeRich Felker3-0/+129
2020-06-26add optimized aarch64 memcpy and memsetRich Felker3-0/+304
2020-06-25add big-endian support to ARM assembler memcpyAndre McCurdy3-8/+98
2020-06-21clear need_locks in child after forkRich Felker1-0/+1
2020-06-16only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker1-0/+12
2020-06-16fix memset overflow in oldmalloc race fix overhaulRich Felker1-1/+1
2020-06-15fix invalid use of access function in nftwRich Felker1-4/+18
2020-06-11add fallback a_clz_32 implementationRich Felker1-0/+15
2020-06-10only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker1-1/+2
2020-06-10have ldso track replacement of aligned_allocRich Felker3-0/+4
2020-06-10reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker3-1/+15
2020-06-10move __malloc_replaced to a top-level malloc fileRich Felker2-2/+3
2020-06-10switch to a common calloc implementationRich Felker3-47/+37
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker5-1/+2
2020-06-03move __expand_heap into malloc.cRich Felker3-73/+64
2020-06-03rename memalign source file back to its proper nameRich Felker1-0/+0
2020-06-03rename aligned_alloc source file back to its proper nameRich Felker1-0/+0
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker4-10/+5
2020-06-03rename aligned_alloc source fileRich Felker1-0/+0
2020-06-03remove stale document from malloc src directoryRich Felker1-22/+0
2020-06-03rewrite bump allocator to fix corner cases, decouple from expand_heapRich Felker1-17/+72
2020-06-02move malloc_impl.h from src/internal to src/mallocRich Felker1-0/+0
2020-06-02move declaration of interfaces between malloc and ldso to dynlink.hRich Felker3-5/+4
2020-06-02reformat clock_adjtime with always-true condition removedRich Felker1-48/+46
2020-06-02always use time64 syscall first for clock_adjtimeRich Felker1-2/+1
2020-06-02fix broken time64 clock_adjtimeRich Felker1-1/+1