From owner-freebsd-current Thu Mar 7 20:04:36 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA07066 for current-outgoing; Thu, 7 Mar 1996 20:04:36 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA07058 for ; Thu, 7 Mar 1996 20:04:32 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.6.11/8.6.9) id XAA00850; Thu, 7 Mar 1996 23:00:16 GMT From: "John S. Dyson" Message-Id: <199603072300.XAA00850@dyson.iquest.net> Subject: Re: ps and u_map allocation problems with kernel supped Mar 7 To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Thu, 7 Mar 1996 23:00:15 +0000 () Cc: rsanders@mindspring.com, freebsd-current@FreeBSD.org In-Reply-To: <199603072348.AAA00319@keltia.freenix.fr> from "Ollivier Robert" at Mar 8, 96 00:48:43 am X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org Precedence: bulk > > > I guess what I am saying is I AM LISTENING :-). > > Did you looked at the pipe-related problem Andreyspoke of last week, > a problem seen with ssh (which use a pipe to "ssh" when you use > "scp"). File transferts of more than 8 KB just lock. > I think that was fixed last week. The problem was that the direct buffer transfers did not get waken up correctly. Select didn't even work with them. John