From owner-cvs-all Fri Jul 5 20:22:29 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 97D4537B401 for ; Fri, 5 Jul 2002 20:22:23 -0700 (PDT) Received: from web20908.mail.yahoo.com (web20908.mail.yahoo.com [216.136.226.230]) by mx1.FreeBSD.org (Postfix) with SMTP id E64B743E58 for ; Fri, 5 Jul 2002 20:22:22 -0700 (PDT) (envelope-from bsddiy@yahoo.com) Message-ID: <20020706032222.91526.qmail@web20908.mail.yahoo.com> Received: from [218.108.150.59] by web20908.mail.yahoo.com via HTTP; Fri, 05 Jul 2002 20:22:22 PDT Date: Fri, 5 Jul 2002 20:22:22 -0700 (PDT) From: David Xu Subject: Re: cvs commit: src/sys/kern kern_synch.c To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 ----- Original Message ----- From: "Julian Elischer" To: ; Sent: Saturday, July 06, 2002 10:45 AM Subject: cvs commit: src/sys/kern kern_synch.c > julian 2002/07/05 19:45:11 PDT > > Modified files: > sys/kern kern_synch.c > Log: > Fix at least one of the things wrong with signals > ^Z should work a lot better now. > > Submitted by: peter@freebsd.org > > Revision Changes Path > 1.181 +9 -6 src/sys/kern/kern_synch.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message do we needn't check p->p_sigacts->ps_sigintr? this change prevents this checking. I would rather set rval = 0 but not ERESTART, so ps_sigintr can be checked before return. -David Xu __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message