From owner-cvs-all Thu Feb 15 14:26:36 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 678EE37B401; Thu, 15 Feb 2001 14:26:29 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FMQTv87061; Thu, 15 Feb 2001 14:26:29 -0800 (PST) (envelope-from tegge) Message-Id: <200102152226.f1FMQTv87061@freefall.freebsd.org> From: Tor Egge Date: Thu, 15 Feb 2001 14:26:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs pass1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2001/02/15 14:26:28 PST Modified files: sbin/fsck_ffs pass1.c Log: Don't allow special devices of type NODEV (NOUDEV as seen from kernel). They can't be created via mknod and the kernel crashes if it encounters such an inode. Approved by: mckusick Revision Changes Path 1.22 +6 -1 src/sbin/fsck_ffs/pass1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message