]> Zhao Yanbai Git Server - minix.git/commit
PTY: let closed master cause EOF on slave 86/2786/1
authorDavid van Moolenbroek <david@minix3.org>
Wed, 27 Aug 2014 14:23:52 +0000 (14:23 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 28 Aug 2014 16:30:25 +0000 (16:30 +0000)
commit673c4e01a5be4fa6f14c51ee6c3acddcfc0d2104
tree1d218fa950ce97e39dc0ce6ad51f7ed463b86652
parent3b4688844fa1500a44f640cc60f12958f7a0488a
PTY: let closed master cause EOF on slave

This puts PTY on par with e.g. rs232 as well as behavior documented
for other OSes.  It is not a fix for an issue in userland, though.

- add a (minimal) test case to test77;
- fix a few other minor issues in test77.

Change-Id: I89c000921ee69dd9f5713665349c1ab1ad1dc2cc
minix/drivers/tty/pty/pty.c
minix/tests/test77.c