--- - branch: MAIN date: Wed Sep 3 16:47:34 UTC 2008 files: - new: '1.112' old: '1.111' path: src/sys/kern/tty_pty.c pathrev: src/sys/kern/tty_pty.c@1.112 type: modified id: 20080903T164734Z.5097838916b714295260a3737f561809be453869 log: | Make ioctl(FIONREAD) on the master side of a pty return the amount of data which can be read, as expected. Before, the call fell through a "case" statement and was forwarded to the slave side, returning the data which can be read by the slave. The new behaviour also matches Linux and OSF/1. module: src subject: 'CVS commit: src/sys/kern' unixtime: '1220460454' user: drochner