Re: [PATCH] fhandler_tty doecho change

2002-09-24 Thread Corinna Vinschen
On Tue, Sep 24, 2002 at 01:50:54AM -0500, Steve O wrote: Hi, A week or so ago, I found that rxvt hangs could be fixed by making the tty pipe non-blocking. As I look into this more, I discovered that fhandler_pty_master::doecho uses the slave's side of the pipe to accomplish echoing

Re: [PATCH] fhandler_tty doecho change

2002-09-24 Thread Christopher Faylor
On Tue, Sep 24, 2002 at 09:21:43AM +0200, Corinna Vinschen wrote: On Tue, Sep 24, 2002 at 01:50:54AM -0500, Steve O wrote: Hi, A week or so ago, I found that rxvt hangs could be fixed by making the tty pipe non-blocking. As I look into this more, I discovered that fhandler_pty_master::doecho

Re: [PATCH] fhandler_tty doecho change

2002-09-24 Thread Steve O
On Tue, Sep 24, 2002 at 10:37:23AM -0400, Christopher Faylor wrote: On Tue, Sep 24, 2002 at 09:21:43AM +0200, Corinna Vinschen wrote: This looks interesting but is actually missing a ChangeLog entry. Here's the ChangeLog patch. I don't think we have an assignment on file for Steve, either.

Re: [PATCH] fhandler_tty doecho change

2002-09-24 Thread egor duda
Hi! Tuesday, 24 September, 2002 Steve O [EMAIL PROTECTED] wrote: SO I was thinking about the deadlock problem some more last night, SO and it occured to me that if termios processing were done on SO the slave side, some of the buffering and tricky bits of SO flushing the write buffer would go

Re: [PATCH] fhandler_tty doecho change

2002-09-24 Thread Steve O
On Tue, Sep 24, 2002 at 08:14:27PM +0400, egor duda wrote: Hi! Tuesday, 24 September, 2002 Steve O [EMAIL PROTECTED] wrote: SO I was thinking about the deadlock problem some more last night, SO and it occured to me that if termios processing were done on SO the slave side, some of the