about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.2.1 v1.2.1Rich Felker2020-08-042-1/+37
* add m68k sqrtl using native instructionRich Felker2020-08-021-0/+15
* getentropy: fix UB if len==0Bartosz Brachaczek2020-07-241-1/+1
* fix async-cancel-safety of pthread_cancelRich Felker2020-07-061-1/+4
* make thread killlock async-signal-safe for pthread_killRich Felker2020-07-065-5/+18
* fix C implementation of a_clz_32Rich Felker2020-07-051-1/+1
* vfscanf: fix possible invalid free due to uninitialized variable useJulien Ramseier2020-07-021-1/+1
* make mallocng the default malloc implementationRich Felker2020-06-302-3/+3
* add malloc implementation selection to configureRich Felker2020-06-301-0/+12
* import mallocngRich Felker2020-06-307-13/+938
* add glue code for mallocng mergeRich Felker2020-06-293-0/+129
* add optimized aarch64 memcpy and memsetRich Felker2020-06-263-0/+304
* add big-endian support to ARM assembler memcpyAndre McCurdy2020-06-253-8/+98
* clear need_locks in child after forkRich Felker2020-06-211-0/+1
* only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker2020-06-161-0/+12
* fix memset overflow in oldmalloc race fix overhaulRich Felker2020-06-161-1/+1
* fix invalid use of access function in nftwRich Felker2020-06-151-4/+18
* add fallback a_clz_32 implementationRich Felker2020-06-111-0/+15
* only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker2020-06-101-1/+2
* have ldso track replacement of aligned_allocRich Felker2020-06-103-0/+4
* reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker2020-06-103-1/+15
* move __malloc_replaced to a top-level malloc fileRich Felker2020-06-102-2/+3
* switch to a common calloc implementationRich Felker2020-06-103-47/+37
* move oldmalloc to its own directory under src/mallocRich Felker2020-06-035-1/+2
* move __expand_heap into malloc.cRich Felker2020-06-033-73/+64
* rename memalign source file back to its proper nameRich Felker2020-06-031-0/+0
* rename aligned_alloc source file back to its proper nameRich Felker2020-06-031-0/+0
* reverse dependency order of memalign and aligned_allocRich Felker2020-06-034-10/+5
* rename aligned_alloc source fileRich Felker2020-06-031-0/+0
* remove stale document from malloc src directoryRich Felker2020-06-031-22/+0
* rewrite bump allocator to fix corner cases, decouple from expand_heapRich Felker2020-06-031-17/+72
* move malloc_impl.h from src/internal to src/mallocRich Felker2020-06-021-0/+0
* move declaration of interfaces between malloc and ldso to dynlink.hRich Felker2020-06-023-5/+4
* reformat clock_adjtime with always-true condition removedRich Felker2020-06-021-48/+46
* always use time64 syscall first for clock_adjtimeRich Felker2020-06-021-2/+1
* fix broken time64 clock_adjtimeRich Felker2020-06-021-1/+1
* fix unbounded heap expansion race in mallocRich Felker2020-06-021-152/+87
* suppress unwanted warnings when configuring with clangRich Felker2020-06-011-0/+7
* restore lock-skipping for processes that return to single-threaded stateRich Felker2020-05-224-6/+12
* cut down size of some libc struct membersRich Felker2020-05-221-3/+3
* don't use libc.threads_minus_1 as relaxed atomic for skipping locksRich Felker2020-05-223-3/+3
* reorder thread list unlink in pthread_exit after all locksRich Felker2020-05-221-8/+11
* fix incorrect SIGSTKFLT on all mips archsRich Felker2020-05-213-3/+3
* handle possibility that SIGEMT replaces SIGSTKFLT in strsignalRich Felker2020-05-211-0/+10
* fix return value of res_send, res_query on errors from nameserverRich Felker2020-05-191-1/+1
* fix handling of errors resolving one of paired A+AAAA queryRich Felker2020-05-191-4/+7
* set AD bit in dns queries, suppress for internal useRich Felker2020-05-183-0/+3
* fix undefined behavior from signed overflow in strstr and memmemRich Felker2020-04-302-8/+8
* remove arm (32-bit) support for vdso clock_gettimeRich Felker2020-04-261-6/+0
* fix undefined behavior in wcsto[ld] family functionsRich Felker2020-04-242-4/+2