K 10 svn:author V 2 ed K 8 svn:date V 27 2008-12-13T07:23:55.255862Z K 7 svn:log V 296 Add FIONREAD to pseudo-terminal master devices. All ioctl()'s that aren't implemented by pts(4) are forwarded to the TTY itself. Unfortunately this is not correct for FIONREAD, because it will give the wrong amount of bytes that are available to read. Tested by: keramida Reminded by: keramida END