Date: Fri, 5 Jul 2002 20:22:22 -0700 (PDT) From: David Xu <bsddiy@yahoo.com> To: Julian Elischer <julian@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_synch.c Message-ID: <20020706032222.91526.qmail@web20908.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Julian Elischer" <julian@FreeBSD.ORG> To: <cvs-committers@FreeBSD.ORG>; <cvs-all@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020706032222.91526.qmail>