about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix missing newline in herror outputRich Felker2020-09-031-1/+1
* fix i386 __set_thread_area fallbackRich Felker2020-08-301-0/+1
* restore h_errno ABI compatibility with ancient binariesRich Felker2020-08-301-0/+4
* clean up overinclusion in files using TIOCGWINSZRich Felker2020-08-303-3/+0
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-274-12/+17
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-0/+2
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-0/+10
* report res_query failures, including nxdomain/nodata, via h_errnoRich Felker2020-08-241-1/+15
* make h_errno thread-localRich Felker2020-08-242-4/+3
* add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker2020-08-245-0/+19
* fix MUSL_LOCPATH searchRich Felker2020-08-221-1/+1
* add gettid functionRich Felker2020-08-171-0/+8
* aarch64: fix setjmp return valueSzabolcs Nagy2020-08-121-4/+3
* setjmp: optimize longjmp prologuesAlexander Monakov2020-08-123-14/+8
* setjmp: optimize x86 longjmp epiloguesAlexander Monakov2020-08-113-12/+6
* setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2020-08-112-2/+2
* setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2020-08-112-6/+6
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-081-9/+23
* math: new software sqrtlSzabolcs Nagy2020-08-051-1/+253
* math: add __math_invalidlSzabolcs Nagy2020-08-052-0/+12
* math: new software sqrtfSzabolcs Nagy2020-08-051-70/+70
* math: new software sqrtSzabolcs Nagy2020-08-053-173/+179
* in hosts file lookups, honor first canonical name regardless of familyRich Felker2020-08-051-1/+1
* in hosts file lookups, use only first match for canonical nameRich Felker2020-08-041-2/+7
* 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
* 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-262-0/+301
* add big-endian support to ARM assembler memcpyAndre McCurdy2020-06-252-7/+97
* 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-102-0/+2
* 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-034-0/+0
* 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