Received: by mail.netbsd.org (Postfix, from userid 0) id A5D3C63B121; Mon, 22 Sep 2008 09:11:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id C7F3463B101 for ; Mon, 22 Sep 2008 09:11:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B5CF4175D0; Mon, 22 Sep 2008 09:11:38 +0000 (UTC) From: Adam Hamsik Subject: CVS commit: [haad-dm] src/sys/dev/dm To: source-changes@NetBSD.org Reply-To: haad@netbsd.org Message-Id: <20080922091138.B5CF4175D0@cvs.netbsd.org> Date: Mon, 22 Sep 2008 09:11:38 +0000 (UTC) Sender: source-changes-owner@NetBSD.org List-Id: source-changes Precedence: list Module Name: src Committed By: haad Date: Mon Sep 22 09:11:38 UTC 2008 Modified Files: src/sys/dev/dm [haad-dm]: dm_ioctl.c dm_target_linear.c dm_target_snapshot.c Log Message: Fix bug where I tried to prop_object_release null object which caused weird atuvm panic. Change init functions to failed when they receive params string == NULL when they need some data. To generate a diff of this commit: cvs rdiff -r1.1.2.16 -r1.1.2.17 src/sys/dev/dm/dm_ioctl.c cvs rdiff -r1.1.2.15 -r1.1.2.16 src/sys/dev/dm/dm_target_linear.c cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/dev/dm/dm_target_snapshot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.