aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_write.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-22cut down size of some libc struct membersRich Felker1-3/+3
2020-05-22don't use libc.threads_minus_1 as relaxed atomic for skipping locksRich Felker3-3/+3
2020-05-22reorder thread list unlink in pthread_exit after all locksRich Felker1-8/+11
2020-05-21fix incorrect SIGSTKFLT on all mips archsRich Felker3-3/+3
2020-05-21handle possibility that SIGEMT replaces SIGSTKFLT in strsignalRich Felker1-0/+10
2020-05-19fix return value of res_send, res_query on errors from nameserverRich Felker1-1/+1
2020-05-19fix handling of errors resolving one of paired A+AAAA queryRich Felker1-4/+7
2020-05-18set AD bit in dns queries, suppress for internal useRich Felker3-0/+3
2020-04-30fix undefined behavior from signed overflow in strstr and memmemRich Felker2-8/+8
2020-04-26remove arm (32-bit) support for vdso clock_gettimeRich Felker1-6/+0
2020-04-24fix undefined behavior in wcsto[ld] family functionsRich Felker2-4/+2
2020-04-18fix sh fesetround failure to clear old modeRich Felker1-0/+2
2020-04-17move __string_read into vsscanf source fileRich Felker3-21/+13
2020-04-17remove spurious repeated semicolon in fmemopenRich Felker1-1/+1
2020-04-17combine two calls to memset in fmemopenRich Felker1-2/+2
2020-04-17fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker1-1/+1
2020-04-17fix undefined behavior in scanf coreRich Felker1-0/+3