From owner-cvs-all Sat Nov 24 7:59:52 2001
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4EB0A37B405; Sat, 24 Nov 2001 07:59:46 -0800 (PST)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.4/8.11.4) id fAOFxkg32865;
Sat, 24 Nov 2001 07:59:46 -0800 (PST)
(envelope-from dd)
Message-Id: <200111241559.fAOFxkg32865@freefall.freebsd.org>
From: Dima Dorfman
Date: Sat, 24 Nov 2001 07:59:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/snp snp.c
X-FreeBSD-CVS-Branch: HEAD
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
dd 2001/11/24 07:59:46 PST
Modified files:
sys/dev/snp snp.c
Log:
Check the return value of tsleep() in snpread(). This may be
important, since our sleep is interruptable (PCATCH flag).
PR: 30985
Discovered by: Vladimir Jakovenko
Submitted by: Valentin Nechayev
Revision Changes Path
1.69 +4 -1 src/sys/dev/snp/snp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message