From owner-cvs-all Sun Oct 28 1:39:31 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 01E6F37B401; Sun, 28 Oct 2001 01:39:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9S9dSj21762; Sun, 28 Oct 2001 01:39:28 -0800 (PST) (envelope-from phk) Message-Id: <200110280939.f9S9dSj21762@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Oct 2001 01:39:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c subr_disk.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 phk 2001/10/28 01:39:28 PST Modified files: sys/kern kern_conf.c subr_disk.c Log: Fix a problem in the disk related hack where device nodes for a physically non-existent disk in a legacy /dev on a DEVFS system would panic the system if stat(2)'ed. Do not whine about anonymous device nodes not having a si_devsw, they're not supposed to. Revision Changes Path 1.100 +1 -1 src/sys/kern/kern_conf.c 1.46 +2 -0 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message