summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-09netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy1-1/+3
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy16-0/+34
2020-09-09netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy1-1/+8
2020-09-03use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2-78/+0
2020-09-03make generic bits/fcntl.h shareable with 64-bit archsRich Felker1-0/+6
2020-09-03fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker3-3/+3
2020-09-03fix missing newline in herror outputRich Felker1-1/+1
2020-08-30fix i386 __set_thread_area fallbackRich Felker1-0/+1
2020-08-30restore h_errno ABI compatibility with ancient binariesRich Felker1-0/+4
2020-08-30clean up overinclusion in files using TIOCGWINSZRich Felker3-3/+0
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker3-7/+5
2020-08-27configure: enable warnings by defaultRich Felker1-2/+2
2020-08-27configure: use additive warnings instead of subtracting from -WallRich Felker1-9/+15
2020-08-27configure: add further -Werror=... options to detected CFLAGSRich Felker1-0/+4
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker8-18/+19
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker17-65/+65
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker17-21/+16
2020-08-24report res_query failures, including nxdomain/nodata, via h_errnoRich Felker1-1/+15
2020-08-24make h_errno thread-localRich Felker2-4/+3
2020-08-24add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker7-7/+29
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