From owner-freebsd-current Sat Oct 26 23: 4:30 2002 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 89FCC37B401 for ; Sat, 26 Oct 2002 23:04:29 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3188143E4A for ; Sat, 26 Oct 2002 23:04:29 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 4589B573E7; Sun, 27 Oct 2002 06:04:17 +0000 (GMT) Date: Sun, 27 Oct 2002 06:04:16 +0000 (GMT) Message-Id: <20021027060416.xFWl44491@hun.org> From: Daniel Flickinger X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-Address: 31 N 700 E, St George UT 84770-3028 X-Squawk: (435) 680-0750 X-No-Archive: yes X-Tags: Sanity is the Playground for the Unimaginative To: Bruce Evans Cc: FreeBSD-CURRENT Subject: status of npx patch |= PCB_NPXINITDONE? Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="text" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I placed your patch for npx in my kernel builds for 25 and 26 Oct ... I have not had xemacs under X lock-up since --and it was downright regular prior. Is this the reason? Will the patch be committed? Time stamps are GMT. *** sys/i386/isa/npx.c.orig Fri Oct 25 19:12:16 2002 --- sys/i386/isa/npx.c Sat Oct 26 16:44:50 2002 *************** *** 980,985 **** --- 980,986 ---- bcopy(&td->td_pcb->pcb_save, addr, sizeof(*addr)); return (_MC_FPOWNED_PCB); } + curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message