From owner-cvs-all Tue Jul 16 19:30:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A0837B405 for ; Tue, 16 Jul 2002 19:30:08 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31FE43E4A for ; Tue, 16 Jul 2002 19:30:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21489 invoked from network); 17 Jul 2002 02:30:06 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Jul 2002 02:30:06 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g6H2U4055159; Tue, 16 Jul 2002 22:30:05 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200207170223.g6H2Ni6t032801@freefall.freebsd.org> Date: Tue, 16 Jul 2002 22:30:15 -0400 (EDT) From: John Baldwin To: Andrew Gallatin Subject: RE: cvs commit: src/sys/kern kern_condvar.c kern_shutdown.c kern Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Jul-2002 Andrew Gallatin wrote: > gallatin 2002/07/16 19:23:44 PDT > > Modified files: > sys/kern kern_condvar.c kern_shutdown.c > kern_switch.c kern_synch.c > sys/sys proc.h > Log: > Allow alphas to do crashdumps: Refuse to run anything in choosethread() > after a panic which is not an interrupt thread, or the thread which > caused the panic. Also, remove panicstr checks from msleep() and from > cv_wait() in order to allow threads to go to sleep and yeild the cpu > to the panicing thread, or to an interrupt thread which might > be doing the crashdump. > > Reviewed by: jhb (and it was mostly his idea too) You might want to integrate some of bde's suggestions on fixing up comments, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message