aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-04release 1.2.1v1.2.1Rich Felker
2020-08-02add m68k sqrtl using native instructionRich Felker
2020-07-24getentropy: fix UB if len==0Bartosz Brachaczek
2020-07-06fix async-cancel-safety of pthread_cancelRich Felker
2020-07-06make thread killlock async-signal-safe for pthread_killRich Felker
2020-07-05fix C implementation of a_clz_32Rich Felker
2020-07-02vfscanf: fix possible invalid free due to uninitialized variable useJulien Ramseier
2020-06-30make mallocng the default malloc implementationRich Felker
2020-06-30add malloc implementation selection to configureRich Felker
2020-06-30import mallocngRich Felker
2020-06-29add glue code for mallocng mergeRich Felker
2020-06-26add optimized aarch64 memcpy and memsetRich Felker
2020-06-25add big-endian support to ARM assembler memcpyAndre McCurdy
2020-06-21clear need_locks in child after forkRich Felker
2020-06-16only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker
2020-06-16fix memset overflow in oldmalloc race fix overhaulRich Felker
2020-06-15fix invalid use of access function in nftwRich Felker
2020-06-11add fallback a_clz_32 implementationRich Felker
2020-06-10only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker
2020-06-10have ldso track replacement of aligned_allocRich Felker
2020-06-10reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker
2020-06-10move __malloc_replaced to a top-level malloc fileRich Felker
2020-06-10switch to a common calloc implementationRich Felker
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker
2020-06-03move __expand_heap into malloc.cRich Felker
2020-06-03rename memalign source file back to its proper nameRich Felker
2020-06-03rename aligned_alloc source file back to its proper nameRich Felker
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker
2020-06-03rename aligned_alloc source fileRich Felker
2020-06-03remove stale document from malloc src directoryRich Felker
2020-06-03rewrite bump allocator to fix corner cases, decouple from expand_heapRich Felker
2020-06-02move malloc_impl.h from src/internal to src/mallocRich Felker
2020-06-02move declaration of interfaces between malloc and ldso to dynlink.hRich Felker
2020-06-02reformat clock_adjtime with always-true condition removedRich Felker
2020-06-02always use time64 syscall first for clock_adjtimeRich Felker
2020-06-02fix broken time64 clock_adjtimeRich Felker
2020-06-02fix unbounded heap expansion race in mallocRich Felker
2020-06-01suppress unwanted warnings when configuring with clangRich Felker
2020-05-22restore lock-skipping for processes that return to single-threaded stateRich Felker
2020-05-22cut down size of some libc struct membersRich Felker
2020-05-22don't use libc.threads_minus_1 as relaxed atomic for skipping locksRich Felker
2020-05-22reorder thread list unlink in pthread_exit after all locksRich Felker
2020-05-21fix incorrect SIGSTKFLT on all mips archsRich Felker
2020-05-21handle possibility that SIGEMT replaces SIGSTKFLT in strsignalRich Felker
2020-05-19fix return value of res_send, res_query on errors from nameserverRich Felker
2020-05-19fix handling of errors resolving one of paired A+AAAA queryRich Felker
2020-05-18set AD bit in dns queries, suppress for internal useRich Felker
2020-04-30fix undefined behavior from signed overflow in strstr and memmemRich Felker
2020-04-26remove arm (32-bit) support for vdso clock_gettimeRich Felker
2020-04-24fix undefined behavior in wcsto[ld] family functionsRich Felker