aboutsummaryrefslogtreecommitdiff
path: root/libc/src/termios
AgeCommit message (Expand)AuthorFilesLines
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet23-54/+54
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet8-24/+24
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones7-7/+8
2023-03-14[libc] Switch termios implementations to libc_errno.Siva Chandra Reddy3-3/+3
2023-03-05[libc] Switch signal and termios to libc_errno.Siva Chandra Reddy9-16/+16
2022-10-18[libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy25-0/+851