about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix sh fesetround failure to clear old modeRich Felker2020-04-181-0/+2
* move __string_read into vsscanf source fileRich Felker2020-04-173-21/+13
* remove spurious repeated semicolon in fmemopenRich Felker2020-04-171-1/+1
* combine two calls to memset in fmemopenRich Felker2020-04-171-2/+2
* fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker2020-04-171-1/+1
* fix undefined behavior in scanf coreRich Felker2020-04-171-0/+3
* math: add x86_64 remquolAlexander Monakov2020-03-241-0/+32
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-248-44/+38
* math: move x87-family remainder functions to C with inline asmAlexander Monakov2020-03-248-50/+42
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x87-family lrint functions to C with inline asmAlexander Monakov2020-03-2416-60/+64
* math: move x86_64 (l)lrint(f) functions to C with inline asmAlexander Monakov2020-03-248-20/+32
* math: move i386 sqrt to C with inline asmAlexander Monakov2020-03-242-21/+15
* math: move i386 sqrtf to C with inline asmAlexander Monakov2020-03-242-7/+12
* math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov2020-03-248-18/+28
* math: move x87-family fabs functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x86_64 fabs, fabsf to C with inline asmAlexander Monakov2020-03-244-16/+20
* fix parsing offsets after long timezone namesSamuel Holland2020-03-211-5/+5
* avoid out-of-bounds read for invalid quoted timezoneSamuel Holland2020-03-211-2/+2
* remove redundant condition in memccpyAlexander Monakov2020-03-201-1/+1
* ldso: remove redundant switch case for REL_NONEFangrui Song2020-03-201-2/+0
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-142-2/+0
* improve strerror speedTimo Teräs2020-03-142-22/+32
* fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker2020-03-143-0/+30
* work around negated error code bug on some mips kernelsRich Felker2020-03-143-22/+22
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-142-56/+61
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-042-7/+0
* add PTHREAD_NULLRich Felker2020-02-261-0/+3
* use __socketcall to simplify socket()Rich Felker2020-02-221-5/+5
* remove wrap_write helper from vdprintfRich Felker2020-02-211-6/+1