aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_tty.c
AgeCommit message (Expand)Author
2024-05-20kernel: tty: Remove useless commentIan Moffett
2024-05-20kernel: tty: Improve hook naming consistencyIan Moffett
2024-05-19kernel: tty: Improve comment in tty_dev_read()Ian Moffett
2024-05-19kernel: tty: Define TTY open hookIan Moffett
2024-05-19kernel: tty: Implement tty_ioctl()Ian Moffett
2024-05-18kernel: tty: Handle input processing betterIan Moffett
2024-05-18kernel: tty: Add tty_putstr()Ian Moffett
2024-05-18kernel: tty: Handle ICANONIan Moffett
2024-05-17kernel: tty: Append to ring before length checkIan Moffett
2024-05-14kernel: tty: Add tty_attach()Ian Moffett
2024-05-12kernel: tty: Add initial TTY codeIan Moffett