From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 04:13:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B430116A4CE; Mon, 30 Aug 2004 04:13:30 +0000 (GMT) Received: from cpanel.ezone.ru (cpanel.ezone.ru [213.85.31.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E2843D2D; Mon, 30 Aug 2004 04:13:29 +0000 (GMT) (envelope-from mcsi@mcsi.pp.ru) Received: from [81.195.3.153] (ppp3-153.pppoe.mtu-net.ru [81.195.3.153]) (authenticated bits=0) by cpanel.ezone.ru (8.13.1/8.12.11) with ESMTP id i7U4DKgm051716; Mon, 30 Aug 2004 08:13:21 +0400 (MSD) (envelope-from mcsi@mcsi.pp.ru) Message-ID: <4132A956.4070604@mcsi.pp.ru> Date: Mon, 30 Aug 2004 08:13:10 +0400 From: Maxim Maximov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040810 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Doug White References: <412FA7E8.80BE87BC@freebsd.org> <20040829172000.F69068@carver.gumbysoft.com> In-Reply-To: <20040829172000.F69068@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on mail3.ezone.ru cc: freebsd-current@freebsd.org cc: Andre Oppermann Subject: Re: [Fwd: cvs commit: src/sys/kern sys_generic.c] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 04:13:30 -0000 Doug White wrote: > On Fri, 27 Aug 2004, Andre Oppermann wrote: > > >>Maybe this fixes poll() problems/errors some people have seen on their >>machines. I am not sure if this alignment would have caused problems >>on non-ia32 architectures but it is certainly more correct now. ;-) > > > Heh. Its possible; I spent a few hours on Saturday trying to trigger any > apparent poll() wakeup problems with unix domain sockets and TCP with no > joy. The one report that was forwarded to me involved some windowmaker > dockapps and the poll()s were probably sitting on the X domain socket. > But this commit didn't change anything for me. I'm running your last change mcsi@ultra(ttyp1) [92] ~> ident /boot/kernel/kernel |grep sys_gen $FreeBSD: src/sys/kern/sys_generic.c,v 1.133 2004/08/27 21:23:50 andre Exp $ and experience all the same hangs. -- Maxim Maximov