From owner-cvs-all Wed Mar 31 0:41:41 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 A626014BE1; Wed, 31 Mar 1999 00:41:35 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA87954; Wed, 31 Mar 1999 00:41:19 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903310841.AAA87954@freefall.freebsd.org> From: Greg Lehey Date: Wed, 31 Mar 1999 00:41:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/31 00:41:19 PST Modified files: sys/dev/vinum vinum.c Log: vinumattach: Remove some really old, dead cruft. free_vinum: Wait for daemon to stop by checking the vinum_conf.flags & VF_DAEMONOPEN. vinum_modevent: When compiled with VINUMDEBUG, check if we have forgotten to free any memory, and log an error if we have. vinumopen: Allow open of an empty subdisk (otherwise we can't initialize it). Revision Changes Path 1.15 +18 -26 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message