aboutsummaryrefslogtreecommitdiff
path: root/src/termios/cfsetospeed.c (unfollow)
Commit message (Expand)AuthorFilesLines
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