Search notes:

drivers/tty/tty_io.c

Session management: Direct the keyboard input to the correct application.
This source gives an »orthogonal feeling« to tty's regardless if they are consoles or rs-channels.
Echoing and cooked mode is also implemented.

tty_read()

The read method for tty device files: it perofrms the read system call function on the associated terminal device.

tty_write()

Write dagta to a tty via the line discipline.

Links

The TTY demystified

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/ke...', 1759408074, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/kernel/source/drivers/tty/tty_io_c(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78