K 10 svn:author V 2 ed K 8 svn:date V 27 2009-08-02T14:25:26.691280Z K 7 svn:log V 313 Fix two bugs related to TTY input: - fix write() on pseudo-terminal masters to return the amount of bytes passed to the TTY, not the amount of bytes read from user. - fix ttydisc_rint_bypass() to set the high watermark when it cannot write all input, just like ttydisc_rint() itself. Approved by: re (kib) END