From owner-cvs-all Sun Sep 26 17:12:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3713214BC3; Sun, 26 Sep 1999 17:12:37 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA28741; Sun, 26 Sep 1999 17:12:37 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909270012.RAA28741@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 17:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 17:12:37 PDT Modified files: sys/dev/ccd ccd.c Log: Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK and BUF_LOCKFREE a buffer prior to physically freeing it. While these bugs did not cause a crash, they might in the future. Added eof handling for unlabeled partitions. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.63 +35 -2 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message