minix/drivers/tty
David van Moolenbroek 20173cb5d7 TTY: fix for PTY open/close logic
Opening and closing the master side of a pseudo terminal without
opening the slave side would result in the pseudo terminal becoming
permanently unavailable.  In addition, reopening the slave side
would be possible but not allow for I/O.  Finally, attempting to
open an in-use master would wipe its I/O state.  These issues have
been resolved.

Change-Id: I9235e3d9aba321803f9280b86b6b5e3646ad5ef3
2014-02-18 11:25:03 +01:00
..
arch Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
keymaps fix sysroot clang 2014-02-18 11:25:01 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
pty.c TTY: fix for PTY open/close logic 2014-02-18 11:25:03 +01:00
tty.c Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
tty.h Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00