Files
moss-kernel/src/console
Matthew Leach b0bc8e5abd tty: implement termios2 ioctls
We currently implement `TCGETS`, `TCSETS` and `TCSETSW` which operate on
a `Termios` struct.  glibc uses the `Termios2` variants of these
syscalls to additionally get the terminal baud rate.

Use a `Termios2` as the main state of the tty.  Return that struct
verbatim  for the newly implemented `Termios2` ioctls.  Convert to/from
the legacy `Termios` struct for the currently implemented ioctls.
2026-01-12 21:44:38 +00:00
..
2026-01-12 21:44:38 +00:00
2026-01-12 21:44:38 +00:00