Re: [PATCH] fhandler_tty deadlock patch + console + eof

2002-10-23 Thread Igor Pechtchanski
Steve, On Wed, 23 Oct 2002, Steve O wrote: > On Tue, Oct 22, 2002 at 02:06:17PM -0400, Igor Pechtchanski wrote: > > One more thing I noticed when using this patch is that pasting now seems > > really slow, as if it's sending one character at a time... Did you turn > > off the buffering somewhere

Re: [PATCH] fhandler_tty deadlock patch + console

2002-10-22 Thread Igor Pechtchanski
On Tue, 22 Oct 2002, Steve O wrote: > On Mon, Oct 21, 2002 at 12:20:38PM -0400, Christopher Faylor wrote: > > Keep resubmitting on large patch until it is accepted. > > > > My time is limited right now so I may not be able to completely review > > this for a couple of weeks. I'm going to be on a

Re: [PATCH] fhandler_tty deadlock patch

2002-10-21 Thread Igor Pechtchanski
On Mon, 21 Oct 2002, Steve O wrote: > On Sun, Oct 20, 2002 at 11:15:47PM -0400, Igor Pechtchanski wrote: > > However, there are a couple of problems with this patch. For example, > > this makes bash run from a command prompt (or a shortcut) treat every > > character as a ^D. > > So every characte

FIXED Re: [PATCH] fhandler_tty deadlock patch

2002-10-21 Thread Igor Pechtchanski
On Mon, 21 Oct 2002, Igor Pechtchanski wrote: > On Mon, 21 Oct 2002, Steve O wrote: > > > On Sun, Oct 20, 2002 at 11:15:47PM -0400, Igor Pechtchanski wrote: > > > However, there are a couple of problems with this patch. For example, > > > this makes bash run from a command prompt (or a shortcut)

Re: [PATCH] fhandler_tty deadlock patch

2002-10-20 Thread Igor Pechtchanski
Steve, First off, this patch does fix the large paste problem. Thanks for this! However, there are a couple of problems with this patch. For example, this makes bash run from a command prompt (or a shortcut) treat every character as a ^D. Bash run from an xterm/rxvt works fine. /bin/sh ignore